summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-02-15Fix custom marshalization with symbolize_names: trueJean Boussier
2020-12-23Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA
2020-12-23[ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune
2020-12-23[ruby/psych] Make Ractor-ready.Marc-Andre Lafortune
2020-11-12Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune
2020-09-10Forward keyword arguments in load_file and load_streamJean Boussier
2020-07-16Remove private_iv_getCharles Oliver Nutter
2020-06-23Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS
2020-06-23remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H
2020-06-23remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H
2020-06-08Fix anchor lookup with symbolized namesJean Boussier
2020-06-03Merge pull request #438 from mthorn/masterAaron Patterson
2020-06-03Fixing compatibility with libyaml 0.2.5Aaron Patterson
2020-03-03Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn
2019-11-28Implement `freeze` option for Pysch.loadJean Boussier
2019-10-21Remove taint supportJeremy Evans
2019-07-25Suppress uninitialized instance variable warningsNobuyoshi Nakada
2019-07-22Deduplicate hash keys if they're stringsJean Boussier
2019-04-26Do not allocate a string to check if a scalar is an integerJean Boussier
2019-01-16Add test to demonstrate issue deserializing hash with ivarJordan Owens
2019-01-09Round trip exception backtracesAaron Patterson
2018-11-10Use friendlier terminology in YAML.safe_loadJuanito Fatas
2018-10-20Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi
2018-09-18Put parentheses before minus operator.SHIBATA Hiroshi
2018-09-18Prefer to use assert_nilSHIBATA Hiroshi
2018-07-13unifying interface of PsychGreg Houle
2018-07-12Added tests for special cases and better overall API test coverageGreg Houle
2018-04-24Add test cases for fallback argument of Psych.loadMarcus Stollsteimer
2018-04-24Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2018-04-23Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-20Add a predicate method to each nodeAaron Patterson
2017-12-19Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-02Convert fallback option to a keyword argumentMarcus Stollsteimer
2017-11-30Add :symbolize_names option to .safe_load tooTakashi Kokubun
2017-11-29Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi
2017-11-25Add :symbolize_names option to Psych.loadTakashi Kokubun
2017-09-12Removed trailing white-spaces.SHIBATA Hiroshi
2017-09-11Merge pull request #325 from knugie/fix_324SHIBATA Hiroshi
2017-09-10Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson
2017-09-05Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo
2017-08-02Add location information to Psych::Nodes::NodeAry Borenszweig
2017-08-02Add Psych::Handler#event_locationAry Borenszweig
2017-07-21Double quote stings that contain single quotes onlyWolfgang Teuber
2017-06-30Merge branch 'master' into frozenSHIBATA Hiroshi
2017-06-29Support enumerator objectsAaron Patterson
2017-06-29Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-06-16Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi
2017-05-22Preserve time zone offset when deserializing timesMarcus Stollsteimer
2017-05-22Add tests for time with usec and with time zone offsetMarcus Stollsteimer