Skip to content

Allow Scala 3 update - #411

Closed
regadas wants to merge 1 commit into
typelevel:mainfrom
regadas:update_scala_3
Closed

Allow Scala 3 update#411
regadas wants to merge 1 commit into
typelevel:mainfrom
regadas:update_scala_3

Conversation

@regadas

@regadas regadas commented May 13, 2022

Copy link
Copy Markdown
Contributor

This is merely an evaluation of the new setting coming up in sbt 1.7.0 and the new compiler flag in scala 3.1.2 that allows setting the output target.

@johnynek Since this relies on a milestone version not sure if you wanna go for it.

Fixes #285
Closes #408

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #411 (5b97208) into main (74f08bf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #411   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files           9        9           
  Lines        1338     1338           
  Branches      124      124           
=======================================
  Hits         1273     1273           
  Misses         65       65           
Impacted Files Coverage Δ
...shared/src/main/scala/cats/parse/Accumulator.scala 97.56% <0.00%> (-2.44%) ⬇️
core/shared/src/main/scala/cats/parse/Parser.scala 94.63% <0.00%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74f08bf...5b97208. Read the comment docs.

@armanbilge

Copy link
Copy Markdown
Member

FYI, it seems the Scala 3 team has decided to go in another direction. The new compiler flag has been removed from Scala 3.2.0.

https://github.com/scala/scala-lang/blob/1495481107e3ae5f05acf66160bc6bfd8c65e344/blog/_posts/2022-05-30-long-term-compatibility-plans.md

@johnynek

johnynek commented Jun 9, 2022

Copy link
Copy Markdown
Contributor

I guess we should wait until the next version of cats which gets scala native and I think may push us up to 3.1 publishing anyway.

@regadas

regadas commented Jun 9, 2022

Copy link
Copy Markdown
Contributor Author

@johnynek Yup that makes sense! I'll close this not this was some exploratory stuff anyway. 😄 Thx

@regadas regadas closed this Jun 9, 2022
@regadas
regadas deleted the update_scala_3 branch June 9, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

set up CI to use latest scala 3 but publish on oldest scala 3

4 participants