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 Support #37
Merged
Merged
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
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase
branch
3 times, most recently
from
January 22, 2019 05:01
32658b5
to
4dc4d90
Compare
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase
branch
4 times, most recently
from
February 4, 2019 04:49
3c05e29
to
cf83014
Compare
…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.
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase
branch
from
February 20, 2019 04:00
e31e6a8
to
b955c4f
Compare
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase
branch
from
February 28, 2019 01:28
b955c4f
to
7707a76
Compare
- Scope the build strategies inside object PipelineMain - Prefer Future.traverse to Future.sequence
retronym
force-pushed
the
topic/pipeline-trace-macro-omnibus-rebase
branch
from
February 28, 2019 02:59
a17594d
to
0b1974c
Compare
We need to typecheck the RHS of type-ascribed definitions if they contain Super trees that require super-accessors to be added to the enclosing template. Rather than take that on right now, I'm removing this feature to focus on the other form of build pipelining.
…e-macro-omnibus-rebase
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.
No description provided.