summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use test-unit instead of minitestHiroshi SHIBATA2021-05-101-8/+2
|/ / /
* | | Fix custom marshalization with symbolize_names: trueJean Boussier2021-02-151-0/+8
|/ /
* | 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
* | Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune2020-11-122-0/+24
* | Forward keyword arguments in load_file and load_streamJean Boussier2020-09-101-0/+34
|/
* Remove private_iv_getCharles Oliver Nutter2020-07-161-1/+2
* Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS2020-06-231-1/+1
* remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H2020-06-231-0/+1
* remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H2020-06-231-0/+1
* Fix anchor lookup with symbolized namesJean Boussier2020-06-081-0/+10
* Merge pull request #438 from mthorn/masterAaron Patterson2020-06-031-0/+3
|\
| * Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn2020-03-031-0/+3
* | Fixing compatibility with libyaml 0.2.5Aaron Patterson2020-06-033-24/+21
|/
* Implement `freeze` option for Pysch.loadJean Boussier2019-11-281-0/+16
* Remove taint supportJeremy Evans2019-10-211-131/+0
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-251-1/+1
* Deduplicate hash keys if they're stringsJean Boussier2019-07-221-0/+14
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-04-261-0/+17
* Add test to demonstrate issue deserializing hash with ivarJordan Owens2019-01-161-0/+20
* Round trip exception backtracesAaron Patterson2019-01-091-0/+14
* Use friendlier terminology in YAML.safe_loadJuanito Fatas2018-11-101-20/+20
* Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi2018-10-203-0/+20
* Put parentheses before minus operator.ignore-warningsSHIBATA Hiroshi2018-09-181-5/+5
* Prefer to use assert_nilSHIBATA Hiroshi2018-09-181-4/+4
* unifying interface of PsychGreg Houle2018-07-132-12/+83
* Added tests for special cases and better overall API test coverageGreg Houle2018-07-123-3/+202
* Add test cases for fallback argument of Psych.loadMarcus Stollsteimer2018-04-241-0/+25
* Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer2018-04-241-0/+7
* Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer2018-04-231-0/+18
* Add a predicate method to each nodeAaron Patterson2017-12-201-0/+16
* Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer2017-12-191-0/+12
* Convert fallback option to a keyword argumentMarcus Stollsteimer2017-12-021-1/+1
* Add :symbolize_names option to .safe_load tooTakashi Kokubun2017-11-301-7/+7
* Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi2017-11-291-7/+0
* Add :symbolize_names option to Psych.loadTakashi Kokubun2017-11-251-0/+18
* Removed trailing white-spaces.SHIBATA Hiroshi2017-09-121-1/+1
* Merge pull request #325 from knugie/fix_324SHIBATA Hiroshi2017-09-111-0/+7
|\
| * Double quote stings that contain single quotes onlyWolfgang Teuber2017-07-211-0/+7
* | Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson2017-09-102-5/+71
|\ \
| * | Add location information to Psych::Nodes::NodeAry Borenszweig2017-08-021-0/+14
| * | Add Psych::Handler#event_locationAry Borenszweig2017-08-021-5/+57
| |/
* | Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo2017-09-051-0/+12
|/
* Merge branch 'master' into frozenSHIBATA Hiroshi2017-06-304-6/+17
|\
| * Support enumerator objectsAaron Patterson2017-06-291-0/+6
| * Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson2017-06-293-6/+11
* | make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-1945-51/+51
|/
* Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi2017-06-161-0/+17
|\
| * Enable YAML serialization of Ruby delegators and simple delegatorsSteve Richert2013-11-261-0/+17