Skip to content

Commit

Permalink
Mark the internal cygwin installation as recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Apr 2, 2024
1 parent 239945f commit 09aaf57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ users)
* Make the computation of the init default `sys-ocaml-*` eval variables on Windows faster, no more depending on Cygwin [#5829 @dra27 @rjbou]
* Simplify computation of OCaml init default `sys-ocaml-*` eval variables on Unix [#5829 @dra27]
* Add a init OCaml `sys-ocaml-system` eval variable [#5829 @dra27]
* Mark the internal cygwin installation as recommended [#5903 @kit-ty-kate]

## Config report

Expand Down
2 changes: 1 addition & 1 deletion src/client/opamClient.ml
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ let windows_checks ?cygwin_setup ?git_location config =
let options = [
`Internal,
"Automatically create an internal Cygwin installation \
that will be managed by opam";
that will be managed by opam (recommended)";
`Specify, "Enter the location of an existing Cygwin installation";
`Abort, "Abort initialisation";
] in
Expand Down
2 changes: 1 addition & 1 deletion src/client/opamCommands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ let init cli =
mk_vflag ~cli `none [
cli_from ~experimental:true cli2_2,
`internal, ["cygwin-internal-install"],
"Let opam setup and manage an internal Cygwin install";
"Let opam setup and manage an internal Cygwin install (recommended)";
cli_from ~experimental:true cli2_2,
`default_location, ["cygwin-local-install"],
"Use preexistent Cygwin install";
Expand Down

0 comments on commit 09aaf57

Please sign in to comment.