aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_exception.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* eval_error.c: last newlinenobu2018-03-131-6/+6
* eval_error.c: fix underflownobu2018-03-121-0/+8
* thread.c: deadlock in backtracenobu2018-03-061-0/+22
* skip "TestException#test_thread_signal_location" as a known bug [Bug #14474]ko12018-02-141-0/+1
* error.c: receiver kwargnobu2018-01-261-0/+46
* test_exception.rb: NameError.new NoMethodError.newnobu2018-01-261-0/+61
* eval_error.c: reset in each linenobu2018-01-071-0/+3
* test_exception.rb: fix messagenobu2018-01-071-2/+2
* test_exception.rb: more assertionsnobu2017-12-311-0/+5
* error.c: negative uplevelnobu2017-12-311-0/+1
* vm_eval.c: strange message in evalnobu2017-12-261-0/+5
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-5/+5
* Set Thread.report_on_exception=true by default to report exceptions in Threadseregon2017-12-121-0/+1
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-0/+5
* error.c(exc_full_message): Exception#full_messagesorah2017-12-121-0/+11
* error.c: infinite recursion at Warning#warnnobu2017-10-131-0/+14