Open p6rt opened 9 years ago
[21:38:17] \
Doesn't segfault for me on...
Rakudo version 2016.04-155-gdc7346b built on MoarVM version 2016.04 implementing Perl 6.c.
...and instead prints this error:
➜ use nqp; my str $a; say nqp::chars($a); 0 ➜ use nqp; class A { has str $!a; method BUILD() { nqp::chars($!a) } }; A.new; chars requires a concrete string, but got null
I'm renaming the ticket accordingly.
The RT System itself - Status changed from 'new' to 'open'
Migrated from rt.perl.org#126492 (status was 'open')
Searchable as RT126492$