ingydotnet / yaml-libyaml-pm

Perl Binding to libyaml
http://search.cpan.org/dist/YAML-LibYAML/
33 stars 37 forks source link

Assertion failing on debugging perls #109

Closed andk closed 1 year ago

andk commented 1 year ago

Sample fail report: http://www.cpantesters.org/cpan/report/8fac74a6-ebc8-11ed-91d1-e1766b9e9f2a

perlpunk commented 1 year ago

I wonder if we even need that assert. It looks like it works without it. But maybe we should just add a SvPOK_on(key_node) before it?

perlpunk commented 1 year ago

There is an issue about creating debugging container images: https://github.com/Perl/docker-perl/issues/130 So as soon as this is out, we can use such an image, and we would have catched this error in CI already...

perlpunk commented 1 year ago

A fix: #110

perlpunk commented 1 year ago

This was fixed for now by the revert (#112) of #107