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

Build Pipelining Support #37

Merged
merged 16 commits into from
Mar 8, 2019
Merged

Conversation

retronym
Copy link
Owner

No description provided.

@retronym retronym force-pushed the topic/pipeline-trace-macro-omnibus-rebase branch 3 times, most recently from 32658b5 to 4dc4d90 Compare January 22, 2019 05:01
@retronym retronym force-pushed the topic/pipeline-trace-macro-omnibus-rebase branch 4 times, most recently from 3c05e29 to cf83014 Compare February 4, 2019 04:49
.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 retronym force-pushed the topic/pipeline-trace-macro-omnibus-rebase branch from e31e6a8 to b955c4f Compare February 20, 2019 04:00
@retronym retronym force-pushed the topic/pipeline-trace-macro-omnibus-rebase branch from b955c4f to 7707a76 Compare February 28, 2019 01:28
  - Scope the build strategies inside object PipelineMain
  - Prefer Future.traverse to Future.sequence
@retronym retronym force-pushed the topic/pipeline-trace-macro-omnibus-rebase branch from a17594d to 0b1974c Compare February 28, 2019 02:59
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.
@retronym retronym merged commit 5747be5 into 2.12.x Mar 8, 2019
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.

1 participant