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 Mar 29, 2024
1 parent ad303d8 commit 2438462
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ users)
## Source

## Lint
* Add warning 69: Package name in variable in string interpolation contains several '+' [#5840 @rjbou]

## Repository

Expand Down Expand Up @@ -136,7 +137,7 @@ users)
### Tests
* Add init scripts tests [#5864 @rjbou]
* Add test for init OCaml predefined eval variables and their format upgrade [#5829 @rjbou]
* Add a test testing showing the current behaviour of opam with variable expention, in particular when the package contains pluses [#5840 @kit-ty-kate]
* Add a test testing showing the current behaviour of opam with variable expention, in particular when the package contains pluses [#5840 @kit-ty-kate @rjbou]

### Engine

Expand Down Expand Up @@ -173,6 +174,8 @@ users)

## opam-format
* `OpamFile.InitConfig`: add `sys-pkg-manager-cmd` field [#5847 @rjbou]
* Split filter_ident_of_string into one function for plain variables and one for string interpolations [#5840 @rjbou]
* Expose `OpamFilter.extract_variables_from_string` [#5840 @rjbou]

## 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]
Expand Down

0 comments on commit 2438462

Please sign in to comment.