[01:35:48] bd808: do you have a recommendation for reading YAML in PHP? [01:36:52] there is a Symfony component which miraculously does not have any dependencies at all [01:37:21] and https://github.com/mustangostang/spyc which seems very simple, maybe suspiciously so [01:38:30] tgr: I'm the author/maintainer of the yaml pecl extension so ... [01:39:30] Spyc works for many things. Wikitech depends on some yaml lib [02:06:47] tgr|away: spyc maintainer isn't responsive (https://github.com/mustangostang/spyc/issues/38), and Translate has switched to phpyaml (https://phabricator.wikimedia.org/T75945#1471245) [03:10:00] oh, cool [03:10:12] didn't realize Translate already used yaml [03:12:25] bd808: I know you maintain the libyaml port, but I was worried that using PECL in a WMF extension turns out to be super complicated [03:14:52] Yeah, we would want a wrapper class that could work with a pure pho implementation too [03:14:59] *php [03:15:11] tgr: I don't think it is used on the cluster, just on TWN [03:16:13] Hhvm has a version of my extensions built in [03:17:25] I should actually start a lib that makes it easy to choose one of several implementations [06:03:03] hmm https://github.com/bobmulder/composer-ui