-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
add vendored patch for preexec histcontrol #1966
Conversation
cc @NoahGorny @gaelicWizard @davidpfarrell Please take a look. The idea here is that I ran the following commands to apply the patch: $ cd $BASH_IT/vendor/github.com/rcaloras/bash-preexec
$ curl -LO https://github.com/rcaloras/bash-preexec/pull/119.patch
$ patch -p1 < 119.patch I'm also not really sure why the test is failing in macos, in case one of you feels like taking a look before I get more time. |
This approach is interesting. I wonder what will be the interaction with |
@NoahGorny what are your normal git vendor commands? I can run through some workflows to see what fits, but yes, these are the larger lifecycle questions I want us to answer before proceeding. |
I usually just use
Let me know what you think @cornfeedhobo 😄 |
I think that I think there's a bigger discussion about using |
@cornfeedhobo, I opened a PR against this PR (cornfeedhobo#1) with some additions to |
@cornfeedhobo, I alsö added a fix to not require |
@gaelicWizard Thanks for pinging me. Check out my comment. TL;DR: your workaround makes my environment JustWork(tm). Let's get that out ASAP. I look forward to your PR. I'm closing this one. |
Description
This is my approach to pulling in the patch from rcaloras/bash-preexec#119.
I'm open to other ideas.
Motivation and Context
rcaloras/bash-preexec#115
How Has This Been Tested?
locally
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.