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
Hello @piotr-yuxuan. The biggest problem is that macros must be expanded in compilation time. Hence, you cannot really postpone the loading of a namespace if you need any macros from it.
At least on my machine the following code
produces the following error:
which can be worked around with:
as macros actually take two more implicit arguments:
&env
and&form
.The text was updated successfully, but these errors were encountered: