summaryrefslogtreecommitdiff
path: root/test/psych/test_exception.rb
AgeCommit message (Expand)Author
2021-05-13remove deprecated interfaceAaron Patterson
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2020-11-12Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune
2020-07-16Remove private_iv_getCharles Oliver Nutter
2019-01-09Round trip exception backtracesAaron Patterson
2018-10-20Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi
2018-07-13unifying interface of PsychGreg Houle
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-03-27Remove to_yaml_propatiesSHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2014-08-29* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson
2013-05-14merging from RubyAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2013-02-06sync with ruby trunkAaron Patterson
2012-10-22Psych::SyntaxError now inherits from RuntimeErrorEric Hodel
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson
2011-10-04adding more information to the syntax error exceptionAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-26moving tests under the psych directoryAaron Patterson