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

Propagate error to avoid downstream execution #347

Merged
merged 1 commit into from Mar 14, 2018

Commits on Mar 14, 2018

  1. Propagate error to avoid downstream execution

    As the compilation task does not throw an exception, but rather we model
    failures in the DAG, we need to propagate the error down the task
    dependency chain so that tasks that depend on compilation do not
    continue if compilation has failed.
    
    In this vein, this commit aligns the codebase to behave like this, and
    then avoid testing a project that has not correctly compiled.
    jvican committed Mar 14, 2018
    Copy the full SHA
    e168ca9 View commit details
    Browse the repository at this point in the history