summaryrefslogtreecommitdiff
path: root/lib/psych/tree_builder.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of anonymous eval callsJean Boussier2023-01-111-2/+2
| | | | Things declared in anonymous eval are always annoying to locate.
* Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-061-1/+1
|
* Add location information to Psych::Nodes::NodeAry Borenszweig2017-08-021-4/+44
|
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
|
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
| | | | ref. https://github.com/ruby/ruby/commit/3e92b635fb5422207b7bbdc924e292e51e21f040
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,Aaron Patterson2011-11-081-1/+3
| | | | | | | | | | rationals, etc with reference ids. * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto * ext/psych/lib/psych/visitors/to_ruby.rb: loading complex numbers, rationals, etc with reference ids. * test/psych/test_object_references.rb: corresponding tests fixes #36
* adding yaml streaming apiAaron Patterson2010-05-191-1/+1
|
* reusing Psych::TreeBuilder to our advantageAaron Patterson2010-05-161-8/+13
|
* Fixed typos in commentsPeter McLain2010-03-291-1/+1
|
* more documentation!Aaron Patterson2010-01-171-2/+20
|
* not using *args in the tree builderAaron Patterson2010-01-031-8/+8
|
* speeding some stuff upAaron Patterson2009-10-141-9/+22
|
* testing implcit document endsAaron Patterson2009-09-291-2/+11
|
* scalars converted to yamlAaron Patterson2009-09-281-5/+0
|
* Squash warning.John Barnette2009-09-281-1/+1
|
* adding alias nodesAaron Patterson2009-09-271-0/+6
|
* testing scalarsAaron Patterson2009-09-271-11/+21
|
* adding accessors for document informationAaron Patterson2009-09-271-0/+9
|
* addign document and stream nodesAaron Patterson2009-09-271-0/+29