Development

#3214 (Add alias and partial merge key support to YAML parser [with patch])

You must first sign up to be able to contribute.

Ticket #3214 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

Add alias and partial merge key support to YAML parser [with patch]

Reported by: lsmith Assigned to: fabien
Priority: minor Milestone: 1.1.0 beta3
Component: configuration Version: 1.1.0 DEV
Keywords: yaml Cc:
Qualification: Unreviewed

Description

I would like to see support for alias and simple one map merge keys in the YAML parser. The later is not part of the official standard, but is a well established extension to the standard (as per http://yaml.org/type/merge.html). I have expanded the parser accordingly and added tests. I do not know if merge key is supported by the syck PECL extension.

The amount of changes are not too big, but I did not benchmark any difference in performance.

Attachments

Archive.zip (3.5 kB) - added by lsmith on 03/26/08 16:41:26.
patched sfYamlParser and tests

Change History

03/26/08 16:41:26 changed by lsmith

  • attachment Archive.zip added.

patched sfYamlParser and tests

03/26/08 18:13:23 changed by fabien

  • milestone set to 1.1.0 beta3.

03/27/08 12:05:04 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [8111]) added alias and partial merge key support to YAML parser (closes #3214 - based on a patch from lsmith)