Summary: | shells/fish | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Keren Sky <keren_sky> |
Component: | Individual Port(s) | Assignee: | Alan Somers <asomers> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Keywords: | easy |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(asomers) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Keren Sky
2017-02-11 01:52:06 UTC
I can reproduce it. I'll fix it. A commit references this bug: Author: asomers Date: Sat Feb 11 05:23:19 UTC 2017 New revision: 433836 URL: https://svnweb.freebsd.org/changeset/ports/433836 Log: shells/fish: fix completions for python Eliminate errors during command completion for python, python2, and python3 if the /usr/local/bin/python symlink does not exist. Additionally, even if the symlink does exist, the completions will be wrong for the non-default interpreter. So I'm simply deleting the problematic completions altogether. I opened an upstream bug for the latter issue. https://github.com/fish-shell/fish-shell/issues/3840 While I'm here, delete an extraneous patch file for DOCS=off PR: 216987 Reported by: Keren Sky <keren_sky@live.com> Approved by: brd (ports, implicit) Changes: head/shells/fish/Makefile head/shells/fish/files/extra-patch-Makefile.in head/shells/fish/files/patch-share_completions_python.fish |