Ticket #1507 (closed bug: fixed)
VTABLE_init_int does not work on key constants
Reported by: | dukeleto | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | 2.1.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | all |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.