summaryrefslogtreecommitdiff
path: root/test/error_highlight
AgeCommit message (Expand)Author
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2023-02-19[ruby/error_highlight] Support the new message format of NameError in Ruby 3.3Yusuke Endoh
2023-01-13[ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh
2022-11-14[ruby/error_highlight] Enable tests for TypeError and ArgumentErrorYusuke Endoh
2022-10-31[ruby/error_highlight] Support nodes in `spot`eileencodes
2022-08-10[ruby/error_highlight] Make backtrace_location keyword workYusuke Endoh
2022-08-10[ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...Yusuke Endoh
2022-06-07[ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh
2022-01-04[ruby/error_highlight] Add a test to check if it is robust against a spoofed ...Yusuke Endoh
2022-01-04[ruby/error_highlight] Fix the spurious TypeError.Christian Boos
2022-01-04[ruby/error_highlight] Reproduce the error seen when calling .to_s in embedde...Christian Boos
2021-10-27[ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh
2021-08-20[ruby/error_highlight] Fixed the argument for DidYouMean.formatter=Yusuke Endoh
2021-07-31[ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara
2021-07-29Partly picking https://github.com/ruby/error_highlight/commit/25ef7dbeda4f2cf...Hiroshi SHIBATA
2021-07-16[ruby/error_highlight] Fix leaked tempfilesNobuyoshi Nakada
2021-07-13[ruby/error_highlight] Set the binary mode for Tempfile creation in a testYusuke Endoh
2021-07-13[ruby/error_highlight] Support a file that has no final newlineYusuke Endoh
2021-07-13[ruby/error_highlight] Support hard tabsYusuke Endoh
2021-07-12[ruby/error_highlight] Update a test for multibyte charactersYusuke Endoh
2021-06-30[ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh
2021-06-29Rename error_squiggle to error_highlightYusuke Endoh