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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ users)
15
15
* Bump the version number to `2.5.0~alpha1~dev`[#6584@kit-ty-kate]
16
16
17
17
## Global CLI
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]
18
20
19
21
## Plugins
20
22
@@ -190,6 +192,7 @@ users)
190
192
191
193
# API updates
192
194
## opam-client
195
+
*`OpamClientConfig.opam_init`: now takes an optional `auto_answer` argument [#6709@kit-ty-kate]
193
196
194
197
## opam-repository
195
198
*`OpamLocal.rsync_*`: Change the return type from `OpamFilename.*` to `unit`[#6658@kit-ty-kate]
@@ -209,7 +212,10 @@ users)
209
212
*`OpamVariable.variable_contents_equal`: was added [#6644@kit-ty-kate]
210
213
211
214
## opam-core
215
+
*`OpamConsole.confirm`: now takes an optional `name` argument [#6709@kit-ty-kate]
212
216
*`OpamConsole.log`: does not keep log messages before initialization if the code is ran through a library [#6487@kit-ty-kate]
217
+
*`OpamCoreConfig.auto_answer`: field and arguments were added [#6709@kit-ty-kate]
218
+
*`OpamCoreConfig.{answer,anwser_is,answer_is_yes}`: now take a `name` labeled argument [#6709@kit-ty-kate]
213
219
*`OpamCoreConfig.in_opam`: was added [#6487@kit-ty-kate]
214
220
*`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
221
*`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 +227,7 @@ users)
221
227
*`OpamCompat.String.{starts_with,ends_with,for_all,fold_left}`: were added [#6442@kit-ty-kate]
222
228
*`OpamHash.check_string`: was added [#6661@kit-ty-kate]
223
229
*`OpamHash.equal_kind`: was added [#6644@kit-ty-kate]
230
+
*`OpamStd.Config.auto_answer`: was added [#6709@kit-ty-kate]
224
231
*`OpamStd.List.fold_left_map`: was moved to `OpamCompat.List.fold_left_map`[#6442@kit-ty-kate]
225
232
*`OpamStd.List.{cons,find_opt,filter_map}`: were removed. Use `Stdlib.List` instead. [#6442@kit-ty-kate]
226
233
*`OpamStd.List.mem`: was added, having as argument the equality function [#6644@kit-ty-kate]
0 commit comments