summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Preserve time zone offset when deserializing timesMarcus Stollsteimer2017-05-221-0/+16
* | Add tests for time with usec and with time zone offsetMarcus Stollsteimer2017-05-221-0/+15
* | Fixed gabage linesremove-deprecated-methodsSHIBATA Hiroshi2017-03-271-13/+0
* | Removed deprecated yaml_initialize methodSHIBATA Hiroshi2017-03-271-24/+0
* | Removed Module#psych_yaml_asSHIBATA Hiroshi2017-03-271-0/+3
* | Remove to_yaml_propatiesSHIBATA Hiroshi2017-03-272-77/+0
* | Remove Psych.tagurizeSHIBATA Hiroshi2017-03-271-6/+0
* | Remove Psych.object_makerSHIBATA Hiroshi2017-03-271-7/+0
* | Remove Psych.read_type_classSHIBATA Hiroshi2017-03-271-12/+0
* | Remove Psych.add_private_typeSHIBATA Hiroshi2017-03-271-10/+0
* | Removed Psyych.add_ruby_type.SHIBATA Hiroshi2017-03-271-12/+0
* | Removed Psyych.detect_implicit.SHIBATA Hiroshi2017-03-271-8/+0
* | Removed Psyych.load_documents.SHIBATA Hiroshi2017-03-272-4/+4
* | Merge pull request #304 from ruby/remove-syckSHIBATA Hiroshi2017-03-102-42/+7
|\ \
| * | To use yaml_as instead of psych_yaml_asSHIBATA Hiroshi2017-03-071-1/+1
| * | Removed aliases for Syck module.SHIBATA Hiroshi2017-03-032-41/+6
* | | Make sexagesimal parsing more strictAaron Patterson2017-03-071-0/+6
|/ /