NCI basics

2004-09-15 Thread p6
Hi all, I'm using Ruby/wxWindows for the application I'm currently working on, but I've been fooling around with Parrot for the past few days in the hope of writing some wxWindows bindings to test the feasability of migrating to [cardinal | perl6]/wxWindows sometime in the (possibly

[perl #31573] Bus Error from compreg/compile

2004-09-15 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #31573] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31573 --- osname= darwin osvers= 7.0 arch= darwin-thread-multi-2level cc=

Language::Zcode - Translates Z-code to Perl (and, kinda maybe, to PIR)

2004-09-15 Thread Amir Karger
Just a year after my last status report, I've uploaded Language::Zcode to CPAN. It's a Perl module that lets you work with Z-code files. (For Z-newbies: Z-code is the machine language for the Z-machine, a virtual machine used for the Infocom text adventure games, among others.) Language::Zcode

Re: NCI basics

2004-09-15 Thread Jens Rieks
Hi! On Wednesday 15 September 2004, [EMAIL PROTECTED] wrote: Is there anyone who could help remove said bone from my head? It now prints an error message: with nothing with int 5 Parrot VM: PANIC: vt is an unknown signature type. CAN_BUILD_CALL_FRAMES is disabled, add the signature to

Updated doc and some code to reflect new Parrot_new() interface

2004-09-15 Thread Stéphane Payrard
--- ./src/test_main.c.old 2004-01-29 15:49:44.0 +0100 +++ ./src/test_main.c 2004-09-15 14:47:07.113244016 +0200 @@ -72,7 +72,7 @@ char *filename; Parrot_PackFile pf; -interpreter = Parrot_new(); +interpreter = Parrot_new(NULL); if (!interpreter) {

[perl #23084] [The Parrot Primer] Japanese Translation

2004-09-15 Thread Will Coleda via RT
Sasada-san - Thanks for your translation. I apologize - your message came into our ticketing system sideways, and I don't think a notification about your work came to the [EMAIL PROTECTED] mailing list. I'm generating a reply to the list so that the project leads can let us know what direction

[perl #31590] [PATCH] additional tests int/pmc/nci.t

2004-09-15 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31590] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31590 Hi, this patch adds two tests to t/pmc/nci.t. One test retrieves a

Re: NCI basics

2004-09-15 Thread Brent 'Dax' Royal-Gordon
Jens Rieks [EMAIL PROTECTED] wrote: It now prints an error message: with nothing with int 5 Parrot VM: PANIC: vt is an unknown signature type. CAN_BUILD_CALL_FRAMES is disabled, add the signature to src/call_list.txt! C file src/nci.c, line 4485 Parrot file (unknown file), line 0 I'm not

[perl #31591] [PATCH] Parrot_new() doc update

2004-09-15 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #31591] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31591 The interface has been modified but not reported everywhere. Patch attached.

Re: [perl #31573] Bus Error from compreg/compile

2004-09-15 Thread Matt Diephouse
This bug is a result of the last change to ops/core.ops (1.368). Checking out version 1.367 made everything run smoothly. Maybe the change should be undone? Leo? The test code I provided still blew up, but that was because of how I'd return it. I rewrote correctly (and have attached the file),