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

Compile, test and run several projects in one command #772

Merged
merged 7 commits into from
Dec 27, 2018

Conversation

jvican
Copy link
Contributor

@jvican jvican commented Dec 26, 2018

Superseeds #667

`Dag.Aggregate` will greatly simplify the way we implement compile and
test when they take several projects. All we need to do is to aggregate
all the projects in an aggregate node and pass it to the current
implementations.

This commit also makes the implementation of `Dag.dfs` slightly more
efficient than before, assuming it will be a memory-intensive operation,
and modifies the compilation infrastructure (and the source watcher) to
operate on dag of projects instead of normal projects.
@jvican jvican added enhancement performance build server Any issue or pull request that has to do with hot compilers or BSP. task / compile community build labels Dec 26, 2018
@jvican jvican merged commit 3aa12ee into master Dec 27, 2018
@jvican
Copy link
Contributor Author

jvican commented Dec 27, 2018

Fixes #575

@tgodzik tgodzik deleted the topic/support-several-projects branch September 7, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build server Any issue or pull request that has to do with hot compilers or BSP. enhancement performance task / compile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant