aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_exception.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-4/+4
* Supported category option in Warning#warnNobuyoshi Nakada2020-12-081-0/+43
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-021-6/+2
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-021-2/+6
* Make Warning.warn accept only category keywordJeremy Evans2020-09-281-2/+2
* Add category to `rb_warn_deprecated`eileencodes2020-09-021-2/+14
* Support passing a category to `Warning.warn`eileencodes2020-09-011-3/+21
* Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada2020-07-151-0/+20
* eval_error.c: default nil as "reverse" is now false [Feature #8661]Nobuyoshi Nakada2020-04-211-4/+2
* fix test cleanup.Koichi Sasada2020-01-291-2/+4
* Update tests for full keyword argument separationJeremy Evans2020-01-021-2/+1
* Split test_nomethod_error.rbNobuyoshi Nakada2019-12-311-86/+0
* Split test_name_error.rbNobuyoshi Nakada2019-12-311-127/+0
* Split test_frozen_error.rbNobuyoshi Nakada2019-12-311-50/+0
* Fix the exception to be raisedNobuyoshi Nakada2019-12-311-2/+2
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-231-1/+1
* Added `experimental` warning categoryNobuyoshi Nakada2019-12-201-0/+1
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-2/+2
* Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada2019-12-201-1/+1
* Manage deprecation warnings about keyword argumentNobuyoshi Nakada2019-12-191-0/+3
* Add `Warning.[]` and `Warning.[]=`Nobuyoshi Nakada2019-12-131-0/+6
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-22/+0
* test/ruby/test_exception typo fixMSP-Greg2019-10-221-1/+1
* DidYouMean can be an empty stub module [Bug #16263]Nobuyoshi Nakada2019-10-211-1/+1
* test_exception - fix with & w/o did_you_meanMSP-Greg2019-10-211-2/+5
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-0/+8
* Do not clear backtrace in Exception#exceptionNobuyoshi Nakada2019-09-021-0/+12
* Rewrote using assert_separatelyNobuyoshi Nakada2019-09-021-16/+8
* Removed duplicate highlightingNobuyoshi Nakada2019-07-151-0/+3
* error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada2019-06-051-0/+15
* Test for f1f04caf60e4fc9dc3b12109e0be831f2d692810Nobuyoshi Nakada2019-06-051-0/+8
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+27
* Defer escaping control char in error messagesnobu2019-01-081-0/+37
* Prohibit circular causes [Bug #15447]nobu2018-12-231-5/+2
* Restrict cause to an exception object [Bug #15447]nobu2018-12-231-4/+2
* Fix for circular causesnobu2018-12-221-0/+13
* Removed garbage outputnobu2018-12-221-1/+0
* Moved regexps not to confuse ruby-mode.elnobu2018-12-221-1/+5
* eval_error.c (show_cause): check if cause is an Exception or notmame2018-12-211-0/+9
* Warn redefinitions of some methods on Objectnobu2018-12-061-0/+1
* Don't set throw data as cause [Bug #15282]naruse2018-11-051-0/+6
* test for wrong order: optionnobu2018-07-171-0/+4
* tests: increase timeouts and speedup some slow testsnormal2018-06-271-1/+1
* error.c: check redefined backtrace resultnobu2018-05-141-0/+10
* error.c: super in method_missingnobu2018-04-121-0/+16
* eval_error.c: fix loop on exception in messagenobu2018-04-111-0/+11
* error.c: prepend "warning: " alwaysnobu2018-04-021-0/+1
* test_exception.rb: assertions with Exception.to_tty?nobu2018-03-221-4/+20
* error.c: full_message optionsnobu2018-03-221-0/+22
* eval_error.c: reset attributesnobu2018-03-131-0/+7