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

Handled formatting invalid module names #781

Merged
merged 3 commits into from
Jul 10, 2024
Merged

Handled formatting invalid module names #781

merged 3 commits into from
Jul 10, 2024

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Jun 28, 2024

I'm working in a project that generates invalid module names, which would crash lexical due to lexical using Module.split, which causes a crash when it gets an invalid module name.

Switched to use String.split instead.

I'm working in a project that generates invalid module names, which
would crash lexical due to lexical using Module.split, which causes a
crash when it gets an invalid module name.

Switched to use `String.split` instead.
@scohen scohen requested review from zachallaun and scottming June 28, 2024 17:34
@scohen scohen requested a review from zachallaun July 3, 2024 03:00
@scohen scohen requested a review from Moosieus July 8, 2024 23:11
@scohen scohen merged commit 6012ca6 into main Jul 10, 2024
12 checks passed
@scohen scohen deleted the handle_invalid_module branch July 10, 2024 02:24
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.

3 participants