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
The := and =: operators inside the withenv action do not add leading/trailing separators when operating on unset variables. These operators are documented in opam's manual as:
+= or := prepend. They differ when the variable is unset of empty, where := adds a trailing separator.
=+ or =: append. They differ when the variable is unset of empty, where =: adds a leading separator.
The
:=
and=:
operators inside thewithenv
action do not add leading/trailing separators when operating on unset variables. These operators are documented in opam's manual as:Repro: #10441
The text was updated successfully, but these errors were encountered: