Alberto Berti
Alberto Berti
So I'm going soon to publish a package for macropy, @Technologicat do you care to add a test or two for this?
> There's the magic list __all__ that can be used to limit which names > a module exports, but unfortunately it's only consulted for > star-imports (talk about almost getting...
After reviewing and testing the code, I can say that the block macros type expects the macro to return a sequence of trees, but from my test it doesn't "crash",...
For me yours is a special case, it takes as list of statements as input it's natural to expect that it emit a list of statement. The ast.Expr trick is...
I don't see a compelling argument here.. just "would be really nice"?
Thanks Juha, but your solution and in general all the situation leaves me more perplexed... I've opened the door to calling the macro with any positional argument or keyword with...
What do you mean with "MacroPy is one of the few occasions where a need exists to create AST nodes"?
It seems to me that parmap is used to parallelize just the the application of the anonymizations to each row by splitting the work on more threads/processes and nothing else,...
That's a bummer! The custom templates are needed because of the diffing protocol, like in the original LiveView?
unfortunately this project isn't maintained at the moment