Parrot_load_bytecode

2005-02-02 Thread Ian Joyce
Is there a way to determine if Parrot_load_bytecode fails to load and/or compile an imc file? I am assuming no because Parrot_load_bytecode has a type of void. --Ian

OS X tests (was: Building with VS.NET 2003 and ICU 2.8 on Win32)

2005-02-02 Thread Leopold Toetsch
Will Coleda wrote: I don't know if this is related to my build problems on OS X which have gone warnocked. Trying to build without specifying a --prefix to Configure causes all the dynclasses to fail I can't reproduce that here - it tests 100% fine. Strange. leo

Re: Featherweight Perl6.

2005-02-02 Thread Autrijus Tang
On Wed, Feb 02, 2005 at 04:07:26PM -0700, Luke Palmer wrote: > > Also, is the "all lists are lazy by default" rule correctly used in > > the @squares and @fib examples? Is there a way to turn them into > > functions instead of arrays? > > @fib ::= (1, 1, for zip(@fib;@fib[1...]) -> { $^a + $^

Re: Featherweight Perl6.

2005-02-02 Thread Luke Palmer
Autrijus Tang writes: > Hi. Today I have started working on specifying and implementing > Featherweight Perl6 (FP6), a side-effect-free subset of Perl6: > > http://autrijus.org/pugs/fp6/ # FP6, the language > http://autrijus.org/pugs/ # Pugs, the implementation Awesome. This shoul

Re: [perl #33171] Error When Reading Past EOF

2005-02-02 Thread Matt Diephouse
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Matt Diephouse <[EMAIL PROTECTED]> wrote: > > It also changes the function used to raise the exception from > > real_exception to internal_exception > > We've to change a lot of internal_exceptions to real ones eventually and > print better diagnostics,

[perl #34029] [PATCH][MSWin32] Get nci test to link again

2005-02-02 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #34029] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34029 > Attached patch will get libnci_test to link on Win32. Ron remove_nci_dlvar_vv_def.pat

Re: Whither the perl-qa wiki ?

2005-02-02 Thread Steve Peters
On Wed, Feb 02, 2005 at 05:59:11PM +, Adrian Howard wrote: > > On 31 Jan 2005, at 21:18, Michael G Schwern wrote: > > >On Mon, Jan 31, 2005 at 04:07:04PM -0500, Michael G Schwern wrote: > >>So I may as well do that now. > > > >Done. Let me know if that seems like its the right database, ther

Featherweight Perl6.

2005-02-02 Thread Autrijus Tang
Hi. Today I have started working on specifying and implementing Featherweight Perl6 (FP6), a side-effect-free subset of Perl6: http://autrijus.org/pugs/fp6/ # FP6, the language http://autrijus.org/pugs/ # Pugs, the implementation Since I am not well-versed in past Perl6 language

Phalanx matchups

2005-02-02 Thread Andy Lester
I've started a new page on the Kwiki to replace the HereToHelp page: http://phalanx.kwiki.org/index.cgi?TeamsWanted Here's where I hope people looking for teams, or teams looking for people, can get together and join forces. I'll put my hat in the ring, first: I don't want to run a module team

Re: Whither the perl-qa wiki ?

2005-02-02 Thread Adrian Howard
On 31 Jan 2005, at 21:18, Michael G Schwern wrote: On Mon, Jan 31, 2005 at 04:07:04PM -0500, Michael G Schwern wrote: So I may as well do that now. Done. Let me know if that seems like its the right database, there were several to choose from owing to circumstances. Fantastic - I'll go have a pok

Re: Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Will Coleda
Jonathan Worthington writes: "Ron Blaschke" <[EMAIL PROTECTED]> wrote: Leopold Toetsch wrote: Sriram Krishnan <[EMAIL PROTECTED]> wrote: I'm trying to build Parrot (from CVS) on Win XP Sp2 with VS.-NET 2003. Please folks with Windows installed: have a look at these issues. I'm running Windows XP

Re: [Repost] Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Jonathan Worthington
"Ron Blaschke" <[EMAIL PROTECTED]> wrote: Leopold Toetsch wrote: Sriram Krishnan <[EMAIL PROTECTED]> wrote: I'm trying to build Parrot (from CVS) on Win XP Sp2 with VS.-NET 2003. Please folks with Windows installed: have a look at these issues. I'm running Windows XP, VS.NET 2003 and (precompiled)

Re: [perl #34002] [PATCH] 'const' for ParrotIOLayerAPI instances

2005-02-02 Thread MrJoltCola
They are well defined at the moment, but the author's intent of the API was to have them mutable. -Melvin At 01:18 PM 2/1/2005, Leopold Toetsch wrote: MrJoltCola <[EMAIL PROTECTED]> wrote: > Layer and layer API members may be changed at runtime. Yes, the current > structure > members are all stat

Re: [perl #34020] [PATCH] Some tweaks to Makefiles and Configure system

2005-02-02 Thread Leopold Toetsch
Bernhard Schmalhofer (via RT) wrote: I tried to do some cleanup of some makefiles. A patch is attached. The files config/gen/makefiles/imcc.in and config/gen/makefiles/classes.in can be removed from CVS. Thanks, applied. leo

RE: [Repost] Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Sriram Krishnan
Thanks for the reply. Readme.Win32 should have a notice about building in anything other than Visual Studio 6. Since 'msdev' is hardcoded inside the ICU build stuff, it *won't build on anything other than Visual Studio 6*. For anyone interested, I've written step-by-step instructions on how to b

Re: [Repost] Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Ron Blaschke
Sriram Krishnan wrote: > Post #1 > Post #2 > I managed to get it to build finally. I built ICU 2.8 and co-py-pasted > the data output to the blib folder.I don't think this is the- way to do > it - but hey..it works :) > Post #3 [snip] I have set up the things as described in README.win32 (actuall

Re: Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Ron Blaschke
Will Coleda wrote: > Ron Blaschke writes: >> On a personal note, I (still) really like to help in win32, though >> it's quite hard for me to get a grip on this collaboration thingy. > *looks around* Apparently, you're not the only one. =-) ;-) I've been blinking in and out this group for some ti

Re: [Repost] Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Ron Blaschke
Leopold Toetsch wrote: > Ron Blaschke <[EMAIL PROTECTED]> wrote: >> I am not sure what things are known (expected?) to broken, > The normal CVS state is that "make test" succeeds on linux and OS X. > Intermittent expected failures are announced here. Great, that will do for me. >> ... or who el

Re: [Repost] Building with VS.NET 2003 and ICU 2.8 on Win32

2005-02-02 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > On a personal note, I (still) really like to help in win32, though > it's quite hard for me to get a grip on this collaboration thingy. Great, thanks. > I am not sure what things are known (expected?) to broken, The normal CVS state is that "make test"