forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build Pipelining, better .java support 2.12.x backport #38
Closed
Conversation
This file contains 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
…th JARs Backports: - scala#7366 - scala#7644
.sig files, containing the pickle bytes, are output in place of .class files emitted by Scalac. Java defined .class files are emitted after stripping them of code.
If a new hidden setting is enabled. Build tools that want to implement build pipelining can use this to feed to downstream classpaths.
Under this mode, the RHS of defs and vals are only typechecked if the result type of the definition is inferred and the definition's signature is forced. The movitivation is to create a fast path to extract the pickles for the API for use on the classpath of downstream compiles, which could include parallel compilation of chunks of the the current set of source files.
…ipeline-trace-macro-omnibus-rebase-all
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase-all
branch
from
February 12, 2019 01:13
1b5f190
to
5862975
Compare
- Inherited type declarations are in scope in Java code - For static innner classes, we need to check in the companion module of each base classes. - Incorporate and accomodate test case from scala#6053 - Tests to java code referring to module-class owned classes via companion class prefix Backport of scala#7671
…ro-omnibus-rebase-all
…ine-trace-macro-omnibus-rebase-all
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase-all
branch
from
February 12, 2019 01:19
5862975
to
dc55ba2
Compare
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.
Backport of:
scala#7712
scala#7676
scala#7671