Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Apr 27, 2022
1 parent 8ab26e6 commit 49fb10d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ users)
* Remove memoization from `best_effort ()` to allow for multiple different settings during the same session (useful for libaray users) [#4805 @LasseBlaauwbroek]
* [BUG] Catch `EACCES` in lock function [#4948 @oandrieu - fix #4944]
* Permissions: chmod+unlink before copy [#4827 @jonahbeckford @dra27]
* Support MSYS2: two-phase rsync on MSYS2 to allow MSYS2's behavior of copying rather than symlinking [#4817 @jonahbeckford]

## Test
* Update crowbar with compare functions [#4918 @rjbou]
Expand Down Expand Up @@ -342,3 +343,5 @@ users)
* `OpamSystem.real_path`: Remove the double chdir trick on OCaml >= 4.13.0 [#4961 @kit-ty-kate]
* `OpamProcess.wait_one`: display command in verbose mode for finished found process [#5091 @rjbou]
* `OpamStd.Config.E`: add a `REMOVED` variant to allow removing completely an environment variable handling [#5112 @rjbou]
* `OpamStd.Sys`: add `get_windows_executable_variant` to use instead of `is_cygwin_variant` [#4817 @jonahbeckford]
* `OpamSystem.copy_dir`: two-pass `rsync` copy for `MSYS2`, to handle symlinks [#4817 @jonahbeckford]

0 comments on commit 49fb10d

Please sign in to comment.