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

Do not wait for the imports #375

Merged
merged 8 commits into from
May 4, 2018
Merged

Do not wait for the imports #375

merged 8 commits into from
May 4, 2018

Conversation

wlandau
Copy link
Member

@wlandau wlandau commented May 4, 2018

Summary

In this PR, for the non-distributed parallel backends, make() no longer waits for the imports to finish before starting the targets. This marks an official end to staged parallelism. There is still some cleanup/aftermath to deal with, but we have passed the crux.

GitHub issues addressed

Checklist

  • I have read drake's code of conduct, and I agree to follow its rules.
  • I have read the guidelines for contributing.
  • I have listed any substantial changes in the development news.
  • I have added testthat unit tests to tests/testthat to confirm that any new features or functionality work correctly.
  • I have tested this pull request locally with devtools::check()
  • This pull request is ready for review.
  • I think this pull request is ready to merge.

for non-distributed backends
For some reason, makefile parallelism wasn't finding file_in().
The Travis error from last time was caused by covr
@codecov-io
Copy link

codecov-io commented May 4, 2018

Codecov Report

Merging #375 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #375   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          66     66           
  Lines        5529   5551   +22     
=====================================
+ Hits         5529   5551   +22
Impacted Files Coverage Δ
R/make.R 100% <100%> (ø) ⬆️
R/config.R 100% <100%> (ø) ⬆️
R/distributed.R 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 871e243...d437a44. Read the comment docs.

@wlandau wlandau merged commit 6fa892c into master May 4, 2018
@wlandau wlandau deleted the i369-imports branch May 4, 2018 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants