As expected x86 is reliably fine root@p:~/kworkflow-20191112# apt policy fish fish: Installed: 4.0.0-3 Candidate: 4.0.0-3 Version table: *** 4.0.0-3 100 100 http://archive.ubuntu.com/ubuntu plucky-proposed/universe amd64 Packages 100 /var/lib/dpkg/status root@p:~/kworkflow-20191112# ./tests/fish_completion_test.sh testKwCompletion
Ran 1 test. OK Steps: apt install fish apt install ubuntu-dev-tools kworkflow pull-lp-source kworkflow cd kworkflow-20191112/ ./tests/fish_completion_test.sh It is not doing much under the cover, just asking fish to complete "kw " given a .fish file. Full command: $ fish -c 'set PATH .:/bin; set fish_complete_path ; source ./src/kw.fish; complete -C'\''kw '\''' It is not doing much, simplified that even is just: $ fish -c 'source ./src/kw.fish; complete -C "kw "' That at least proves it is relatively easy to test. Once on armhf with plucky running the above should help to see what is going on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2101864 Title: [FFE] let us bump to fish 4.0 (rust rewrite) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/2101864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs