# New Ticket Created by Bob Rogers
# Please include the string: [perl #58050]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58050 >
It looks like "subclass" is allocating an integer for the new PMC
class, but failing to
Dino Morelli <[EMAIL PROTECTED]> wrote:
> On Sat, 7 May 2005, Dino Morelli wrote:
>>On Sat, 7 May 2005, Leopold Toetsch wrote:
>$ ./parrot -o foo.pbc foo.imc
>$ ./parrot foo.pbc
>>The part I'm unsure of is the exit codes.
>>I could change it to watch for a bad code during the for loop wi
On Sat, 7 May 2005, Dino Morelli wrote:
>On Sat, 7 May 2005, Leopold Toetsch wrote:
>
>>Dino Morelli <[EMAIL PROTECTED]> wrote:
>>> On Fri, 6 May 2005, Leopold Toetsch wrote:
>>
>>>>"make testr" is broken. We need some replacement for i
On Sat, 7 May 2005, Leopold Toetsch wrote:
>Dino Morelli <[EMAIL PROTECTED]> wrote:
>> On Fri, 6 May 2005, Leopold Toetsch wrote:
>
>>>"make testr" is broken. We need some replacement for it. It does:
>
>[ and should do ]
>
>>>$ ./parrot -o
Dino Morelli <[EMAIL PROTECTED]> wrote:
> On Fri, 6 May 2005, Leopold Toetsch wrote:
>>"make testr" is broken. We need some replacement for it. It does:
[ and should do ]
>>$ ./parrot -o foo.pbc foo.imc
>>$ ./parro
On Fri, 6 May 2005, Leopold Toetsch wrote:
>"make testr" is broken. We need some replacement for it. It does:
>
>- read a source file
>- compile the source to a .pbc file
>- load that .pbc file
>- run it
>
>It corresponds to this command line:
>
>$ ./par
"make testr" is broken. We need some replacement for it. It does:
- read a source file
- compile the source to a .pbc file
- load that .pbc file
- run it
It corresponds to this command line:
$ ./parrot -o foo.pbc -r -r foo.imc
This was basically introduced to test running compiled PBCs
otlib code does the same as then the
original C code path for the hardcoded directory locations.
I'll write a C version of the dynext locating code too, as a working C version
is also required for miniparrot (at least, I think so?)...
> leo
jens
> [1] make testr
> make fulltest