Skip to content

Commit

Permalink
update changes - missing fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Sep 26, 2023
1 parent 5787e16 commit 0cdece6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,11 @@ users)
## opam-solver

## opam-format

* Add `OpamFilter.expand_interpolations_in_file_full` which allows setting the
output file along with the input file [#5629 @rgrinberg]

* Expose `OpamFilter.string_interp_regex` which allows clients to identify
variable interpolations in strings [#5633 @gridbugs]
## opam-format
* `OpamFilter`: add `expand_interpolations_in_file_full` which allows setting the output file along with the input file [#5629 @rgrinberg]
* `OpamFilter`: expose `string_interp_regex` which allows clients to identify variable interpolations in strings [#5633 @gridbugs]

## opam-core
* `OpamSystem.mk_temp_dir`: resolve real path with `OpamSystem.real_path` before returning it [#5654 @rjbou]
* `OpamSystem.resolve_command`: in command resolution path, check that the file is not a directory and that it is a regular file [#5606 @rjbou - fix #5585 #5597]
* `OpamSystem.resolve_command`: in command resolution path, check that the file is not a directory and that it is a regular file [#5606 @rjbou - fix #5585 #5597 #5650 #5626]
* `OpamStd.Config.env_level`: fix level parsing, it was inverted (eg, "no" gives level 1, and "yes" level 0) [#5686 @smorimoto]

0 comments on commit 0cdece6

Please sign in to comment.