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

feat(__load_completion): don't hush errors or output when sourcing files #508

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

scop
Copy link
Owner

@scop scop commented Mar 10, 2021

We follow the message recent bash would output when sourcing a dir
without letting bash to do it; doing so avoids fd leaks on some older
but still supported bash versions. Other than that, let all output from
sourcing the file pass through to ease debugging.

Closes #506

We follow the message recent bash would output when sourcing a dir
without letting bash to do it; doing so avoids fd leaks on some older
but still supported bash versions. Other than that, let all output from
sourcing the file pass through to ease debugging.

Refs #506
@scop scop force-pushed the feat/dont-hush-source-output branch from 964ba2e to 245b448 Compare March 11, 2021 18:03
@scop scop merged commit 6539f23 into master Mar 11, 2021
@scop scop deleted the feat/dont-hush-source-output branch March 11, 2021 18:03
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.

Supressing output from completion script
1 participant