fish-shell/src
Fabian Homborg 396d7e105f fish_tests: Break if unescape test failed
Otherwise this prints millions of lines of errors, which just seems
like overkill
2020-09-26 10:43:05 +02:00
..
widecharwidth Incorporate widecharwidth changes for narrow emoji 2020-08-04 12:40:46 -07:00
ast_node_types.inc Introduce a new fish ast 2020-07-04 14:58:02 -07:00
ast.cpp Minimize AST node vector reallocations 2020-09-08 11:55:10 -05:00
ast.h Allow newlines after && and || 2020-08-06 21:24:26 +02:00
autoload.cpp Don't eagerly fetch the current time in autoloading 2020-08-08 15:30:04 -07:00
autoload.h
builtin_argparse.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_argparse.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_bg.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_bg.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_bind.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
builtin_bind.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_block.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_block.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_builtin.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_builtin.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_cd.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_cd.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_command.cpp Let command, jobs and type take --query instead of --quiet 2020-09-04 16:55:09 +02:00
builtin_command.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_commandline.cpp Use bools, we have the technology 2020-09-24 18:53:19 +02:00
builtin_commandline.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_complete.cpp complete: Make -c optional 2020-09-09 20:23:08 +02:00
builtin_complete.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_contains.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_contains.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_disown.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_disown.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_echo.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_echo.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_emit.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_emit.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_eval.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_eval.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_exit.cpp Rework exit command 2020-08-15 16:06:54 -07:00
builtin_exit.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_fg.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_fg.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_function.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_function.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_functions.cpp Move functions_def to function.cpp 2020-09-21 17:44:58 +02:00
builtin_functions.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_history.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_history.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_jobs.cpp Use bools, we have the technology 2020-09-24 18:53:19 +02:00
builtin_jobs.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_math.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_math.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_printf.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_printf.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_pwd.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_pwd.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_random.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_random.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_read.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_read.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_realpath.cpp builtin realpath: Add --no-symlinks option 2020-09-12 19:26:04 +02:00
builtin_realpath.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_return.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_return.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_set_color.cpp set_color: Honor modifiers (bold, background..) with --print-colors 2020-09-17 12:33:56 +02:00
builtin_set_color.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_set.cpp Return no status from successful variable assignments 2020-08-05 12:23:49 -07:00
builtin_set.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_source.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_source.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_status.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_status.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_string.cpp string: Handle unmatched capturing groups as empty 2020-09-20 10:36:17 +02:00
builtin_string.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_test.cpp builtin test: Let -t work for the standard streams 2020-09-16 21:02:59 +02:00
builtin_test.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_type.cpp type: Print *only* the path if given --path or --force-path 2020-09-23 17:24:51 +02:00
builtin_type.h Make type a builtin 2020-09-21 20:58:34 +02:00
builtin_ulimit.cpp Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_ulimit.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin_wait.cpp Relax some main thread requirements around waiting for jobs 2020-09-13 17:54:52 -07:00
builtin_wait.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
builtin.cpp Make type a builtin 2020-09-21 20:58:34 +02:00
builtin.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
color.cpp Another formatting run 2020-06-24 20:43:56 +02:00
color.h
common.cpp Use bools, we have the technology 2020-09-24 18:53:19 +02:00
common.h Eliminate wcs2str 2020-07-29 16:37:39 -07:00
complete.cpp Prevent infinite recursion when completion wraps variable assignment 2020-09-22 01:11:18 +02:00
complete.h Let complete show completions for one command if just given -c 2020-09-09 18:37:39 +02:00
enum_set.h
env_dispatch.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
env_dispatch.h Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
env_universal_common.cpp Eliminate wcs2str 2020-07-29 16:37:39 -07:00
env_universal_common.h
env.cpp Actually create runtime path if needed 2020-09-17 12:33:56 +02:00
env.h Convert var_table_t to an unordered_map 2020-06-25 00:56:49 -05:00
event.cpp Remove some useless casts 2020-09-08 22:44:03 +02:00
event.h
exec.cpp Make the 'time' keyword a fixed property of a job. 2020-09-02 15:06:17 -07:00
exec.h Correct a misspeeling 2020-08-06 11:51:08 -07:00
expand.cpp Clean up expand_cmdsubst somewhat 2020-07-14 15:19:10 -07:00
expand.h
fallback.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
fallback.h Remove lrand48 checks and support 2020-07-08 11:00:12 -07:00
fd_monitor.cpp
fd_monitor.h
fish_indent.cpp fish_indent: preserve semis in if and while conditions 2020-08-17 17:40:28 +02:00
fish_key_reader.cpp
fish_test_helper.cpp Add a test that nohup works 2020-08-10 12:26:30 -07:00
fish_tests.cpp fish_tests: Break if unescape test failed 2020-09-26 10:43:05 +02:00
fish_version.cpp
fish_version.h
fish.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
flog.cpp Stop #include-ing wcstringutil.h in flog.h 2020-07-29 17:04:18 -07:00
flog.h Revert "Revert "Factor repainting decions from readline commands better in the reader"" 2020-08-23 15:31:57 -07:00
function.cpp Move functions_def to function.cpp 2020-09-21 17:44:58 +02:00
function.h Move functions_def to function.cpp 2020-09-21 17:44:58 +02:00
future_feature_flags.cpp Make the global feature set an instance variable 2020-09-12 17:35:21 -07:00
future_feature_flags.h Fix the tests 2020-09-12 19:06:28 -07:00
global_safety.h Mark s_cancellation_signal a relaxed atomic 2020-09-04 16:10:22 -07:00
highlight.cpp Use bools, we have the technology 2020-09-24 18:53:19 +02:00
highlight.h Remove the cursor position from highlighting 2020-08-11 17:42:30 -07:00
history_file.cpp
history_file.h
history.cpp Reduce copying in parse_util_detect_errors 2020-07-12 16:57:30 -07:00
history.h Avoid forming owning_lock of incomplete type in history 2020-05-22 13:36:46 -07:00
input_common.cpp
input_common.h Add forward-single-char input command 2020-08-01 12:09:31 +02:00
input.cpp Revert "Revert "Factor repainting decions from readline commands better in the reader"" 2020-08-23 15:31:57 -07:00
input.h
intern.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
intern.h
io.cpp Ensure we don't leak half of a pipe 2020-09-05 13:24:26 -07:00
io.h Ensure we don't leak half of a pipe 2020-09-05 13:24:26 -07:00
iothread.cpp Guard thread_local 2020-05-22 13:41:05 -07:00
iothread.h
job_group.cpp Implement cancel groups 2020-09-03 11:01:27 -07:00
job_group.h Implement cancel groups 2020-09-03 11:01:27 -07:00
kill.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
kill.h
lru.h Use unordered_map instead of map in lru 2020-08-08 15:32:06 -07:00
maybe.h Change builtins to return maybe_t<int> instead of int 2020-08-05 12:23:49 -07:00
null_terminated_array.cpp
null_terminated_array.h
operation_context.cpp
operation_context.h Rename job_tree to job_group 2020-05-30 14:22:44 -07:00
output.cpp Use bools, we have the technology 2020-09-24 18:53:19 +02:00
output.h camelCase to snake_case a function name 2020-08-23 03:38:25 -07:00
pager.cpp Fix a warning about ambiguous && and || in pager 2020-08-27 14:14:05 -07:00
pager.h Revert "Revert "Factor repainting decions from readline commands better in the reader"" 2020-08-23 15:31:57 -07:00
parse_constants.h Make parse_token_type_t an enum class 2020-07-09 14:22:04 -07:00
parse_execution.cpp Call "fish_command_not_found" if a command wasn't found 2020-09-06 11:15:54 +02:00
parse_execution.h Implement cancel groups 2020-09-03 11:01:27 -07:00
parse_tree.cpp Reduce copying in parse_util_detect_errors 2020-07-12 16:57:30 -07:00
parse_tree.h Reduce copying in parse_util_detect_errors 2020-07-12 16:57:30 -07:00
parse_util.cpp Use bools, we have the technology 2020-09-24 18:53:19 +02:00
parse_util.h Reduce copying in parse_util_detect_errors 2020-07-12 16:57:30 -07:00
parser_keywords.cpp Simplify parser_keywords_is_reserved 2020-08-08 15:04:52 -07:00
parser_keywords.h
parser.cpp Implement cancel groups 2020-09-03 11:01:27 -07:00
parser.h Don't enqueue a repaint in the middle of one 2020-09-11 19:23:26 +02:00
path.cpp Stop #include-ing wcstringutil.h in flog.h 2020-07-29 17:04:18 -07:00
path.h
postfork.cpp Detect windows line endings when executing a file 2020-09-25 16:51:05 +02:00
postfork.h Bravely remove reclaim... param from continue_job, and rework tcsetpgrp calls 2020-07-27 14:51:37 -07:00
print_help.cpp
print_help.h
proc.cpp Relax some main thread requirements around waiting for jobs 2020-09-13 17:54:52 -07:00
proc.h Make the 'time' keyword a fixed property of a job. 2020-09-02 15:06:17 -07:00
reader.cpp reader: Return true if suppress-autosuggestion suppressed 2020-09-26 10:09:55 +02:00
reader.h Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
redirection.cpp
redirection.h
sanity.cpp
sanity.h
screen.cpp screen: Show suggestion if the commandline was pushed to a new line 2020-09-12 20:09:26 +02:00
screen.h Correct pager size when command line soft-wraps 2020-07-05 08:55:17 +02:00
signal.cpp Mark s_cancellation_signal a relaxed atomic 2020-09-04 16:10:22 -07:00
signal.h Simplify topic monitoring 2020-08-06 19:01:30 -07:00
termsize.cpp Stop #include-ing wcstringutil.h in flog.h 2020-07-29 17:04:18 -07:00
termsize.h Eliminate the termsize handling from common.h 2020-06-07 20:00:42 -07:00
timer.cpp
timer.h
tinyexpr.cpp Declare functions in headers or use internal linkage (static) 2020-09-08 22:44:03 +02:00
tinyexpr.h
tokenizer.cpp tokenizer: Switch to !iswblank instead of iswgraph 2020-09-11 23:53:26 +02:00
tokenizer.h Remove preceding_escaped_nl 2020-07-07 13:48:35 -07:00
topic_monitor.cpp Use anon semaphores only on Linux 2020-09-05 13:04:22 -07:00
topic_monitor.h Correct a stale comment 2020-08-24 12:12:10 -07:00
trace.cpp
trace.h
utf8.cpp
utf8.h
util.cpp
util.h
wcstringutil.cpp Introduce wcs2string_callback 2020-07-29 19:36:20 -07:00
wcstringutil.h Introduce wcs2string_callback 2020-07-29 19:36:20 -07:00
wgetopt.cpp Remove some dead code and enable a test 2020-08-09 15:05:16 -07:00
wgetopt.h
wildcard.cpp Apply clang-format 10 and selected lints from "make lint-all" 2020-07-01 00:44:06 +02:00
wildcard.h
wutil.cpp builtin realpath: Add --no-symlinks option 2020-09-12 19:26:04 +02:00
wutil.h builtin realpath: Add --no-symlinks option 2020-09-12 19:26:04 +02:00