You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state,arg: load MSYS2 Cygwin binary path in 'OpamCoreConfig.cygbin'
If MSYS2 is detected via 'os-distribution' in the config file, resolve
'cygcheck' from the environment and store resulting value as Cygwin
binary path in 'OpamCoreConfig.cygbin'
Copy file name to clipboardexpand all lines: master_changes.md
+2
Original file line number
Diff line number
Diff line change
@@ -134,13 +134,15 @@ users)
134
134
## opam-client
135
135
*`OpamClient.windows_checks`: On existing cygwin install, permit to detect msys2 and store `os-distribution=msys2` in `global-variables` config file field [#5843@rjbou]
136
136
*`OpamClient.windows_checks`: When updating config file for msys2, resolve `pacman` path and store it in `sys-pkg-manager-cmd` for msys2 [#5843@rjbou]
137
+
*`OpamArg.apply_global_options`: load MSYS2 Cygwin binary path too [#5843@rjbou]
137
138
138
139
## opam-repository
139
140
140
141
## opam-state
141
142
*`OpamEnv.env_expansion`: Fix detection of out-of-date environment variables, a filter predicate was inverted [#5837@dra27]
142
143
*`OpamSysInteract.Cygwin.check_install`: add `variant` argument to permit checking that it is an Cygwin-like install if it is set to true, keep checking that it is a strictly Cygwin install if false [#5843@rjbou]
143
144
*`OpamSysInteract.Cygwin.check_install`: look for `cygcheck.exe` in `usr/bin` also as MSYS2 doesn't have "bin" [#5843@rjbou]
145
+
*`OpamGlobalState.load_config`: load MSYS2 Cygwin binary path too at config file loading [#5843@rjbou]
0 commit comments