index
:
psych
cr/drop_ruby_2.x.x
master
A libyaml wrapper for Ruby
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
psych
/
visitors
/
test_yaml_tree.rb
Age
Commit message (
Expand
)
Author
2021-05-13
Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-10
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2019-07-25
Suppress uninitialized instance variable warnings
Nobuyoshi Nakada
2017-06-30
Merge branch 'master' into frozen
SHIBATA Hiroshi
2017-06-29
Rely on encoding tags to determine if string should be dumped as binary
Aaron Patterson
2017-06-19
make frozen_string_literal: true
SHIBATA Hiroshi
2017-06-16
Merge pull request #158 from laserlemon/delegators
SHIBATA Hiroshi
2017-03-03
use assert_nil when nil assertion
SHIBATA Hiroshi
2016-06-24
Merge pull request #270 from tenderlove/issue-11988
SHIBATA Hiroshi
2016-02-23
Temporary disabled to frozen literal string.
SHIBATA Hiroshi
2016-02-09
Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988
SHIBATA Hiroshi
2013-11-26
Enable YAML serialization of Ruby delegators and simple delegators
Steve Richert
2013-05-14
* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user
Aaron Patterson
2012-10-27
* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return the
Aaron Patterson
2012-10-27
* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object should
Aaron Patterson
2011-03-29
pulling in changes from ruby core
Aaron Patterson
2010-07-05
merging changes from ruby
Aaron Patterson
2010-05-03
merging from ruby
Aaron Patterson
2010-04-16
binary strings should be dumped with literal formatting
Aaron Patterson
2010-03-29
* test/psych/*: switching tests to use relative require. [ruby-core:29104]
Aaron Patterson
2010-03-28
using assert_in_delta for floating point differences
Aaron Patterson
2010-03-27
removed the to_yaml method
Aaron Patterson
2010-03-26
adding a test helper superclass
Aaron Patterson
2010-03-25
moving visitor tests under test/psych
Aaron Patterson