-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for Scala Native 0.5.1 #188
Conversation
ekrich
commented
Apr 16, 2024
•
edited
Loading
edited
- Waiting on request for Scala Native 0.5.0 support typelevel/paiges#615
- PR is progress - Update Scala Native to 0.5.3 typelevel/paiges#617
- Paiges is waiting for cats - Support Scala Native 0.5 typelevel/cats#4587
- Waiting for Paiges release - changed from draft so it can be reviewed.
Do we want to update Scala.js to the latest? |
I think that's fine, though probably in a separate PR? |
Oh, I was trying to update everything like |
it would probably be better one by one, but I wonder why it didn't happen via steward |
Ok, I will just back off to do only the required upgrades. |
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 |
That is great thanks - those can all go through as I wait. |
@tgodzik I will go ahead and rebase when all the updates get merged. Note that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! It's finally passing 🎉
We can just update paiges to latest version and merge.
build.sbt
Outdated
@@ -122,8 +122,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) | |||
mimaSettings, | |||
moduleName := "metaconfig-core", | |||
libraryDependencies ++= List( | |||
"org.typelevel" %%% "paiges-core" % "0.4.3", | |||
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" | |||
"org.typelevel" %%% "paiges-core" % "0.4.3-35-4d6217a-SNAPSHOT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we can switch to 0.4.4 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated waiting for CI to pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Should we do a new release? |
I wanted to update this in case someone ever gets back to trying to port the Scala Native |
Och yeah, I did release it separate because of that. I need to return to the PR :| |
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. |
We release is alognside munit https://mvnrepository.com/artifact/org.scalameta/munit-diff |