Quentin Bernet
Quentin Bernet
Hello, just here to bump this up, as it is still a problem for evaluating new features: https://scastie.scala-lang.org/LgCNc5cQTZC4IyeiwgNXsQ
Thanks, this does indeed work, I found a nightly version there: https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/ Here is the corrected example: https://scastie.scala-lang.org/D4j37OFGTcGEH1cFdk1U6w
@smarter I will probably rework the commits and update the code slightly, but feel free to review the tests (and more if you feel like it)
I'm in particular having trouble with where to put my test cases, since there are so many existing test files already
I reworked the commits, I think this PR is in a really good shape ! The commit should be modular enough that going commit by commit should make understanding it...
The failing Scaladoc test will be fixed once I rebase on main (files contain "... 2022" instead of "... 2023", happy new year !)
As all dependencies have been merged with main, this PR can be merged as soon as you think it is good enough ! @smarter did I correctly address your comments...
@sjrd I believe I have addressed your comments, I didn't rebase yet so you can more easily see what I did to address them. I have only put one run...
Note to myself: I need to rollback the reference/syntax.md in the "make experimental" commit
Testing the java interop lead me to discover it does not work for extension methods either, see https://github.com/lampepfl/dotty/issues/16727 As such I believe java interop to be outside of the scope...