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

Fix #573 #621

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Fix #573 #621

merged 1 commit into from
Aug 23, 2021

Conversation

alixinne
Copy link
Contributor

When using an external lexer with generic type bounds, those type bounds
where not propagated to the definition of __ToTriple, which this PR
fixes.

This uncovered a bug when generating the parse module as the passed-in
types where not accounting for the 2 extra type parameters for external
token and lexer.

When using an external lexer with generic type bounds, those type bounds
where not propagated to the definition of __ToTriple, which this PR
fixes.

This uncovered a bug when generating the parse module as the passed-in
types where not accounting for the 2 extra type parameters for external
token and lexer.
@Marwes Marwes merged commit d057ee6 into lalrpop:master Aug 23, 2021
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

Successfully merging this pull request may close these issues.

2 participants