Closed tomicapretto closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9bcd01a
) 92.62% compared to head (7df836c
) 92.63%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
All the environment machinery built into formulae was working in such a way that names in "outer" environments were reached before the names of "internal" transformations. This caused these kind of problems
This PR changes the order in which namespaces are added into the environment so transformations and encodings are reached first.