From: "vo.x (Vit Ondruch)" Date: 2012-09-03T21:39:05+09:00 Subject: [ruby-core:47407] [ruby-trunk - Feature #6163] Remove syck YAML extension Issue #6163 has been updated by vo.x (Vit Ondruch). Seems that in r36786 the syck was dropped, but its directory structure remains in the SCM. It should be probably removed as well. Thank you. ---------------------------------------- Feature #6163: Remove syck YAML extension https://bugs.ruby-lang.org/issues/6163#change-29157 Author: drbrain (Eric Hodel) Status: Assigned Priority: Normal Assignee: tenderlovemaking (Aaron Patterson) Category: ext Target version: =begin The syck extension should be removed for the following reasons: Syck only supports YAML 1.0 Syck is not YAML 1.0 compliant. Syck is not easy to maintain, and many of the bugs existing in it have not been fixed. Psych uses libyaml for YAML parsing of 1.0 and 1.1 documents. The libyaml parser is maintained by a third party and shared by many projects so we benefit from bug fixes from a broad user base. It is too hard to type "Syck" vs "Psych" I often type "Sych" or "Psyck" (joke). =end -- http://bugs.ruby-lang.org/