This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-27 11:43:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3e30857e99
fish-shell
/
tests
/
status.err
3 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
make debug() output more useful This change does several things. First, and most important, it allows dumping the "n" most recent stack frames on each debug() call. Second, it demangles the C++ symbols. Third, it prepends each debug() message with the debug level. Unrelated to the above I've replaced all `assert(!is_forked_child());` statements with `ASSERT_IS_NOT_FORKED_CHILD()` for consistency.
2016-05-16 10:45:02 +08:00
<W> fish: An error occurred while redirecting file '/'
Don't leave is_block in bad state after bad redirection Fixes #1728.
2014-10-01 08:06:56 +08:00
open: Is a directory
Reference in New Issue
Copy Permalink