Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use the new menus for the initial setup too #5057

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Conversation

AltGr
Copy link
Member

@AltGr AltGr commented Feb 15, 2022

To be rebased on top of #5053 which adds menu support

@rjbou rjbou added AREA: UI PR: QUEUED Pending pull request, waiting for other work to be merged or closed labels Feb 15, 2022
@rjbou rjbou added this to the 2.2.0~alpha milestone Feb 15, 2022
@AltGr
Copy link
Member Author

AltGr commented Feb 15, 2022

image

@rjbou rjbou removed the PR: QUEUED Pending pull request, waiting for other work to be merged or closed label Apr 19, 2022
@rjbou
Copy link
Collaborator

rjbou commented Apr 19, 2022

Updated!

Comment on lines +787 to +875
let default = match env_hook with
| Some true -> `Yes
| Some false -> `No_hooks
| None -> `No
in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can implement #4877 here:

Suggested change
let default = match env_hook with
| Some true -> `Yes
| Some false -> `No_hooks
| None -> `No
in
let default = if env_hook = Some false then `No_hooks else `Yes in

@rjbou rjbou added the PR: QUEUED Pending pull request, waiting for other work to be merged or closed label May 27, 2022
@rjbou rjbou removed the PR: QUEUED Pending pull request, waiting for other work to be merged or closed label Aug 1, 2022
@rjbou rjbou merged commit ee5dc8f into ocaml:master Aug 2, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants