We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7aff9 commit a85f28dCopy full SHA for a85f28d
src/contexts.jl
@@ -487,7 +487,7 @@ function conditioned(context::ConditionContext)
487
# is that the outermost `context` takes precendence, hence when resolving
488
# the `conditioned` variables we need to ensure that `context.values` takes
489
# precedence over decendants of `context`.
490
- return _merge(to_varname_dict(context.values), conditioned(childcontext(context)))
+ return _merge(conditioned(childcontext(context)), to_varname_dict(context.values))
491
end
492
function conditioned(context::PrefixContext)
493
return conditioned(collapse_prefix_stack(context))
0 commit comments