Skip to content
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

Update scalameta, semanticdb-scalac-core, ... to 4.5.5 #1604

Merged
merged 1 commit into from
May 1, 2022

Conversation

scala-steward
Copy link
Contributor

Updates

from 4.5.4 to 4.5.5.
GitHub Release Notes - 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!

Adjust future updates

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

updates.ignore = [ { groupId = "org.scalameta" } ]

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

dependencyOverrides = [{
  pullRequest = { frequency = "@monthly" },
  dependency = { groupId = "org.scalameta" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

semanticdb-scalac & scalameta parser behavior regarding Term.ApplyInfix
is now aligned with Scala 3 (parens tokens are no longer included). This
bugfix will cause Term.ApplyInfix single-arg lookup to fail if scalafix
is ran against semanticdb files generated with older semanticdb-scalac
because of the mismatch in arg position.
@bjaglin bjaglin force-pushed the update/scalameta-4.5.5 branch from ac32706 to dca79f3 Compare May 1, 2022 21:25
Comment on lines -25 to -27
// The symbol lookup fails against Scala 3.1.1 SemanticDB as the position
// there excludes surrounding parentheses while 2.x (scalac-semanticdb) and
// the parser include them
Copy link
Collaborator

Choose a reason for hiding this comment

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

@bjaglin bjaglin linked an issue May 1, 2022 that may be closed by this pull request
@bjaglin
Copy link
Collaborator

bjaglin commented May 1, 2022

Amended the commit to test the impact & highlight the side effect of scalameta/scalameta#2736

@bjaglin bjaglin merged commit a2f52ab into scalacenter:main May 1, 2022
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.

Scala 3: semantic info for Infix arguments cannot be looked up
2 participants