Skip to content

Regex Literals Are Never Left Bound #869

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

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

CodaFi
Copy link
Contributor

@CodaFi CodaFi commented Sep 30, 2022

Prevent x/y, y/z from lexing as a regex literal.

Fixes #860

Prevent x/y, y/z from lexing as a regex literal.
@CodaFi CodaFi requested a review from ahoppen as a code owner September 30, 2022 16:29
@CodaFi
Copy link
Contributor Author

CodaFi commented Sep 30, 2022

@swift-ci test

@jpsim
Copy link
Contributor

jpsim commented Sep 30, 2022

The Linux CI job appears to have failed due to the CI machine being out of disk space:

/usr/bin/ld.gold: fatal error: /home/build-user/build/buildbot_incremental/swiftpm-linux-x86_64/x86_64-unknown-linux-gnu/release/swift-package: No space left on device

@CodaFi
Copy link
Contributor Author

CodaFi commented Sep 30, 2022

no space left on device

@swift-ci test Linux

@CodaFi CodaFi merged commit e2bea30 into swiftlang:main Sep 30, 2022
@CodaFi CodaFi deleted the re-gex-enter-the-gecko branch September 30, 2022 19:56
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.

Two divisions treated like regex literal
2 participants