Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print message in set_fish_path -v when a path doesnt exist #8884

Merged
merged 4 commits into from
Apr 18, 2022

Conversation

drewcassidy
Copy link
Contributor

Description

While debugging something that uses fish_add_path I got confused why it wasn't doing anything, and it turned out to be the path not existing. I figured it should print a message when a path gets skipped when using -v. behavior outside verbose mode is unchanged.

TODOs:

  • Changes to fish usage are reflected in user documentation/manpages. (necessary for this?)
  • [ ] Tests have been added for regressions fixed N/A
  • User-visible changes noted in CHANGELOG.rst

@drewcassidy
Copy link
Contributor Author

Im frankly baffled why autosuggest_suggest_special is failing, and can't reproduce it locally. I didn't change any code relating to that at all

@faho
Copy link
Member

faho commented Apr 18, 2022

Im frankly baffled why autosuggest_suggest_special is failing, and can't reproduce it locally

Yeah the current Github Actions ASAN appears to be broken, it's crashing in that test.

Nothing to do with your PR at all.

share/functions/fish_add_path.fish Outdated Show resolved Hide resolved
@faho faho merged commit d22f22c into fish-shell:master Apr 18, 2022
@faho
Copy link
Member

faho commented Apr 18, 2022

Merged, thanks!

@faho faho added this to the fish 3.5.0 milestone Apr 18, 2022
@drewcassidy drewcassidy deleted the set_fish_path-verbosity branch April 19, 2022 02:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants