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

CN: Reduce lexer warning #762

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

dc-mak
Copy link
Contributor

@dc-mak dc-mak commented Dec 12, 2024

No description provided.

Also silence and ocamlformat warning
Fixes rems-project#574

This shares state implicitly across different lexers, even with
`create_lexer`. Threading this state in and out of the lexer is ugly.
And we would probably want warnings once per invocation anyway.
@dc-mak dc-mak force-pushed the reduce-lexer-warning branch from b02d803 to d2126f4 Compare December 12, 2024 14:55
@dc-mak dc-mak marked this pull request as ready for review December 12, 2024 15:13
@dc-mak dc-mak merged commit 940e91f into rems-project:master Dec 12, 2024
4 checks passed
@dc-mak dc-mak deleted the reduce-lexer-warning branch December 12, 2024 15:14
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.

1 participant