Regression in yakivy/jam
- unknown value error in separate compilation runs
#22593
Labels
area:inline
area:metaprogramming:quotes
Issues related to quotes and splices
area:typer
itype:bug
regression
This worked in a previous version but doesn't anymore
https://github.com/VirtusLab/community-build3/actions/runs/13209505213/job/36881078477
Compiler version
Working: 3.6.3
Broken: 3.6.4-RC1
Minimized code
Similarly to #22581, the files have to be compiled in separate compilation runs for the regression to show. Let's use scala-cli for simplicity.
main.scala
main.test.scala
scala-cli test main.scala main.test.scala -S 3.6.4-RC1
Output
Expectation
No error. Although, similarly to #22581, if both files are put into the same compilation run, another error is shown (also on earlier compiler versions):
The text was updated successfully, but these errors were encountered: