com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.61k stars 368 forks source link

Add scala 2.13 compiler settings test #1516

Closed carlosrogue closed 2 months ago

carlosrogue commented 3 months ago

Enable settings tests for any 2.12 versions.

This is a follow up of this conversation https://github.com/com-lihaoyi/Ammonite/pull/1484#pullrequestreview-2044852416 I had previously with @lefou.

Tested with mill -i -w 'amm.repl[{2.12.19,2.13.14,3.4.2}].test.testOnly' -- 'ammonite.session.BuiltinTests.settings' so all 2.12, 2.13 and 3 latest versions are passing.