fix: clean build error output#79
Merged
Merged
Conversation
This file contains hidden or 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
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.
Summary
build.ninjaand scope them onto the Ninja subprocess instead.--verbose, and keep fast-path compile/link failures from falling back into a second full prepare.Closes #78
Test plan
mcpp build --no-cacheMCPP=$PWD/target/x86_64-linux-gnu/4d24c8b57fdbbbb4/bin/mcpp PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 bash tests/e2e/01_help_and_version.shMCPP=$PWD/target/x86_64-linux-gnu/4d24c8b57fdbbbb4/bin/mcpp PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 bash tests/e2e/05_errors.shMCPP=$PWD/target/x86_64-linux-gnu/4d24c8b57fdbbbb4/bin/mcpp PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 bash tests/e2e/48_build_error_output.shMCPP_HOME=/home/speak/.mcpp /home/speak/workspace/github/mcpp-community/mcpp/target/x86_64-linux-gnu/4d24c8b57fdbbbb4/bin/mcpp build --no-cachein/home/speak/test/mcpp/helloworld, verified source diagnostic appears once and noLD_LIBRARY_PATH=,FAILED:, Ninja progress, or unused-argument warning noisebuild.ninjacontains notoolenv/LD_LIBRARY_PATH,.build_cacherecords runtime env metadata, and the third build uses the fast pathgit diff --check