Skip to content

Regex Literals Are Never Left Bound#869

Merged
CodaFi merged 1 commit into
swiftlang:mainfrom
CodaFi:re-gex-enter-the-gecko
Sep 30, 2022
Merged

Regex Literals Are Never Left Bound#869
CodaFi merged 1 commit into
swiftlang:mainfrom
CodaFi:re-gex-enter-the-gecko

Conversation

@CodaFi

@CodaFi CodaFi commented Sep 30, 2022

Copy link
Copy Markdown
Contributor

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

CodaFi commented Sep 30, 2022

Copy link
Copy Markdown
Contributor Author

@swift-ci test

@jpsim

jpsim commented Sep 30, 2022

Copy link
Copy Markdown
Contributor

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

CodaFi commented Sep 30, 2022

Copy link
Copy Markdown
Contributor Author

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