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

Fix compiler command-line parsing: -internal-debug #1438

Merged
merged 1 commit into from Aug 13, 2022
Merged

Conversation

cgay
Copy link
Member

@cgay cgay commented Aug 7, 2022

"dylan-compiler -internal-debug xx -build -debugger yy" previously parsed the
value of the -internal-debug flag as #(#"xx -build -debugger yy") when it
should have parsed it as #(#"xx"). It worked if you put "-internal-debug xx" at
the end of the command-line.

The call to tokenize-string is also broken, for the edge case where the string is
quoted, but that's another yak.

"dylan-compiler -internal-debug xx -build -debugger yy" previously parsed the
value of the -internal-debug flag as #(#"xx -build -debugger yy") when it
should have parsed it as #(#"xx"). It worked if you put "-internal-debug xx" at
the end of the command-line.
@cgay cgay merged commit 989efb3 into dylan-lang:master Aug 13, 2022
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.

None yet

1 participant