There is a Chicken 4 egg yaml <https://wiki.call-cc.org/eggref/4/yaml> that
wraps libyaml.  The source from its gihub repo
<https://github.com/tenderlove/chicken-yaml> doesn't compile, because there
is a missing <field spec> in a define-record-type form.  I submitted a issue
<https://github.com/tenderlove/chicken-yaml/issues/12> about this at the
github repo with a patch that changes one line and adds one line, which
seems to fix the problem.  There is a fork
<https://github.com/ivan-avalos/chicken-yaml> of that github repo that also
fixes
<https://github.com/tenderlove/chicken-yaml/commit/f75996ef6368adf590ed70e10ead4add0ac27142>
the
problem, but it hasn't been fixed in the original repo.

I'd like to see this as a Chicken 5 egg.  What is the proper way,
considering the social and technical aspects of things, to getting this
submitted as a Chicken 5 egg?

-- 
T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Reply via email to