From: "sorah (Shota Fukumori)" Date: 2012-09-09T01:06:47+09:00 Subject: [ruby-core:47458] [ruby-trunk - Feature #6163][Closed] Remove syck YAML extension Issue #6163 has been updated by sorah (Shota Fukumori). Status changed from Assigned to Closed ---------------------------------------- Feature #6163: Remove syck YAML extension https://bugs.ruby-lang.org/issues/6163#change-29218 Author: drbrain (Eric Hodel) Status: Closed 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/