Project

General

Profile

« Previous | Next » 

Revision a50df1ab

Added by schneems (Richard Schneeman) almost 3 years ago

Setup SyntaxSuggest as default gem

Adds the syntax_suggest syntax error display tool to Ruby through the same mechanism as error_highlight and did_you_mean. Reference ticket: https://bugs.ruby-lang.org/issues/18159

close #4845

What is syntax_suggest?

When a syntax error is raised by requiring a file, dead_end will use a combination of indentation and lexing to identify the problem.

Note: Previously this tool was named dead_end.

Known issues