Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed May 19, 2022
1 parent c7a2ae1 commit 477727a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ users)

## Opamfile
* Fix substring errors in preserved_format [#4941 @rjbou - fix #4936]
* `repo-config"`: add an optional field for repository initialisation state [#4933 @rjbou]

## External dependencies
* Set `DEBIAN_FRONTEND=noninteractive` for unsafe-yes confirmation level [#4735 @dra27 - partially fix #4731] [2.1.0~rc2 #4739]
Expand All @@ -146,6 +147,13 @@ users)
* Get rid of OPAM_USER_PATH_RO (never used on macOS and no longer needed on Linux) [#4795 @kit-ty-kate]
* Print error message if command doesn't exist [#4971 @kit-ty-kat - fix #4112]

## Repository
* Don't display global message when `this-switch` is given [#4899 @rjbou - fix #4889]
* Set the priority of user-set archive-mirrors higher than the repositories'.
This allows opam-repository to use the default opam.ocaml.org cache and be more resilient to changed/force-pushed or unavailable archives. [#4830 @kit-ty-kate - fixes #4411]
* [NEW] Add `--no-action` for `add` and `set-url` subcommands to permit delay the update [#XXXX rjbou - fix #4617]
* [NEW] Add `--no-action` for `add` and `set-url` subcommands to permit delay the update [#4933 rjbou - fix #4617]

## VCS
* Pass --depth=1 to git-fetch in the Git repo backend [#4442 @dra27]
* Use 4.08's unnamed functor arguments to silence warning 67 [#4775 @dra27]
Expand Down Expand Up @@ -387,6 +395,8 @@ users)
* `OpamFile.OPAM.effective_part` and `OpamFile.OPAM.effectively_equal` now take an optional `?modulo_state:bool` parameter, that if `true`, eliminates the fields relying on the state of the switch (depends, available, …). This is `false` by default. [#5118 @kit-ty-kate]
* `OpamTypes`: `request.wish_install` now takes a formula instead of a conjunction [#4975 @AltGr]

* `OpamFile.repos_config.t`: add an initialised state argument in map value [#4933 @rjbou]
* `OpamFormat`: add `map_options_4` [#4933 @rjbou]
## opam-core
* OpamSystem: avoid calling Unix.environment at top level [#4789 @hannesm]
* `OpamStd.ABSTRACT`: add `compare` and `equal`, that added those functions to `OpamFilename`, `OpamHash`, `OpamStd`, `OpamStd`, `OpamUrl`, and `OpamVersion` [#4918 @rjbou]
Expand Down

0 comments on commit 477727a

Please sign in to comment.