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

Refactor: remove syn in favor of rustc #232

Closed
zzau13 opened this issue Aug 2, 2021 · 1 comment
Closed

Refactor: remove syn in favor of rustc #232

zzau13 opened this issue Aug 2, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@zzau13
Copy link
Owner

zzau13 commented Aug 2, 2021

proc-macro2 and syn are not prepared to correctly handle Span in multiple threads. Therefore, a more solid construction is required that will be implemented in yarte_lexer by means of the rustc crates.

@zzau13 zzau13 added the bug Something isn't working label Aug 2, 2021
@zzau13
Copy link
Owner Author

zzau13 commented Mar 15, 2022

Closed in favor of #245

@zzau13 zzau13 closed this as completed Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant