On Jun 30, 2005, at 21:30, Andrew Dougherty wrote:
Failed 7/157 test scripts, 95.54% okay. 22/2625 subtests failed,
99.16% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
Thanks for trying it out and testing it. I've found hopefully a lot of
these bug. The one ta
On Mon, Jun 27, 2005 at 08:29:59PM -0400, Chip Salzenberg wrote:
> On Mon, Jun 27, 2005 at 05:11:10PM -0400, Andy Dougherty wrote:
> > Well, I think there are already way too many pointer casts and related
> > games in the source. Perhaps more to the point, not all casts are going
> > to work.
>
On Wed, 29 Jun 2005, Leopold Toetsch wrote:
> Chip Salzenberg wrote:
> > { This is a partial reply; what with YAPC I didn't finish, but a new
> > version of the patch from Leo will give me time to catch up }
> >
> > I've reviewed the patch. I appreciate what you're doing with it, but
> > there
On Mon, Jun 27, 2005 at 05:11:10PM -0400, Andy Dougherty wrote:
> Well, I think there are already way too many pointer casts and related
> games in the source. Perhaps more to the point, not all casts are going
> to work.
Well, there is that. :-)
In this case, as I understand it, we're lookin
On Mon, 27 Jun 2005, Chip Salzenberg wrote:
> 1. "union Parrot_Context" is not portable C.
>
> The C standard requires that all structure pointers be bitwise
> compatible - same size, layout, etc.[*] It doesn't require that of
> other pointers -- specifically char* in this case. So the union:
>
{ This is a partial reply; what with YAPC I didn't finish, but a new
version of the patch from Leo will give me time to catch up }
I've reviewed the patch. I appreciate what you're doing with it, but
there are some issues that will have to be addressed.
1. "union Parrot_Context" is not porta
Leopold Toetsch (via RT) wrote:
Once again:
$ file context_2.patch.tgz
context_2.patch.tgz: gzip compressed data, from Unix
[1] as .tgz - unpacks and applies with -p0 in parrot root
leo
context_2.patch.tgz
Description: GNU Unix tar archive
# New Ticket Created by Leopold Toetsch
# Please include the string: [perl #36374]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36374 >
The attached patch[1] implements segmented memory handling[2] for the
interpreter c