mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Finish rewriting detect_errors to use new parser. All tests now pass (!)
This commit is contained in:
@@ -104,7 +104,13 @@ enum parse_statement_decoration_t
|
||||
enum parse_error_code_t
|
||||
{
|
||||
parse_error_none,
|
||||
parse_error_generic, //unknown type
|
||||
|
||||
/* matching values from enum parser_error */
|
||||
parse_error_syntax,
|
||||
parse_error_eval,
|
||||
parse_error_cmdsubst,
|
||||
|
||||
parse_error_generic, // unclassified error types
|
||||
|
||||
parse_error_tokenizer, //tokenizer error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user