From: Eric Hodel Date: 2012-03-17T08:31:42+09:00 Subject: [ruby-core:43360] [ruby-trunk - Feature #6163][Open] Remove syck YAML extension Issue #6163 has been reported by Eric Hodel. ---------------------------------------- Feature #6163: Remove syck YAML extension https://bugs.ruby-lang.org/issues/6163 Author: Eric Hodel Status: Open Priority: Normal Assignee: 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/