Page MenuHomeFreeBSD

Enable Bash completion for devel/arcanist
ClosedPublic

Authored by 0mp on Jul 19 2018, 11:17 AM.
Tags
None
Referenced Files
F106729330: D16345.id45529.diff
Sat, Jan 4, 1:01 PM
F106729140: D16345.id45546.diff
Sat, Jan 4, 12:56 PM
Unknown Object (File)
Wed, Jan 1, 9:55 PM
Unknown Object (File)
Dec 2 2024, 10:24 PM
Unknown Object (File)
Dec 2 2024, 11:29 AM
Unknown Object (File)
Nov 25 2024, 5:20 AM
Unknown Object (File)
Nov 9 2024, 2:50 AM
Unknown Object (File)
Nov 9 2024, 2:50 AM
Subscribers
None

Details

Summary

Arcanist is shipped with a Bash completion script. The script isn't installed in the directories of the bash-completion library so it's never activated.

This patch creates a symbolic link in the directories of the bash-completion library to the completion script provided by the Arcanist distribution. As a result the bash-completion library is able to pick up the completion script for arc when a user requests a command completion for the first time.

Test Plan
  • Manual testing on FreeBSD 11.2 i386. The port installs and works fine.
  • portlint ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18161
Build 17896: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 19 2018, 11:59 AM
This revision was automatically updated to reflect the committed changes.