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

Query macro rework using proc_macro/proc_macro_hack #2

Open
katyo opened this issue Apr 12, 2020 · 0 comments
Open

Query macro rework using proc_macro/proc_macro_hack #2

katyo opened this issue Apr 12, 2020 · 0 comments

Comments

@katyo
Copy link
Owner

katyo commented Apr 12, 2020

Currently query macro implementation based on Rust's macro_rules.

This is terrible due to several reasons. Mainly because the code relatively hard to understand, modification and debugging. Secondly the errors in queries cannot be reported clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant