Re: [svn:parrot] r29610 - in branches/pdd13pbc: src/pmc t/pmc

2008-07-19 Thread Mark Glines
On Saturday 19 July 2008 11:19:27 chromatic wrote: > Poking at strings directly seems unclean; do we need to add another > function to src/packfile.c to return a packed packfile as a C string, > and then create the string directly here in get_string()? I agree, poking around in STRING internals is

Re: [svn:parrot] r29610 - in branches/pdd13pbc: src/pmc t/pmc

2008-07-19 Thread chromatic
On Saturday 19 July 2008 09:57:02 [EMAIL PROTECTED] wrote: > Log: > [PDD13] > * Implement get_directory(). > * Fix get_string() so it works. > * Add the beginnings of a test script for the Packfile class. > --- branches/pdd13pbc/src/pmc/packfile.pmc(original) > +++ branches/pdd13pbc/src/pmc/p