metaconfig icon indicating copy to clipboard operation
metaconfig copied to clipboard

Updates for Scala Native 0.5.1

Open ekrich opened this issue 10 months ago • 8 comments

  • [ ] Waiting on https://github.com/typelevel/paiges/issues/615
  • [ ] PR is progress - https://github.com/typelevel/paiges/pull/617
  • [ ] Paiges is waiting for cats - https://github.com/typelevel/cats/issues/4587
  • [ ] Others if needed

ekrich avatar Apr 16 '24 18:04 ekrich

Do we want to update Scala.js to the latest?

ekrich avatar Apr 16 '24 18:04 ekrich

Do we want to update Scala.js to the latest?

I think that's fine, though probably in a separate PR?

tgodzik avatar Apr 17 '24 08:04 tgodzik

Oh, I was trying to update everything like sbt-ci-release and other things. I can back off and just touch what needs to be updated or all at once which I think might be better. sbt-native-packager is a weird one because of release problems so not sure on that one.

ekrich avatar Apr 17 '24 15:04 ekrich

Oh, I was trying to update everything like sbt-ci-release and other things. I can back off and just touch what needs to be updated or all at once which I think might be better. sbt-native-packager is a weird one because of release problems so not sure on that one.

it would probably be better one by one, but I wonder why it didn't happen via steward

tgodzik avatar Apr 17 '24 15:04 tgodzik

Ok, I will just back off to do only the required upgrades.

ekrich avatar Apr 17 '24 15:04 ekrich

Ok, added metaconfig to the repo, that should help in this case. We can wait for the updates to show up, I just run the workflow

tgodzik avatar Apr 17 '24 15:04 tgodzik

That is great thanks - those can all go through as I wait.

ekrich avatar Apr 17 '24 15:04 ekrich

@tgodzik I will go ahead and rebase when all the updates get merged. Note that sbt-ci-release changed orgs so not sure you will get an update for that one.

ekrich avatar Apr 17 '24 16:04 ekrich

Should we do a new release?

tgodzik avatar Jun 18 '24 15:06 tgodzik

I wanted to update this in case someone ever gets back to trying to port the Scala Native scalafmt. We have multi-threading now so there could be less changes. The diff(ing) part was asked to be a separate project which seemed to be the biggest part of the angst of the large change.

ekrich avatar Jun 18 '24 16:06 ekrich

Och yeah, I did release it separate because of that. I need to return to the PR :|

tgodzik avatar Jun 18 '24 16:06 tgodzik

Och yeah, I did release it separate because of that.

Do you have a link? We might be able to use it in Scala Native for our tools which we are trying to port to Scala Native as part of a potential "native" tool chain.

ekrich avatar Jun 18 '24 18:06 ekrich

We release is alognside munit https://mvnrepository.com/artifact/org.scalameta/munit-diff

tgodzik avatar Jun 18 '24 18:06 tgodzik