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 crasher for missing integer argument on command line #13894

Merged
merged 1 commit into from Nov 6, 2021

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Nov 6, 2021

Fixes #13893

@odersky
Copy link
Contributor Author

odersky commented Nov 6, 2021

Note: It's hard to test this in the CI since the testing framework always adds a "-d" option at the end of the command line, and that addition makes the error disappear. But one can try it on the command line directly, without going through the test framework.

Copy link
Member

@dwijnand dwijnand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Derp. Sorry about that, thanks for sending the patch too!

@dwijnand dwijnand merged commit add58e9 into scala:master Nov 6, 2021
@dwijnand dwijnand deleted the fix-13893 branch November 6, 2021 21:18
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.

Crasher when inline argument is missing
2 participants