apps icon indicating copy to clipboard operation
apps copied to clipboard

migrate scala.json to contents of scala-experimental.json

Open bishabosha opened this issue 2 years ago • 3 comments

fulfil SIP #46 by updating the scala command installed by cs setup to be Scala CLI.

@alexarchambault is it ok to just replace the contents like this? or does there need to be some other version override to include the old way?

or should this be handled by cs setup installing a different app?

bishabosha avatar Jun 21 '23 14:06 bishabosha

other points, do we need to add "old-scala.json" for people who want the old behaviour?

bishabosha avatar Jun 21 '23 14:06 bishabosha

fulfil SIP #46 by updating the scala command installed by cs setup to be Scala CLI.

We've been investigating all the package managers before starting the updates, it's a bit complex unfortunately.

other points, do we need to add "old-scala.json" for people who want the old behaviour?

scala-legacy.json I guess?

is it ok to just replace the contents like this? or does there need to be some other version override to include the old way?

You should be able to check that out by doing update with a custom channel, I think we talked about that it might require some changes in coursier

tgodzik avatar Jun 21 '23 15:06 tgodzik

this will become obsolete with https://github.com/coursier/coursier/pull/2975

bishabosha avatar May 02 '24 15:05 bishabosha