|
Revision 214, 0.7 kB
(checked in by why, 3 years ago)
|
|
ext/ruby/ext/syck/rubyext.c: Memory leak in mktime.
lib/emitter.c: scale back seq-in-map on a typed seq. prevents the shift/reduce
problem with the parser.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ## Syck 0.60 |
|---|
| 2 | |
|---|
| 3 | [x] Resolver needs to handle implicits |
|---|
| 4 | [x] yaml_org_handler is an integral part of DefaultResolver#transfer |
|---|
| 5 | [x] cNode must be central in-between datatype |
|---|
| 6 | [x] The values will be fully loaded Hash, Array, String |
|---|
| 7 | (Close, ended up using YAML::Syck::Seq, etc.) |
|---|
| 8 | [x] This way node_import can take pure Ruby nodes |
|---|
| 9 | [x] Incorporate BaseNode. |
|---|
| 10 | [-] Fix typed seq-in-map shortcut. |
|---|
| 11 | [x] Emitter should figure out shortcuts. |
|---|
| 12 | [-] Ensure that common memory leaks are GONE by 0.60. |
|---|
| 13 | [-] UTF-8 strict mode. |
|---|
| 14 | |
|---|
| 15 | ## Syck 0.70 |
|---|
| 16 | |
|---|
| 17 | [-] YPath integrated into Syck's core |
|---|
| 18 | [-] Implicits can be collections with YPath matching |
|---|
| 19 | [-] UTF-16 and -32 support. |
|---|
| 20 | |
|---|
| 21 | ## Syck 0.80 |
|---|
| 22 | |
|---|
| 23 | [-] Python extension with complete hooks. |
|---|
| 24 | [-] YAML 1.1 support. |
|---|
| 25 | |
|---|