Sha256: 43a0da86084b9d440d27dbb25c67100710041c6926d22e6f2cfa2a660bfa6378

Contents?: true

Size: 725 Bytes

Versions: 7

Compression:

Stored size: 725 Bytes

Contents

## Syck 0.60

[x] Resolver needs to handle implicits
[x] yaml_org_handler is an integral part of DefaultResolver#transfer
[x] cNode must be central in-between datatype
  [x] The values will be fully loaded Hash, Array, String
      (Close, ended up using YAML::Syck::Seq, etc.)
  [x] This way node_import can take pure Ruby nodes
  [x] Incorporate BaseNode.
[-] Fix typed seq-in-map shortcut.
[x] Emitter should figure out shortcuts.
[-] Ensure that common memory leaks are GONE by 0.60.
[-] UTF-8 strict mode.

## Syck 0.70

[-] YPath integrated into Syck's core
[-] Implicits can be collections with YPath matching
[-] UTF-16 and -32 support.

## Syck 0.80

[-] Python extension with complete hooks.
[-] YAML 1.1 support.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mkrf-0.1.0 test/sample_files/syck-0.55/TODO
mkrf-0.1.1 test/sample_files/syck-0.55/TODO
mkrf-0.1.2 test/sample_files/syck-0.55/TODO
mkrf-0.2.0 test/sample_files/syck-0.55/TODO
mkrf-0.2.1 test/sample_files/syck-0.55/TODO
mkrf-0.2.2 test/sample_files/syck-0.55/TODO
mkrf-0.2.3 test/sample_files/syck-0.55/TODO