You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master_changes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ users)
70
70
* No longer call tar tool to create archives, use tar library instead [#6945@kit-ty-kate]
71
71
72
72
## Lock
73
+
*[BUG] Fix `undefined variable` error when a lock file filter contains an undefined variables: fail gracefully with strict mode, continue and default the variable to false on normal mode [#6947@rjbou - fix #6946]
73
74
74
75
## Clean
75
76
@@ -180,6 +181,7 @@ users)
180
181
* Fix trailing full path for `tar` call in `no-depexts-sandboxed.unix.test`[#6970@rjbou]
181
182
* Fix some forgotten sed in `extrasource` and `update` tests in #6734[#6970@rjbou]
182
183
* Add a test for `opam config subst`[#6936@NathanReb]
184
+
* Add a lock test for undefined variables in a lock file [#6947@rjbou - fix #6946]
183
185
184
186
### Engine
185
187
* Add `http-server` to launch a minimal http server [#6939@rjbou]
0 commit comments