Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide parse_transform to replace ?LOG macros #2

Open
hyperthunk opened this issue May 5, 2011 · 1 comment
Open

Provide parse_transform to replace ?LOG macros #2

hyperthunk opened this issue May 5, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@hyperthunk
Copy link
Owner

The current ?LOG(...) macros do a lot of work whenever they're expanded, making them largely unsuitable for use in production code. A parse_transform based approach (with helper macros) would be much better, avoiding the overhead of deconstructing and transforming the current module name each time they're applied.

@ghost ghost assigned hyperthunk May 5, 2011
@hyperthunk
Copy link
Owner Author

Starting work on this at https://github.com/hyperthunk/fastlog-parse-trans.

@hyperthunk hyperthunk reopened this May 5, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant