Netflix / dynomite

A generic dynamo implementation for different k-v storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaml parser

Scriptkiddi opened this issue · comments

So I'm trying to package dynomite for NixOS and stumbled upon the incompatibility, with the YAML 1.2 spec (mainly being compatible with JSON), this is caused by
yaml/libyaml#20
Just wanted to document this, maybe somebody is willing to add this to libyaml or switch the parser to something else