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
As I see it, we need an esc to evaluate the arguments in the correct scope. I provided a quickfix in #1633. Though, for a proper fix the keyword arguments should be escaped as well. I will also need to write some tests before I introduce some new bugs then. If you need this to work right now, #1633 should do the trick.
mgkurtz
added a commit
to mgkurtz/AbstractAlgebra.jl
that referenced
this issue
Feb 29, 2024
The following is with Julia 1.9.4 and 1.10.1 in case it makes a difference.
Observe:
Reason gets clear here:
So it evaluates
K
inside moduleAbstractAlgebra
, instead of the current scope. I actually did run into this for the@alias
macro.I believe the fix involved using
QuoteNode
. But it's not easy to understand the code with allCC @mgkurtz
The text was updated successfully, but these errors were encountered: