Re: t/pmc/packfile.t: Warning about invalid Parrot bytecode file

2010-08-04 Thread James E Keenan
James E Keenan wrote: ok 4 - bytecode_major set PackFile_unpack: This is not a valid Parrot bytecode file ok 5 - set_string_native with invalid data throws ok 6 - get_string(uuid) Here's the relevant source code: src/packfile.c 993 PARROT_EXPORT 994 PARROT_WARN_UNUSED_RESULT 995 opcode_t

t/pmc/packfile.t: Warning about invalid Parrot bytecode file

2010-08-04 Thread James E Keenan
Tonight, for the second time since our last release, when I did 'svn up', configured, built and tested on Darwin/PPC, I got failures in the t/pmc/packfile*.t tests: t/pmc/packfile.t (Wstat: 256 Tests: 11 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. Yo

Re: Storing Classes in Bytecode

2010-08-04 Thread Peter Lobsinger
On Tue, Aug 3, 2010 at 6:11 AM, Jonathan Worthington wrote: > On 02/08/2010 08:05, Peter Lobsinger wrote: >> >> On Fri, Jul 30, 2010 at 8:08 PM, Jonathan Worthington >>  wrote: >> >>> >>> Here's one critical thing, however. This is _not_ about a constant >>> segment. >>> I could have a module...