summaryrefslogtreecommitdiff
path: root/lib/error_highlight/core_ext.rb
AgeCommit message (Expand)Author
2025-12-17[ruby/error_highlight] Show no message when failing to get caller/callee snip...Yusuke Endoh
2025-11-12[ruby/error_highlight] Replace Ruby 3.5 with Ruby 4.0Yasuo Honda
2025-10-30[ruby/error_highlight] Support cases where there are multiple missing / wrong...Aaron Patterson
2025-10-07[ruby/error_highlight] Improve English comments and messagesYusuke Endoh
2025-08-28[ruby/error_highlight] Show a dedicated snippet for "wrong number of argument...Yusuke Endoh
2022-11-14[ruby/error_highlight] Enable ErrorHighlight for TypeError/ArgumentError only...Yusuke Endoh
2022-08-19[ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and Argumen...Yusuke 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] Fix the spurious TypeError.Christian Boos
2021-12-19Manually sync https://github.com/ruby/error_highlight/commit/d2140d795ad0a063...Yusuke Endoh
2021-12-19Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh
2021-11-30[ruby/error_highlight] Ignore all syscall errorsYusuke Endoh
2021-08-20ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh
2021-07-02[ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.ofYusuke 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-30[ruby/error_highlight] Add some commentsYusuke Endoh
2021-06-29Rename error_squiggle to error_highlightYusuke Endoh