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 mechanism for the `OPAMAUTOANSWER` environment variable (for internal use only) [#6709@kit-ty-kate]
19
20
20
21
## Plugins
21
22
@@ -190,6 +191,7 @@ users)
190
191
191
192
# API updates
192
193
## opam-client
194
+
*`OpamClientConfig.opam_init`: now takes an optional `auto_answer` argument [#6709@kit-ty-kate]
193
195
194
196
## opam-repository
195
197
*`OpamLocal.rsync_*`: Change the return type from `OpamFilename.*` to `unit`[#6658@kit-ty-kate]
@@ -209,7 +211,10 @@ users)
209
211
*`OpamVariable.variable_contents_equal`: was added [#6644@kit-ty-kate]
210
212
211
213
## opam-core
214
+
*`OpamConsole.confirm`: now takes an optional `name` argument [#6709@kit-ty-kate]
212
215
*`OpamConsole.log`: does not keep log messages before initialization if the code is ran through a library [#6487@kit-ty-kate]
216
+
*`OpamCoreConfig.auto_answer`: field and arguments were added [#6709@kit-ty-kate]
217
+
*`OpamCoreConfig.{answer,anwser_is,answer_is_yes}`: now take a `name` labeled argument [#6709@kit-ty-kate]
213
218
*`OpamCoreConfig.in_opam`: was added [#6487@kit-ty-kate]
214
219
*`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]
215
220
*`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]
@@ -221,6 +226,7 @@ users)
221
226
*`OpamCompat.String.{starts_with,ends_with,for_all,fold_left}`: were added [#6442@kit-ty-kate]
222
227
*`OpamHash.check_string`: was added [#6661@kit-ty-kate]
223
228
*`OpamHash.equal_kind`: was added [#6644@kit-ty-kate]
229
+
*`OpamStd.Config.auto_answer`: was added [#6709@kit-ty-kate]
224
230
*`OpamStd.List.fold_left_map`: was moved to `OpamCompat.List.fold_left_map`[#6442@kit-ty-kate]
225
231
*`OpamStd.List.{cons,find_opt,filter_map}`: were removed. Use `Stdlib.List` instead. [#6442@kit-ty-kate]
226
232
*`OpamStd.List.mem`: was added, having as argument the equality function [#6644@kit-ty-kate]
0 commit comments