-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Order of the source files changes the compilation result #10634
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
Comments
@b-studios I am not sure this is only a |
Indeed, this is definitely a compiler bug (failing to compile the doctool), not a doctool bug. |
Looks like it's necessary for Remembering that the error is in |
With #10902 we get more info:
|
While compiling
scala3doc
I found surprising that the order of the source files change the compilation result.Minimized code
I minimized it to 3 files.
Output
BasicSupport.scala Context.scala Parser.scala
compiles successfully.But
Parser.scala Context.scala BasicSupport.scala
compiles in error:Expectation
The order of the source files should not change the compilation result.
The text was updated successfully, but these errors were encountered: