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

Enable 'unicode' feature on regex-syntax #787

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

dburgener
Copy link
Contributor

This fixes a compatibility issue with regex 1.8

Closes #750

This fixes a compatibility issue with regex 1.8

Closes lalrpop#750
@dburgener
Copy link
Contributor Author

Because 0.19.10 was accidentally made on the master branch, this fix never made it to the 0.19 branch, and it appears to me pulling lalrpop into another project that 0.19.11 regressed #750.

@dburgener
Copy link
Contributor Author

Note that this PR is targeting the 0.19 branch.

@youknowone youknowone merged commit 23bdd7c into lalrpop:0.19 Apr 28, 2023
@ithinuel
Copy link
Contributor

This has been addressed by #783 and is being addressed (and somewhat documented) in #786.

Considering that all dependencies are defined with default-features = false, adding the blanket unicode feature on regex to enabled them all is self-contradictory.

@ithinuel
Copy link
Contributor

Oh, It's been merged already :/

@dburgener
Copy link
Contributor Author

This has been addressed by #783 and is being addressed (and somewhat documented) in #786.

None of those are on the 0.19 branch. This is the same minimal fix that was in 0.19.10, but was accidentally dropped for 0.19.11

@ithinuel
Copy link
Contributor

#783 is on 0.19 branch.

@youknowone
Copy link
Contributor

@ithinuel the dependency seems came from user code, but I'd like to keep 0.19 not broken for previous versions' users. I will drop it for 0.20

@ithinuel
Copy link
Contributor

Sorry for breaking it again in #783 😅

@dburgener dburgener deleted the backport-751 branch April 28, 2023 21:04
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.

4 participants