#1507: VTABLE_init_int does not work on key constants
----------------------+-----------------------------------------------------
Reporter: dukeleto | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: none | Version: 2.1.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: all |
----------------------+-----------------------------------------------------
{{{
parrot_shell 2> $P0 = new 'FixedStringArray', 5
say $P0
.
Time: 0.0164859 wallclock secs
Output:
[ "", "", "", "", "" ]
parrot_shell 3> $P0 = new ['FixedStringArray'], 5
say $P0
.
Error: child exited with value 1
Time: 0.0155749 wallclock secs
Output:
init_pmc() not implemented in class 'FixedStringArray'
current instr.: 'main' pc 0
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1507>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets