[perl #37914] partcl expr bug.

2005-12-13 Thread Will Coleda via RT
Now generates the Exception "Not a Number", which can be caught and dealt with properly by expr. > [leo - Tue Dec 13 13:43:06 2005]: > > > On Dec 13, 2005, at 20:04, Matt Diephouse wrote: > > > MMD function __i_multiply not foundfor types (1, -100) > > according to runtime/parrot/include/pmc

Re: [perl #37914] partcl expr bug.

2005-12-13 Thread Leopold Toetsch
On Dec 13, 2005, at 20:04, Matt Diephouse wrote: MMD function __i_multiply not foundfor types (1, -100) according to runtime/parrot/include/pmctypes.pasm '1' is the Null PMC (-100 is INTVAL). Running with -t would tell you the same. leo

Re: [perl #37914] partcl expr bug.

2005-12-13 Thread Matt Diephouse
via RT Will Coleda <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #37914] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/rt3/Ticket/Display.html?id=37914 > > > > The following code: > > while {[

[perl #37914] partcl expr bug.

2005-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #37914] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37914 > The following code: while {[set a 2] != {}} {} Generates an error in partcl: syntax e