aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-091-1/+1
* [ruby/psych] Replace A-Za-z with [:alpha:]jory-graham2021-08-311-0/+22
* [ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson2021-08-311-0/+13
* [ruby/psych] add more testsAlexandr Opak2021-08-311-2/+6
* [ruby/psych] fix typoAlexandr Opak2021-08-311-2/+2
* [ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak2021-08-311-1/+8
* [ruby/psych] Improve float scalar scannerTomer Brisker2021-08-311-0/+12
* [ruby/psych] require 'delegate' explicitlyPavel Rosický2021-07-291-0/+1
* [ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-081-1/+1
* Do not use YAML module in tests of PsychHiroshi SHIBATA2021-06-071-8/+8
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-06-071-4/+4
* [ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-06-071-0/+57
* Suppress debug messageNobuyoshi Nakada2021-05-261-0/+1
* 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