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.4.35 #1552

Merged
merged 1 commit into from Feb 15, 2022

Conversation

scala-steward
Copy link
Contributor

Updates

from 4.4.33 to 4.4.35.
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!

Ignore future updates

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

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

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

@@ -293,7 +293,7 @@ class CliSyntacticSuite extends BaseCliSuite {
outputAssert = { out =>
assert(
out.endsWith(
"""|a.scala:1:1: error: expected class or object definition identifier
"""|a.scala:1:1: error: illegal start of definition identifier
Copy link
Collaborator

Choose a reason for hiding this comment

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

this looks like a cosmetic regression caused by the Ammonite parsing changes https://github.com/scalameta/scalameta/releases/tag/v4.4.35 cc @kitbellew

Choose a reason for hiding this comment

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

most likely not ammonite...

Copy link
Collaborator

Choose a reason for hiding this comment

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

By "Ammonite parsing changes", I meant the parser refactoring changes listed to better support Ammonite parsing. Anyway, the error message is still actionable, so I didn't feel like opening an issue to track the "regression" was required.

Choose a reason for hiding this comment

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

most likely, the change that affected this was in 4.4.34, entitled "ScalametaParser: Make allowToplevelTerms accept package declarations scalameta/scalameta#2565". ammonite changes were in 4.4.35.

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.

None yet

3 participants