Skip to content

Commit

Permalink
Update master_changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Apr 4, 2024
1 parent db5cfe2 commit fdd7d90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ users)
* Simplify computation of OCaml init default `sys-ocaml-*` eval variables on Unix [#5829 @dra27]
* Add a init OCaml `sys-ocaml-system` eval variable [#5829 @dra27]
* Mark the internal cygwin installation as recommended [#5903 @kit-ty-kate]
* Check for gpatch instead of patch on NetBSD and DragonFlyBSD [#5893 @kit-ty-kate]

## Config report

## Actions
* Warn if GNU patch is not detected when a patch is applied [#5893 @kit-ty-kate]
* Use gpatch by default instead of patch on NetBSD and DragonFlyBSD [#5893 @kit-ty-kate]
* Use gpatch if it exists and is detected as GNU patch when "patch" is not GNU patch [#5893 @kit-ty-kate]

## Install

Expand Down Expand Up @@ -64,6 +68,7 @@ users)
## Lint

## Repository
* Warn if GNU patch is not detected during a repository update [#5893 @kit-ty-kate]

## Lock

Expand Down Expand Up @@ -180,3 +185,4 @@ users)
## opam-core
* `OpamStd.Sys`: add `is_cygwin_variant_cygcheck` that returns true if in path `cygcheck` is from a Cygwin or MSYS2 installation [#5843 @rjbou]
* `OpamStd.Env.cyg_env`: takes the environment to cygify, usually `OpamStd.Env.raw_env` [#5829 @dra27]
* `OpamSystem.patch` now displays a warning when GNU patch is not detected and looks for both patch and gpatch as a backup option depending on the OS [#5893 @kit-ty-kate]

0 comments on commit fdd7d90

Please sign in to comment.