fix: use old auto-completion for 0.9.x compat #446
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-autocompletion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See toolshed/organising#644
Partial revert of
1f8662cd95
@fauno @3wordchant this looks good? I revert the latest changes so that the current release version will continue to work. I'll revert this when we make the next release. Maybe you can download the files and test them?
Need to keep this in mind when doing the release. We need to patch the URL to match the version. And we can think about whether it's worth patching 0.9.x for backwards compat vs. asking people to upgrade (patch/release is quite a bitta work... with all the CI stuff...)
I think i can follow this up with a
scripts/autocomplete/0.10/
directory to unbreak the current unreleased functionality then. I can hopefully pass the version into the function to match the path. So future versions won't break the same way. That should sort backwards/forwards compat on this.+1 to this! how can i can test this? just repeat the autocomplete suggested commands on the machine that had broken autocomplete?
i've always wondered why it needs to be a separate step, but i guess it's because abra isn't packaged, right? i could create a PKGBUILD for arch and an APKBUILD for alpine at some point. debian packaging has always been a mistery to me :b
@fauno i think you can click "files changed" and then "view file" on the autocompletion file for your shell. then put it in the right place (e.g.
abra autocomplete bash
will tell you more).re: packaging, someone did make a start. but yeh, we have no official distro integration which would wire this up automagically atm.
I think this is working 💣 🙏