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
Clerk's analysis currently runs macro-expansion in order to derive the dependencies of a given expression. This works fine for macros defined outside the current file / namespace as we're evaluating any requires and are than in turn able to run the macro-expansion step.
For macros defined in the same namespace, this fails, see e.g. #735 (comment).
We should either fix this limitation or document it.
The text was updated successfully, but these errors were encountered:
Clerk's analysis currently runs macro-expansion in order to derive the dependencies of a given expression. This works fine for macros defined outside the current file / namespace as we're evaluating any requires and are than in turn able to run the macro-expansion step.
For macros defined in the same namespace, this fails, see e.g. #735 (comment).
We should either fix this limitation or document it.
The text was updated successfully, but these errors were encountered: