This repository was archived by the owner on Sep 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Report more errors on invalid .flags files #46
Merged
Merged
Conversation
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
In particular - report an error if a .flags file contains non-compiler-options (arguments that would normally be files, i.e., not starting with -) - report errors that occur while parsing an individual setting's arguments, i.e., -Yopt:someTypo
I tested it locally. Once we have a release we can add a |
SethTisue
added a commit
that referenced
this pull request
Jan 29, 2016
Report more errors on invalid .flags files
retronym
added a commit
to retronym/scala-partest
that referenced
this pull request
Feb 12, 2016
- Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Add a filter for a MiMa error that has snuck through. The change itself seems harmless enough, the constructor that was removed is from a class that was effectively internal to partest's implementation. See scala#46
retronym
added a commit
to retronym/scala-partest
that referenced
this pull request
Feb 12, 2016
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Add a filter for a MiMa error that has snuck through. The change itself seems harmless enough, the constructor that was removed is from a class that was effectively internal to partest's implementation. See scala#46
retronym
added a commit
to retronym/scala-partest
that referenced
this pull request
Feb 12, 2016
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Restore a binary incompatible change made in scala#46
lrytz
pushed a commit
to lrytz/scala-partest
that referenced
this pull request
May 9, 2018
Report more errors on invalid .flags files
lrytz
pushed a commit
to lrytz/scala-partest
that referenced
this pull request
May 9, 2018
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Restore a binary incompatible change made in scala#46
lrytz
pushed a commit
to lrytz/scala-partest
that referenced
this pull request
May 9, 2018
Report more errors on invalid .flags files
lrytz
pushed a commit
to lrytz/scala-partest
that referenced
this pull request
May 9, 2018
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Restore a binary incompatible change made in scala#46
lrytz
pushed a commit
to lrytz/scala
that referenced
this pull request
May 9, 2018
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Restore a binary incompatible change made in scala/scala-partest#46
lrytz
pushed a commit
to lrytz/scala
that referenced
this pull request
May 9, 2018
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Restore a binary incompatible change made in scala/scala-partest#46
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In particular
(arguments that would normally be files, i.e., not starting with -)
arguments, i.e., -Yopt:someTypo