aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh2021-05-181-3/+3
* Make the test pass with the old libyamlYusuke Endoh2021-05-171-3/+3
* assert_equal accepts an expected value as the first argumentYusuke Endoh2021-05-171-15/+15
* [ruby/psych] remove deprecated interfaceAaron Patterson2021-05-173-68/+2
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-1724-118/+149
* [ruby/psych] Fix symabolize_name with non-string keysJean Boussier2021-05-171-3/+4
* [ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-05-171-0/+121
* [ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier2021-05-101-0/+8
* [ruby/psych] Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-1012-61/+61
* [ruby/psych] Use pend instead of skipHiroshi SHIBATA2021-05-102-2/+2
* [ruby/psych] Fixed test-case for NaNHiroshi SHIBATA2021-05-101-2/+2
* [ruby/psych] Use Ractor constant for ignoreing conditionHiroshi SHIBATA2021-05-101-1/+1
* [ruby/psych] Use test-unit instead of minitestHiroshi SHIBATA2021-05-101-8/+2
* [ruby/psych] Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA2020-12-231-1/+1
* [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-231-0/+3
* [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-231-0/+47
* Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA2020-12-142-0/+24
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-0/+34
* Remove private_iv_getCharles Oliver Nutter2020-09-251-1/+2
* [ruby/psych] Fix anchor lookup with symbolized namesJean Boussier2020-06-231-0/+10
* [ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson2020-06-053-24/+21
* [ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...Mark Thorn2020-06-051-0/+3
* [ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier2020-06-051-0/+16
* Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS2020-02-131-1/+1
* remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H2020-02-071-0/+1
* remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H2020-02-071-0/+1
* [ruby/psych] Remove taint supportJeremy Evans2019-11-121-131/+0
* [ruby/psych] Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-251-1/+1
* [ruby/psych] Deduplicate hash keys if they're stringsJean Boussier2019-07-251-0/+14
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-06-251-0/+17
* Add test to demonstrate issue deserializing hash with ivarJordan Owens2019-06-251-0/+20
* Round trip exception backtracesAaron Patterson2019-06-251-0/+14
* Make rubygems follow the upstream of psychnobu2018-11-111-20/+20
* Revert "Merge psych from upstream."mame2018-11-101-20/+20
* Merge psych from upstream.hsbt2018-11-101-20/+20
* Merge Pysch-3.1.0.pre2 from ruby/psych.hsbt2018-10-204-9/+29
* Merge psych-3.1.0.pre1.hsbt2018-08-274-14/+309
* Merge Pysch 3.0.3.pre1.hsbt2018-04-282-0/+53
* Merge psych-3.0.2 from ruby/psych.hsbt2017-12-191-1/+1
* Merge psych-3.0.0.hsbt2017-12-012-14/+7
* Merge psych-3.0.0.beta4 from upstream.hsbt2017-11-275-5/+108
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-1445-56/+67
* Merge psych-3.0.0.beta2 from https://github.com/ruby/psychhsbt2017-06-162-0/+48
* Import psych-3.0.0.beta1 from ruby/psych.hsbt2017-04-0511-231/+42
* * ext/psych/*, test/psych/*: Update psych-2.1.1hsbt2016-09-072-0/+8
* test_psych.rb: close Tempfilenobu2016-08-231-2/+3
* * ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt2016-06-242-0/+11
* * test/psych/test_emitter.rb: test_resizing_tags missingheadius2016-02-221-0/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-1646-0/+46
* psych_emitter.c: check tags rangenobu2015-12-131-0/+15