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
I'm not sure how to fix this behavior. I figure we either need def_edb to be unquote tolerate, or to expand it after the macro it is in.
I don't like the idea of making it unquote proof as much because it means that that's one more thing a plugin writer would have to worry about, but if it's simpler maybe we could start there.
The text was updated successfully, but these errors were encountered:
causes
to be raised because
def_edb
is being expanded beforefoo
is.https://github.com/mirah/mirah/blob/master/lib/mirah/plugin/edb.rb#L19
I'm not sure how to fix this behavior. I figure we either need
def_edb
to be unquote tolerate, or to expand it after the macro it is in.I don't like the idea of making it unquote proof as much because it means that that's one more thing a plugin writer would have to worry about, but if it's simpler maybe we could start there.
The text was updated successfully, but these errors were encountered: