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
Because macros would need to be expanded first to ensure they are properly escaped and vectorized (which isn't supported yet), we should add an example to the documentation about how to wrap macros inside of an anonymous function to ensure proper escaping and vectorization.
Thinking more about this, we can probably add functionality that will auto-expand macros using a new function like parse_macroexpand() before running parse_autovec(). This way, auto-vectorization should work normally so that anonymous functions aren't even required (though still a good idea to document them).
Because macros would need to be expanded first to ensure they are properly escaped and vectorized (which isn't supported yet), we should add an example to the documentation about how to wrap macros inside of an anonymous function to ensure proper escaping and vectorization.
We discussed an example here, which we should mention in the documentation: https://discourse.julialang.org/t/trying-to-understand-macro-scope-tidier-package/103635/22?u=kdpsingh
The text was updated successfully, but these errors were encountered: