adjust the lastFailure change to be source compatible#327
Merged
SethTisue merged 1 commit intoscala:1.2.xfrom Nov 30, 2020
Merged
adjust the lastFailure change to be source compatible#327SethTisue merged 1 commit intoscala:1.2.xfrom
SethTisue merged 1 commit intoscala:1.2.xfrom
Conversation
in the community build I saw this compile error: [playframework] [error] /home/jenkins/workspace/scala-2.13.x-jdk11-integrate-community-build/target-0.9.17/project-builds/playframework-09235f39491e975fec63cc899de593c88cef0cc0/dev-mode/routes-compiler/src/main/scala/play/routes/compiler/RoutesFileParser.scala:167:38: RoutesFileParser.this.Success.type does not take parameters [playframework] [error] case Failure(_, _) => Success(elems.toList, in0) [playframework] [error] ^
Member
Author
|
I don't completely understand the code involved here, but this is my best guess at what a good fix would be @Soya-Onishi are you still around to take a look? |
SethTisue
pushed a commit
to SethTisue/scala-parser-combinators
that referenced
this pull request
May 13, 2022
fixes scala#233 on 1.1.x branch
SethTisue
pushed a commit
to SethTisue/scala-parser-combinators
that referenced
this pull request
May 13, 2022
fixes scala#233 on 1.1.x branch
SethTisue
pushed a commit
to SethTisue/scala-parser-combinators
that referenced
this pull request
May 13, 2022
fixes scala#233 on 1.1.x branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sequel to #234
in the community build I saw this compile error: