libxml-raku / LibXML-raku

Raku bindings to the libxml2 native library
Artistic License 2.0
11 stars 5 forks source link

$root.parent broken in LibXML 0.5.0 #42

Closed dwarring closed 4 years ago

dwarring commented 4 years ago

Following dies:

$ raku -I . -e'use LibXML::Document; my $d = LibXML::Document.parse("<root/>"); .parent for $d.find("//*")'
Internal error: unhandled target type
  in sub nativecast at /home/david/git/rakudo/install/share/perl6/core/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 703
  in method box at /home/david/git/LibXML-raku/lib/LibXML/Node.rakumod (LibXML::Node) line 157
  in block <unit> at -e line 1