We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When a test fail, the logfile may contain a message like:
the test can be reproduced by running: ./bin/dotc ... compiler/../library/src/scala/compat/java8/JFunction0$mcB$sp.java
The filename contains a $ that needs to be escaped to be able to run the given command in a shell
$
The text was updated successfully, but these errors were encountered:
The simplest solution would be to put single quotes around each filename.
Sorry, something went wrong.
914a9b1
Merge pull request #7937 from dotty-staging/fix-#2490
061dc96
Fix #2490: Put single quotes around each filename
No branches or pull requests
When a test fail, the logfile may contain a message like:
The filename contains a
$
that needs to be escaped to be able to run the given command in a shellThe text was updated successfully, but these errors were encountered: