We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 compiling with test with a file containing the c3.0.0 name, the errors are not reported.
c3.0.0
tests/pos/mytest/A_1_c3.0.0.scala
def f: Int = match
tests/pos/mytest/B_2.scala
def test() = f
sbt> testCompilation tests/pos/mytest ... [info] Test dotty.tools.dotc.CompilationTests.pos started -- [E006] Not Found Error: tests/pos/mytest/B_2.scala:1:13 ---------------------------------------- 1 |def test() = f | ^ | Not found: f Compilation failed for: 'tests/pos/mytest' [=======================================] completed (1/1, 1 failed, 5s) ...
The errors of A_1_c3.0.0.scala should be reported to be able to fix them easily. Note that it might be an error that only occurred in that version.
A_1_c3.0.0.scala
The text was updated successfully, but these errors were encountered:
r3.1
c3.1.0
Output other compiler errors
8abc42b
Fixes scala#14303
00a3dbd
5408287
prolativ
Successfully merging a pull request may close this issue.
Compiler version
When compiling with test with a file containing the
c3.0.0
name, the errors are not reported.Minimized example
tests/pos/mytest/A_1_c3.0.0.scala
tests/pos/mytest/B_2.scala
Output
Expectation
The errors of
A_1_c3.0.0.scala
should be reported to be able to fix them easily. Note that it might be an error that only occurred in that version.The text was updated successfully, but these errors were encountered: