summaryrefslogtreecommitdiff
path: root/lib/error_highlight/base.rb
AgeCommit message (Expand)Author
2025-01-29[ruby/error_highlight] Ensure first_line and last_line are setYusuke Endoh
2024-09-24[ruby/error_highlight] Fix error with prism when method given no argumentsLuke Gruber
2024-09-24[ruby/error_highlight] Prism added node_id and Node#breadth_first_search in t...Adam Hess
2024-07-11[PRISM] Use node ids for error highlightKevin Newton
2024-06-07[ruby/error_highlight] Trim trailing spaces in base.rbKevin Newton
2024-06-07[ruby/error_highlight] Support for the prism compilerKevin Newton
2024-02-21Add error for iseqs compiled by prismKevin Newton
2023-01-13[ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh
2022-10-31[ruby/error_highlight] Support nodes in `spot`eileencodes
2022-08-12[ruby/error_highlight] Add a note about the current limitation of ErrorHighli...Yusuke Endoh
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
2021-07-31[ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara
2021-07-13[ruby/error_highlight] Support a file that has no final newlineYusuke Endoh
2021-07-12[ruby/error_highlight] Stop showing a code snippet if it has non-ascii charac...Yusuke Endoh
2021-06-30[ruby/error_highlight] Reconsider the API of ErrorHighlight.spotYusuke Endoh
2021-06-30[ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh
2021-06-29Rename error_squiggle to error_highlightYusuke Endoh