Re: OS X tests

2005-02-03 Thread Matt Diephouse
William Coleda <[EMAIL PROTECTED]> wrote: > Just did a fresh checkout and now I no longer get test failures on OS X. (not > specifying a -prefix) Alright, I just did the same (but used a --prefix) and all tests passed here as well. And this right after I sent my "me too" message (I didn't see thi

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

2005-02-03 Thread Matt Diephouse
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > 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 test

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

2005-02-03 Thread Matt Diephouse
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Matt Diephouse <[EMAIL PROTECTED]> wrote: > > > That still results in "in file (unknown) near line -1" being printed > > as part of the error message, so I'm leaving this ticket open. (It > > annoys me.) > > *g* > > I've changed now the policy for inc

Re: Phalanxed

2005-02-03 Thread Jeff Bisbee
* Michael G Schwern ([EMAIL PROTECTED]) wrote: > Anyhow, point is I know what the Phalanx project is but other authors might > not. It may be a good idea to send out a little note to authors who have > been Phalanxed explaining what the Phalanx project is all about and letting > them know they mig

Re: OS X tests

2005-02-03 Thread William Coleda
Just did a fresh checkout and now I no longer get test failures on OS X. (not specifying a -prefix) Leopold Toetsch wrote: 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

[perl #34039] Build failure on freebsd 4.9-RELEASE (mpz_*)

2005-02-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34039] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34039 > bash-2.05b$ gmake Compiling with: xx.c cc -DAPPLLIB_EXP=/usr/local/lib/perl5/5.6.1/BSDPA

[perl #24168] gmake required to build imcc on freebsd

2005-02-03 Thread Will Coleda via RT
This is still the case. Documented in PLATFORMS, closing ticket. > [psinno - Thu Oct 09 02:45:59 2003]: > > Hi, >currently gmake seems to be required to build imcc on freebsd.

Re: Retry: ITypes and VTypes.

2005-02-03 Thread Brent 'Dax' Royal-Gordon
Autrijus Tang <[EMAIL PROTECTED]> wrote: > However, I'd still like to know whether my understanding on punning > (same class 'Array' used as both Implementation Type and Value Type) > and the validity of matching on "$var is TraitName" in subroutine > signatures is correct. That, and types of hash

[perl #18003] Make test failures under Win32 MSVC++

2005-02-03 Thread Ron Blaschke via RT
> Failed Test Status Wstat Total Fail Failed List of Failed > > > t/src/basic.t255 65280 22 100.00% 1-2 > t/src/intlist.t 255 65280 44 100.00% 1-4 > t/src/list.t 255 65280 11 1

[perl #23552] Parrot on Win32! Where we will be able to compile IMCC?!

2005-02-03 Thread Ron Blaschke via RT
IMCC seems to run fine, or am I missing the point? Unless someone objects I'd say we close this one. >nmake test_imcc Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\Perl\bin\perl.exe t\harness imcc\t\*\*.t imcc\t\

Logic Programming in Perl 6

2005-02-03 Thread Ovid
My apologies if this has been asked and answered. I seem to recall it being discussed, but for the life of me I can't find a clear reference to it. What is logic programming in Perl 6 expected to look like? Larry writes that he wants "logic programming to be one of the paradigms that Perl suppor

Re: Pugs: Types.

2005-02-03 Thread Patrick R. Michaud
On Fri, Feb 04, 2005 at 01:40:13AM +0800, Autrijus Tang wrote: > (Moved from perl6-language to here; hopefully this is the correct forum > to ask for clarifications. :-)) I know that several on perl6-language asked you to move the clarifications here, then others told you that perl6-language is th

Phalanxed

2005-02-03 Thread Michael G Schwern
It was just mentioned that two more of my modules are on the Phalanx list. Class::Data::Inheritable and Class::WhiteHole. Also I see MakeMaker has made the list, though oddly enough its not in the top 10. Anyhow, point is I know what the Phalanx project is but other authors might not. It may be

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

2005-02-03 Thread Ron Blaschke
Sriram Krishnan wrote: > 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-s

Re: Pugs: Types.

2005-02-03 Thread Autrijus Tang
On Thu, Feb 03, 2005 at 02:35:15PM -0600, Patrick R. Michaud wrote: > On Fri, Feb 04, 2005 at 01:40:13AM +0800, Autrijus Tang wrote: > > (Moved from perl6-language to here; hopefully this is the correct forum > > to ask for clarifications. :-)) > > I know that several on perl6-language asked you t

Re: Retry: ITypes and VTypes.

2005-02-03 Thread Autrijus Tang
On Fri, Feb 04, 2005 at 04:09:03AM +0800, Autrijus Tang wrote: > Okay. So "Egg" is the value type for elements in @carton. But what > is the implementation type of @carton? > > my @carton of Egg is Scalar;# is @carton Scalar? > my @carton of Egg is Array; # is @carton Arr

Retry: ITypes and VTypes.

2005-02-03 Thread Autrijus Tang
Sorry for the last thread. Please let it die off. Let me restart the thread, asking the same question, hopefully making more sense this time. I promise to write in concrete Perl6, instead of Compiler Speak. Really. In Synopsis 6 version 6, "Value types" section: my Dog $spot; my $spo

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

2005-02-03 Thread Ron Blaschke
Jonathan Worthington wrote: > "Ron Blaschke" <[EMAIL PROTECTED]> wrote: >> Leopold Toetsch wrote: >>> Sriram Krishnan <[EMAIL PROTECTED]> wrote: >> Failed TestStat Wstat Total Fail Failed List of Failed >> --

Re: FP6: Types

2005-02-03 Thread Juerd
Stéphane Payrard skribis 2005-02-03 18:18 (+0100): > perl6-compiler@perl.org seems a good forum to me for your endeavor > because you write a compiler for a subset of Perl6. What someone *does* is irrelevant. The topic of the mail message matters, and if that is the language, this is the right lis

Re: FP6: Types

2005-02-03 Thread Matt Fowles
Autrijus~ Actually, I think that p6l is the correct place for this discussion. My logic is that you are asking about specific facets of the language, not helping the perl 6 compiler or parrot. Matt On Fri, 4 Feb 2005 01:28:42 +0800, Autrijus Tang <[EMAIL PROTECTED]> wrote: > On Thu, Feb 03, 20

Re: Phalanx matchups

2005-02-03 Thread Comrade Burnout
Andy Lester wrote: 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

Pugs: Types.

2005-02-03 Thread Autrijus Tang
(Moved from perl6-language to here; hopefully this is the correct forum to ask for clarifications. :-)) Today I've started implementing typing relations for value types in Pugs. I intend to hold off subtyping until the simple types can be checked and matched against smoothly. According to S06:

Re: FP6: Types

2005-02-03 Thread Autrijus Tang
On Thu, Feb 03, 2005 at 06:18:33PM +0100, St廧hane Payrard wrote: > perl6-compiler@perl.org seems a good forum to me for your endeavor > because you write a compiler for a subset of Perl6. Okay. If that is the desired forum, tomorrow I'll switch my questions to p6c and unsubscribe from p6l. Sorry

Re: FP6: Types

2005-02-03 Thread Stéphane Payrard
On Thu, Feb 03, 2005 at 11:17:50AM -0500, Mark J. Reed wrote: > > On 2005-02-03 at 11:13:30, Autrijus Tang wrote: > >Today I've started implementing typing relations for value types in > >FP6. ... > > Shouldn't this have gone to perl6-internals, not perl6-language? > perl6-compiler@per

Re: FP6: Types

2005-02-03 Thread Mark J. Reed
On 2005-02-03 at 11:13:30, Autrijus Tang wrote: >Today I've started implementing typing relations for value types in >FP6. ... Shouldn't this have gone to perl6-internals, not perl6-language?

Re: FP6: Types

2005-02-03 Thread Autrijus Tang
On Fri, Feb 04, 2005 at 12:19:36AM +0800, Autrijus Tang wrote: > Uh, as this is an ask-for-clarification for a Synopsis, I think p6l > is the correct forum. Of course, as I'm new to this list, I may be > totally wrong, in which case please tell me so. :-) To be more precise, according to S06:

Re: FP6: Types

2005-02-03 Thread Autrijus Tang
On Thu, Feb 03, 2005 at 11:17:50AM -0500, Mark J. Reed wrote: > > On 2005-02-03 at 11:13:30, Autrijus Tang wrote: > >Today I've started implementing typing relations for value types in > >FP6. ... > > Shouldn't this have gone to perl6-internals, not perl6-language? Uh, as this is an ask

FP6: Types

2005-02-03 Thread Autrijus Tang
Today I've started implementing typing relations for value types in FP6. I intend to hold off subtyping until the simple types can be checked and matched against smoothly. The types are currently: VBool Boolean VIntInteger VNumNumber VStrString V

Re: Phalanx matchups

2005-02-03 Thread Robert
"Andy Lester" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'll put my hat in the ring, first: I don't want to run a module team, > but I'm glad to join one. > > xoxo, > Andy Ditto for me. I am a Perl neophyte but I think this would be a great way to learn so things about testi

Re: Parrot_load_bytecode

2005-02-03 Thread Leopold Toetsch
Ian Joyce <[EMAIL PROTECTED]> wrote: > 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. Yep. If something goes wrong it calls internal_exception. That'll be a catchable real_exception

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

2005-02-03 Thread Leopold Toetsch
Matt Diephouse <[EMAIL PROTECTED]> wrote: > That still results in "in file (unknown) near line -1" being printed > as part of the error message, so I'm leaving this ticket open. (It > annoys me.) *g* I've changed now the policy for including source line information. Unless -O is given file and l

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

2005-02-03 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > Attached patch will get libnci_test to link on Win32. Thanks, applied. leo