patches accumulating

2005-07-22 Thread Leopold Toetsch
There is a long list of folks with commit rights for parrot svn. I don't have always the time to ci @all_patches (and will not have the next days to do so), therefore I'd really appreciate, if patches could be reviewed, commented if needed, and *applied* w/o me too, if these patches are sane of

Calling Super Methods

2005-07-22 Thread Matt Diephouse
There's currently no way to call a superclass' method. I've just run into this and leo suggested I sent a note to the list. Here's what I want to do: I have a ParrotClass (a class defined in PIR) that is derived from the String class. I want to override it's set_string_native method to do some pr

[PATCH] Win32 exec cmd buffer realloc

2005-07-22 Thread Greg Bacon
The attached patch goes over Jonathan Worthington's earlier patch and corrects an omission in resizing the cmdline buffer for large commands. Greg diff -ru parrot/config/gen/platform/win32/exec.c parrot-mod/config/gen/platform/win32/exec.c --- parrot/config/gen/platform/win32/exec.c 2005-07-2

[perl #36636] Using addparent with PMCs

2005-07-22 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #36636] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36636 > The addparent opcode doesn't work currently with PMCs (on either end): harmony:

[PATCH] Library Loading On Win32

2005-07-22 Thread Jonathan Worthington
Hi, Under Win32 it's common to install stuff...well...anywhere the person installing it wants. With this patch, we can create binary distributions for Win32 that don't need Parrot to be installed in the place that "make install" decides to put it. Normally libraries are loaded by appending

dynclasses on Windows

2005-07-22 Thread Nick Glencross
Guys, I've been giving some thought to what needs doing to get dynclasses working on Windows. I'm not particularly intimate with Windows, but use cygwin quite a bit. One area that I'm still not 100% clear about is the visibility of symbols within DLLs and executables, so please be kind! Fr

Re: leo-ctx5 (r8656): test results

2005-07-22 Thread jerry gay
On 7/22/05, Nick Glencross <[EMAIL PROTECTED]> wrote: > Can I just check, are the python dynclasses being executed and passing, > or not being run in these tests? > tests are not run currently in leo's branch only (see jonathan's message.) but The Great Merge to trunk will carry this change with i

Re: [PATCH] Win32 executable generation

2005-07-22 Thread Jonathan Worthington
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote: Jonathan Worthington wrote: Hi, Unfortunately, the built exe file does...nothing. Well, I don't know, how exe files on win32 look like, but Parrot supports these: EXEC_{A_OUT,ELF,MACH_O,COFF} (see src/exec_save.c). Is any one of these EXEC sym

Re: [PATCH] Win32 executable generation

2005-07-22 Thread Leopold Toetsch
Jonathan Worthington wrote: Hi, Unfortunately, the built exe file does...nothing. Well, I don't know, how exe files on win32 look like, but Parrot supports these: EXEC_{A_OUT,ELF,MACH_O,COFF} (see src/exec_save.c). Is any one of these EXEC symbols defined? (This doesn't imply that the pa

[PATCH] Win32 executable generation

2005-07-22 Thread Jonathan Worthington
Hi, The attached patch does some changes to make it possible to generate an EXE file on Win32. Firstly, main.c looked for the extension .o to know to make an object file; on Win32 it's .obj. The fix will work for other platforms where it isn't .o too. Secondly, the make exec target in the

RE: [perl #36620] Bug in editor/ops2vim.pl

2005-07-22 Thread Amir Karger
Oops, you'r right. perldoc perlop says is a nickname for <>, but it's not as magical. > -Original Message- > From: jerry gay via RT [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 21, 2005 2:42 PM > To: [EMAIL PROTECTED] > Subject: Re: [perl #36620] Bug in editor/ops2vim.pl > > actual

Re: leo-ctx5 (r8656): test results

2005-07-22 Thread Jonathan Worthington
"Nick Glencross" <[EMAIL PROTECTED]> wrote: Failed Test Stat Wstat Total Fail Failed List of Failed --- imcc\t\syn\clash.t 3 768153 20.00% 1-2 8 imcc\t\syn\labels.t 1 256 71 1

Re: leo-ctx5 (r8656): test results

2005-07-22 Thread Nick Glencross
Jerry Gay wrote: win32--msvc-7.1--perl-5.8.6 reports some unexpected errors. dynclass and spawnw are expected on windows, the rest are not. if requested, i can provide more details on the failing tests. ~jerry Failed Test Stat Wstat Total Fail Failed List of Failed ---