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
Copy file name to clipboardExpand all lines: master_changes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ users)
16
16
17
17
## Global CLI
18
18
* Add cli version 2.5 [#6709@kit-ty-kate]
19
+
* Add support for the `OPAMAUTOANSWER` environment variable (for internal use only) [#6709@kit-ty-kate]
19
20
20
21
## Plugins
21
22
@@ -182,6 +183,7 @@ users)
182
183
183
184
# API updates
184
185
## opam-client
186
+
*`OpamClientConfig.opam_init`: now takes an optional `auto_answer` argument [#6709@kit-ty-kate]
185
187
186
188
## opam-repository
187
189
*`OpamLocal.rsync_*`: Change the return type from `OpamFilename.*` to `unit`[#6658@kit-ty-kate]
@@ -197,7 +199,10 @@ users)
197
199
*`OpamVariable.variable_contents_equal`: was added [#6644@kit-ty-kate]
198
200
199
201
## opam-core
202
+
*`OpamConsole.confirm`: now takes an optional `name` argument [#6709@kit-ty-kate]
200
203
*`OpamConsole.log`: does not keep log messages before initialization if the code is ran through a library [#6487@kit-ty-kate]
204
+
*`OpamCoreConfig.auto_answer`: field and arguments were added [#6709@kit-ty-kate]
205
+
*`OpamCoreConfig.answer*`: now take a `name` labeled argument [#6709@kit-ty-kate]
201
206
*`OpamCoreConfig.in_opam`: was added [#6487@kit-ty-kate]
202
207
*`OpamSystem.cpu_count`: now uses a C binding instead of system utilities to get the number of cores of the current machine [#6634@kit-ty-kate]
203
208
*`OpamSystem.is_reg_dir`: is now exposed, which returns `true` only if its parameter is a directory, exists and is not a symlink. It returns `false` otherwise [#6450@kit-ty-kate]
@@ -209,6 +214,7 @@ users)
209
214
*`OpamCompat.String.{starts_with,ends_with,for_all,fold_left}`: were added [#6442@kit-ty-kate]
210
215
*`OpamHash.check_string`: was added [#6661@kit-ty-kate]
211
216
*`OpamHash.equal_kind`: was added [#6644@kit-ty-kate]
217
+
*`OpamStd.Config.auto_answer`: was added [#6709@kit-ty-kate]
212
218
*`OpamStd.List.fold_left_map`: was moved to `OpamCompat.List.fold_left_map`[#6442@kit-ty-kate]
213
219
*`OpamStd.List.{cons,find_opt,filter_map}`: were removed. Use `Stdlib.List` instead. [#6442@kit-ty-kate]
214
220
*`OpamStd.List.mem`: was added, having as argument the equality function [#6644@kit-ty-kate]
0 commit comments