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
java 16.0.2 2021-07-20
Java(TM) SE Runtime Environment (build 16.0.2+7-67)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)
problem
sci.core/merge-opts doesn't seem to merge (values referenced by) vars correctly for namespace mappings defined in sci.core/init when trying to override an existing var. The order of the params passed to merge-with here below might be wrong:
version
platform
Mac
problem
sci.core/merge-opts
doesn't seem to merge (values referenced by) vars correctly for namespace mappings defined insci.core/init
when trying to override an existing var. The order of the params passed tomerge-with
here below might be wrong:https://github.com/babashka/sci/blob/master/src/sci/impl/opts.cljc#L17-L22
repro
expected behavior
The new var should be picked up.
The text was updated successfully, but these errors were encountered: