com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.6k stars 366 forks source link

Add support for Scala 2.12.19 and 2.13.13 #1421

Closed lefou closed 4 months ago

lefou commented 5 months ago

Depends on

Fix https://github.com/com-lihaoyi/Ammonite/issues/1420

lefou commented 4 months ago

Looks like it's only the Ammonite BSP server tests, which are failing now. Any help would be appreciated.

tgodzik commented 4 months ago

Maybe the server needs to be updated first?

lefou commented 4 months ago

@alexarchambault Any idea why the BSP server is failing for Scala 2.13.13, but not for 2.13.12? There is no obvious error message. Since you contributed the BSP server code, maybe you have an idea or can help out?

lefou commented 4 months ago

Looks like the BSP server tests fail for many more Scala versions, we just don't run these tests in CI. I saw them fail here: https://github.com/com-lihaoyi/Ammonite/pull/1436

It's probably OK to ignore them for now, since they already broken, but users haven't reported any issues about that. So releasing for latest Scala versions is IMHO better that holding back for some minor issues.

lefou commented 4 months ago

I handled the failing tests in PR https://github.com/com-lihaoyi/Ammonite/pull/1436, since we see the same issues on older Scala versions.