summaryrefslogtreecommitdiff
path: root/test/error_highlight
Commit message (Expand)AuthorAgeFilesLines
* [ruby/error_highlight] Support the new message format of NameError in Ruby 3.3Yusuke Endoh2023-02-191-59/+73
* [ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh2023-01-131-0/+48
* [ruby/error_highlight] Enable tests for TypeError and ArgumentErrorYusuke Endoh2022-11-141-16/+14
* [ruby/error_highlight] Support nodes in `spot`eileencodes2022-10-311-0/+32
* [ruby/error_highlight] Make backtrace_location keyword workYusuke Endoh2022-08-101-0/+26
* [ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...Yusuke Endoh2022-08-101-1/+1
* [ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh2022-06-071-3/+10
* [ruby/error_highlight] Add a test to check if it is robust against a spoofed ...Yusuke Endoh2022-01-041-0/+17
* [ruby/error_highlight] Fix the spurious TypeError.Christian Boos2022-01-041-3/+0
* [ruby/error_highlight] Reproduce the error seen when calling .to_s in embedde...Christian Boos2022-01-041-0/+16
* [ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh2021-10-271-2/+2
* [ruby/error_highlight] Fixed the argument for DidYouMean.formatter=Yusuke Endoh2021-08-201-1/+1
* [ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara2021-07-311-1/+161
* Partly picking https://github.com/ruby/error_highlight/commit/25ef7dbeda4f2cf...Hiroshi SHIBATA2021-07-291-1/+1
* [ruby/error_highlight] Fix leaked tempfilesNobuyoshi Nakada2021-07-161-10/+12
* [ruby/error_highlight] Set the binary mode for Tempfile creation in a testYusuke Endoh2021-07-131-1/+1
* [ruby/error_highlight] Support a file that has no final newlineYusuke Endoh2021-07-131-0/+16
* [ruby/error_highlight] Support hard tabsYusuke Endoh2021-07-131-0/+17
* [ruby/error_highlight] Update a test for multibyte charactersYusuke Endoh2021-07-121-3/+0
* [ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh2021-06-301-0/+21
* Rename error_squiggle to error_highlightYusuke Endoh2021-06-291-0/+984