aboutsummaryrefslogtreecommitdiffstats
path: root/lib/error_highlight
Commit message (Expand)AuthorAgeFilesLines
* [ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh2023-01-131-0/+31
* [ruby/error_highlight] Bump versionYusuke Endoh2022-11-141-1/+1
* [ruby/error_highlight] Enable ErrorHighlight for TypeError/ArgumentError only...Yusuke Endoh2022-11-141-2/+7
* [ruby/error_highlight] Bump versionYusuke Endoh2022-11-081-1/+1
* [ruby/error_highlight] Support nodes in `spot`eileencodes2022-10-311-2/+1
* [ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and Argumen...Yusuke Endoh2022-08-191-5/+2
* [ruby/error_highlight] Add a note about the current limitation of ErrorHighli...Yusuke Endoh2022-08-121-0/+8
* [ruby/error_highlight] Bump versionYusuke Endoh2022-08-101-1/+1
* [ruby/error_highlight] Make backtrace_location keyword workYusuke Endoh2022-08-101-1/+3
* [ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...Yusuke Endoh2022-08-102-37/+54
* [ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh2022-06-071-14/+33
* [ruby/error_highlight] Fix the spurious TypeError.Christian Boos2022-01-041-0/+1
* [ruby/error_highlight] Bump versionYusuke Endoh2021-12-231-1/+1
* Manually sync https://github.com/ruby/error_highlight/commit/d2140d795ad0a063...Yusuke Endoh2021-12-191-1/+3
* Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh2021-12-191-1/+1
* [ruby/error_highlight] Ignore all syscall errorsYusuke Endoh2021-11-301-1/+1
* [ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh2021-10-271-5/+3
* ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh2021-08-201-1/+1
* [ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara2021-07-311-10/+10
* [ruby/error_highlight] Support a file that has no final newlineYusuke Endoh2021-07-131-0/+1
* [ruby/error_highlight] Support hard tabsYusuke Endoh2021-07-131-1/+2
* [ruby/error_highlight] Stop showing a code snippet if it has non-ascii charac...Yusuke Endoh2021-07-121-1/+14
* [ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.ofYusuke Endoh2021-07-021-1/+1
* [ruby/error_highlight] Allow the development version (= master branch) of Rub...Yusuke Endoh2021-06-301-1/+1
* Add the gemspec for error_highlightYusuke Endoh2021-06-301-0/+27
* [ruby/error_highlight] Bump versionYusuke Endoh2021-06-301-1/+1
* [ruby/error_highlight] Reconsider the API of ErrorHighlight.spotYusuke Endoh2021-06-302-18/+16
* [ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh2021-06-303-28/+53
* [ruby/error_highlight] Add some commentsYusuke Endoh2021-06-301-1/+5
* Rename error_squiggle to error_highlightYusuke Endoh2021-06-293-0/+497