Re: [perl #36755] [PATCH] dynclasses with MinGW32

2005-08-07 Thread François PERRAD
At 09:40 05/08/2005 -0700, you wrote: "François PERRAD (via RT)" <[EMAIL PROTECTED]> wrote: > > With this patch, dynclasses work with MinGW32. > (same as r8717 by Jonathan Worthington with MSC) > Unfortunately, your changes to dynclasses_pl.in break the build for MSVC. Fortunately, it looks to

Re: Container model - pictures and questions

2005-08-07 Thread Autrijus Tang
On Sun, Aug 07, 2005 at 10:58:01PM +0100, Tim Bunce wrote: > > The Container either has-a mutable cell, or has-a constant cell. > > > > my $mut = 3; > > my $con := 3; > > > > Use ":=" to change the cell inside a container: > > How about: > > Use ":=" to change the container to have a

[DOCS] Updated intro.pod

2005-08-07 Thread Jonathan Worthington
Hi, I noticed that intro.pod is someone behind where Parrot currently is, in a big way. It doesn't make a single mention of PIR for one, and all the examples are in PASM, which is for "silicon based lifeforms". I think most of the readers of intro.pod will be carbon based ones. ;-) So, I

Re: [perl #29836] [PATCH] No need to skip some tests on Cygwin

2005-08-07 Thread Nick Glencross
Bernhard Schmalhofer via RT wrote: Hi, I have applied a couple of old patches from Limbic~Region. These patches are enabling some tests for cygwin. Unfortunately I have no cygwin installed, so I can't tell whether the enabled tests are passing. But I think that right after a release is a good t

[perl #29836] [PATCH] No need to skip some tests on Cygwin

2005-08-07 Thread Bernhard Schmalhofer via RT
Hi, I have applied a couple of old patches from Limbic~Region. These patches are enabling some tests for cygwin. Unfortunately I have no cygwin installed, so I can't tell whether the enabled tests are passing. But I think that right after a release is a good time for breaking things. Could one of

Re: [perl #36812] Compiling Pugs against Parrot

2005-08-07 Thread Leopold Toetsch
On Aug 6, 2005, at 15:21, Adrian Lambeck wrote: 2. I made patches agains r8818 for the files that changed to apply to parrot-0.2.3 but these did not work out the way I though - maybe I am missing something. I patched parrot-config and config/gen/makefiles/root.in r8841 (regarding root.in)

Calling SUPER methods

2005-08-07 Thread Klaas-Jan Stol
Hi, I was wondering if it is possible to call specific methods from a parent PMC from another method in your (child) PMC, for some other object than SELF. My situation may be a bit complex, so I'll explain: I have a LuaTable PMC, extending the Hash PMC. I override the "add" method, because us

Re: [perl #36823] [BUG] fresh checkout of r8844 fails to build

2005-08-07 Thread Leopold Toetsch
Jonathan Worthington wrote: I tracked down that the problem was introduced in revision 8841, Yep. Sorry I've accidentally deleted too much. It's fixed again. leo

Re: [pirate] OSCON slides

2005-08-07 Thread Leopold Toetsch
Michal Wallace wrote: On Fri, 5 Aug 2005, Leopold Toetsch wrote: There are still issues e.g. with namespaces. I've put out numberless mails on p6i where I invited HLL folks to discuss it and make some proposals. Guess how many answers these mails got. Zero? I don't think p6i is the right pl

Re: What's needed for a new languages/t/*?

2005-08-07 Thread Amir Karger
[Argh! Posted to google groups again!] Bernhard Schmalhofer wrote: > Amir Karger schrieb: > >I have a test script that runs 85 tests (and will run many more once I > >write more opcodes. > >So if all I want to do is, essentially, perl -e 'chdir languages/Z and > >system("parrot z3.imc t/te