You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs affecting the Presentation Compiler require the [test_windows_full] tag , which is easy to forget about, and launches suites which aren't necessary.
Expectation
PR's affecting the presentation compiler should also trigger a new job on windows that runs scala3-presentation-compiler-bootstrap/test and scala3-language-server/test when changes are made in modules mentioned above.
The text was updated successfully, but these errors were encountered:
The presentation compiler tests only broke the CI because the default tests are run on JDK 17, only the windows ones are run on JDK 8. Why is that? What is the purpose of using JDK 17, which doesn't really verify if we can compile using JDK 8?
Uh oh!
There was an error while loading. Please reload this page.
Current behaviour
PRs affecting the Presentation Compiler require the
[test_windows_full]
tag , which is easy to forget about, and launches suites which aren't necessary.Expectation
PR's affecting the presentation compiler should also trigger a new job on windows that runs
scala3-presentation-compiler-bootstrap/test
andscala3-language-server/test
when changes are made in modules mentioned above.The text was updated successfully, but these errors were encountered: