Skip to content
New issue

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

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

Already on GitHub? Sign in 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 PR in progress in Opam 2.2.0 via automation 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 moved this from PR in progress to PR to review in Opam 2.2.0 Mar 4, 2022
@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 moved this from PR to review to PR finalised (merge with CI) in Opam 2.2.0 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
Opam 2.2.0 automation moved this from PR finalised (merge with CI) to Done Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Opam 2.2.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants