fix: use old auto-completion for 0.9.x compat #446
Merged
decentral1se
merged 1 commits from 2024-10-29 16:05:57 +00:00
fix-autocompletion into main
Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
bug
build
ci/cd
critical fix
design
documentation
duplicate
easy-first-issue
enhancement
help wanted
i10n
i18n
installer
invalid
question
release
release-candidate
security
tech-debt
test
wontfix
Something is not working
go build related issues
Building things with CI/CD
https://docs.coopcloud.tech/federation/resolutions/passed/010/
UI/UX
Documenting all the things
This issue or pull request already exists
Something for new people to get stuck into. We hope it's easy!
New feature
Need some help
Everything to do with localisation
Everything to do with internationalisation
Everything to do with the install script.
Something is wrong
More information is needed
Release management
Related to the new release candidate
Security related
Unit/integration testing
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#446
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 bashwill 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 💣 🙏