-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
refactor: ship depreated things in a separate file #870
Conversation
ad0a6fe
to
2ac6ca9
Compare
Completed the "load eagerly (additionally) from in-tree bash_completion.d dir for in-tree setups" TODO item, I think we could merge this with the features present now, and address the remaining TODOs in separate PR's as suggested in #886 (comment) |
Primarily for run-in-place-from-git-clone setups.
2ac6ca9
to
cdd8a15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for processing #870. I'd pre-approve it except for the style comment below:
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
As discussed at #537 (reply in thread)
Draft/TODO:
@deprecated
comments -> Mark which version something was deprecated in #893_comp_deprecate_func
to specify the "deprecated in" bash-completion version (could use this in warning messages if we ever start to emit them) -> Mark which version something was deprecated in #893completions/*
-> Move deprecated things incompletions/*
to separate files #894