Skip to content

Update scala3-staging, ... to 3.3.0#2977

Merged
xerial merged 5 commits intomasterfrom
update/scala3-staging-3.3.0
May 23, 2023
Merged

Update scala3-staging, ... to 3.3.0#2977
xerial merged 5 commits intomasterfrom
update/scala3-staging-3.3.0

Conversation

@xerial-bot
Copy link
Copy Markdown
Collaborator

Updates

from 3.2.2 to 3.3.0.
GitHub Release Notes - Version Diff - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (3.2.2).
You might want to review and update them manually.

docs/release-notes.md
examples/rpc-examples/hello-rpc/build.sbt
examples/rpc-examples/rpc-scalajs/build.sbt
examples/rpc-examples/rpc-scalajs/server/src/main/scala/example/server/ServerApi.scala
sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/grpc/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/js-client/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/openapi/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-lang" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang" }
}]

labels: library-update

@codecov
Copy link
Copy Markdown

codecov Bot commented May 23, 2023

Codecov Report

Merging #2977 (e5dc6eb) into master (e02443d) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2977   +/-   ##
=======================================
  Coverage   82.86%   82.87%           
=======================================
  Files         348      348           
  Lines       14596    14596           
  Branches     2381     2381           
=======================================
+ Hits        12095    12096    +1     
+ Misses       2501     2500    -1     
Impacted Files Coverage Δ
.../src/main/scala/wvlet/airframe/metrics/Count.scala 90.47% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@xerial
Copy link
Copy Markdown
Member

xerial commented May 23, 2023

The compilation failed because typeMembers method return values have changed since 3.2.x scala/scala3#15033

@xerial xerial added the bug label May 23, 2023
@xerial xerial added feature and removed bug labels May 23, 2023
@xerial xerial enabled auto-merge (squash) May 23, 2023 17:08
val t = TypeRepr.of[A]
val flags = t.typeSymbol.flags
if (!flags.is(Flags.Static) && flags.is(Flags.NoInits)) {
if (!flags.is(Flags.JavaStatic) && flags.is(Flags.NoInits)) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flags.Static is deprecated since Scala 3.3.0

@xerial xerial merged commit 165b219 into master May 23, 2023
@xerial xerial deleted the update/scala3-staging-3.3.0 branch May 23, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants