Re: [pugs] several questions (parentheses at my -- itypes)

2005-04-11 Thread BÁRTHÁZI András
Hi! p6 is strict by default. See S01 at: http://dev.perl.org/perl6/doc/design/syn/S01.html http://colabti.de/irclogger//irclogger_log/perl6?date=2005-04-10,Sun Thanks for the links! my(@array)=qw(1 2 3); gives error. my @array=qw(1 2 3); works. Is it the right behaviour? Both worked well with

[perl #34910] [PATCH] t/pmc/nci.t failure with MinGW32

2005-04-11 Thread François
# New Ticket Created by Franois PERRAD # Please include the string: [perl #34910] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34910 Just use gcc with good parameters for build DLL. Francois.cvs -q diff -u

Re: [pugs] several questions (parentheses at my -- itypes)

2005-04-11 Thread Autrijus Tang
On Mon, Apr 11, 2005 at 09:40:15AM +0200, BTHI Andr wrote: Can somebody point me to a link, what is ITypes about? As I guess from the archives, there is VTypes and ITypes, the first is the virtual (V means variable?) type of a variable (this is about how can you use it in your program), the

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Nicholas Clark
On Mon, Apr 11, 2005 at 01:43:39AM -, [EMAIL PROTECTED] wrote: Author: coke Date: Sun Apr 10 18:43:39 2005 New Revision: 7800 Modified: trunk/t/perl/Parrot_IO.t Log: One of the tests was explicitly checking for CVS, which we're no longer using. Comment out the test.

Re: Welcome to the land of Subversion

2005-04-11 Thread Nicholas Clark
On Sun, Apr 10, 2005 at 10:54:21AM -0700, Robert Spier wrote: The conversion is done. http://www.parrotcode.org/source.html zcat svk-mirror-dump | svnadmin load --ignore-uuid ~/.svk/parrot should be zcat svk-bootstrap-dump.gz | svnadmin load --ignore-uuid ~/.svk/parrot Also, if you

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Ron Blaschke
Nicholas Clark wrote: On Mon, Apr 11, 2005 at 01:43:39AM -, [EMAIL PROTECTED] wrote: [snip] Modified: trunk/t/perl/Parrot_IO.t == Binary files. No diff available. Oops. Is this a property thing on all the files

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Jens Rieks
On Monday 11 April 2005 13:48, Ron Blaschke wrote: I think this is just a mime-type issue. Yes, that seems to be the reason. I looks like all *.t files are affected. Is there a way to specify the mime-type on a filetype basis? jens

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Ron Blaschke
Jens Rieks wrote: On Monday 11 April 2005 13:48, Ron Blaschke wrote: I think this is just a mime-type issue. Yes, that seems to be the reason. I looks like all *.t files are affected. Is there a way to specify the mime-type on a filetype basis? I think it's always the client deciding the

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Leopold Toetsch
Jens Rieks wrote: On Monday 11 April 2005 13:48, Ron Blaschke wrote: I think this is just a mime-type issue. Yes, that seems to be the reason. I looks like all *.t files are affected. Fixed hopefully. $ find -name '*.t' | xargs svn ps svn:mime-type text/plain $ svn ci ... and that dam.. check in

[perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #34912] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34912 --- osname= linux osvers= 2.4.0 arch= i586-linux cc= cc --- Flags:

Re: [PROPOSAL] calling convention abstraction

2005-04-11 Thread Roger Hale
Bob Rogers wrote: From: Roger Hale [EMAIL PROTECTED] Date: Thu, 07 Apr 2005 04:23:41 -0400 Leopold Toetsch wrote: Roger Hale [EMAIL PROTECTED] wrote: Leopold Toetsch wrote: As @ARGS (or @IN_ARGS, @OUT_ARGS) is being stored in the context, and that context is defacto

build/test successful for win32--vc-7.1--perl-5.8.6 post-svn conversion

2005-04-11 Thread jerry gay
just a manual report, since there's no tinderbox running windows. looks like there's no undetectable trouble on windows post svn. thanks robert! only expected tests fail on win32--vc-7.1--perl-5.8.6: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: Welcome to the land of Subversion

2005-04-11 Thread Leopold Toetsch
Robert Spier [EMAIL PROTECTED] wrote: The conversion is done. Great work. Thanks a lot. leo

Difining an array

2005-04-11 Thread LOGGOS TI
Greetings. I need some help trying to define an array as below (5.8.x version): # Extrai cada mestotal de Anototal -17/07/2002-11:43:26-for ($x = 1; $x = $Mes; $x++){$Tempo = "Mestotal$x";my @{$Tempo}; foreach (@Anototal){push(@{$Tempo}, "$_") if

Re: Difining an array

2005-04-11 Thread Andy Lester
On Mon, Apr 11, 2005 at 11:43:34AM -0300, LOGGOS TI ([EMAIL PROTECTED]) wrote: my @{$Tempo}; This should never have worked. I'm surprised it ran in 5.6. It's not legal. Regardless, this mailing list isn't the place for these questions. xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] =

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Robert Spier
Fixed hopefully. $ find -name '*.t' | xargs svn ps svn:mime-type text/plain $ svn ci ... Yes, that'll fix it. Probably worth checking the mime-types for all the other files. and that dam.. check in runs for more then 10 minutes now Ick. The network pipe is a little congested today, and

Re: Parrot Segmentation Fault

2005-04-11 Thread Leopold Toetsch
Cory Spencer [EMAIL PROTECTED] wrote: The latest Parrot CVS checkout segfaults for me on the following code: [ ... ] It appears that the store_lex opcode is to blame - when no lexical pad has been created and you attempt to store a lexical, the SEGV is generated. Yep. Throws an exception

Re: Welcome to the land of Subversion (for Debian)

2005-04-11 Thread Chip Salzenberg
Anybody using Debian and emacs, a clue: I had to edit a couple of files to get Subversion support enabled automatically. All of the actual elisp code in: /etc/emacs/site-start.d/50psvn.el /etc/emacs/site-start.d/50vc-svn.el was commented out. (?!) Once I uncommented it, emacs recognized

Re: [pugs] socket primitives problem

2005-04-11 Thread Autrijus Tang
On Mon, Apr 11, 2005 at 06:29:44PM +0200, BRTHZI Andrs wrote: I've added a subroutine call into the http-server.p6 example file, and it's not working (no reply from the server, no output from the subroutine) because of it. Do I something not allowed, or is there a bug? For now you need to

Question about list context for String.chars

2005-04-11 Thread gcomnz
Hi all, I'm writing a bunch of examples for perl 6 pleac and it seems rather natural to expect $string.chars to return a list of unicode chars in list context, however I can't find anything to confirm that. (The other alternatives being split and unpack.) # unpack @array = unpack(C*, $string);

Re: Question about list context for String.chars

2005-04-11 Thread Ingo Blechschmidt
Hi, gcomnz wrote: I'm writing a bunch of examples for perl 6 pleac and it seems rather natural to expect $string.chars to return a list of unicode chars in list context, however I can't find anything to confirm that. (The other alternatives being split and unpack.) I like that. If one

Whither use English?

2005-04-11 Thread David Vergin
I'm working on docs/S28draft.pod in the pugs project. And consulting perl5's perlvar.pod, the issue of use English comes up. AFAICT from various sources, little has been said about this NOTE: http://groups-beta.google.com/group/perl.perl6.language/msg/fa241233bcfba024: we've already been

Re: Difining an array

2005-04-11 Thread LOGGOS TI
All Please, i´m sorry. It was a mistake to send for this list. Apologises. Roberto - Original Message - From: Andy Lester [EMAIL PROTECTED] To: LOGGOS TI [EMAIL PROTECTED] Cc: perl-qa@perl.org Sent: Monday, April 11, 2005 12:12 PM Subject: Re: Difining an array On Mon, Apr 11, 2005 at

Re: Whither use English?

2005-04-11 Thread Juerd
David Vergin skribis 2005-04-11 9:44 (-0700): What's the word. Will there be something like use English? Yes, and it's the default :) Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolution.nl/make_juerd_happy.html http://convolution.nl/gajigu_juerd_n.html

Re: Difining an array

2005-04-11 Thread Philip M. Gollucci
LOGGOS TI wrote: Greetings. I need some help trying to define an array as below (5.8.x version): for ($x = 1; $x = $Mes; $x++){ $Tempo_not_the_same_name_as_below = Mestotal$x; my $Tempo = []; foreach (@Anotoal) { push @$Tempo, $_ if .. } } Next time include the

Re: Whither use English?

2005-04-11 Thread Aaron Sherman
On Mon, 2005-04-11 at 14:31, Juerd wrote: David Vergin skribis 2005-04-11 9:44 (-0700): What's the word. Will there be something like use English? Yes, and it's the default :) Yes, but it will be spelled: use $*LANG ;-) Seriously, is there some reason that we would not provide a

Re: Whither use English?

2005-04-11 Thread Juerd
Aaron Sherman skribis 2005-04-11 14:49 (-0400): Yes, but it will be spelled: use $*LANG ;-) Seriously, is there some reason that we would not provide a Language::Russian and Language::Nihongo? Given Perl 6, it would even be quite valid for those modules to add aliases for all of the

Re: Whither use English?

2005-04-11 Thread Mark Reed
On 2005-04-11 15:00, Juerd [EMAIL PROTECTED] wrote: I'm not even sure I like the *possibility* of using non-ascii letters in identifiers, even. I agree that it would be a nightmare if project A used presu instead of print everywhere, while project B used toon, etc. But non-ASCII

[perl #34916] [TODO] parrot release 0.1.4

2005-04-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34916] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34916 Placeholder ticket for Parrot Release 0.1.4

Re: Question about list context for String.chars

2005-04-11 Thread Aaron Sherman
On Mon, 2005-04-11 at 14:12, Ingo Blechschmidt wrote: gcomnz wrote: I'm writing a bunch of examples for perl 6 pleac and it seems rather natural to expect $string.chars to return a list of unicode chars in list context, however I can't find anything to confirm that. (The other

Re: Question about list context for String.chars

2005-04-11 Thread gcomnz
I have to say I'm slightly confused too for some languages, especially for syllabic alphabets. At the same time, I'm pretty clear for CJK, Syllabaries, and alphabets, or at least I hope I'm clear (I guess I'm about to find out), .chars just returns the right unicode level for whatever the string

Re: Whither use English?

2005-04-11 Thread Aaron Sherman
On Mon, 2005-04-11 at 15:00, Juerd wrote: Aaron Sherman skribis 2005-04-11 14:49 (-0400): Yes, but it will be spelled: use $*LANG ;-) Seriously, is there some reason that we would not provide a Language::Russian and Language::Nihongo? Given Perl 6, it would even be quite valid for

Re: Question about list context for String.chars

2005-04-11 Thread Mark Reed
On 2005-04-11 15:40, gcomnz [EMAIL PROTECTED] wrote: .chars would return [EMAIL PROTECTED]@, which can probably be expressed with UTF8? The string is probably represented internally as UTF-8, but that should have no effect on what .chars returns, which should, indeed, be [EMAIL PROTECTED],

Re: Question about list context for String.chars

2005-04-11 Thread Aaron Sherman
On Mon, 2005-04-11 at 15:40, gcomnz wrote: I have to say I'm slightly confused too for some languages, especiallyfor syllabic alphabets. At the same time, I'm pretty clear for CJK,Syllabaries, and alphabets, or at least I hope I'm clear (I guess I'mabout to find out), .chars just returns the

Re: Question about list context for String.chars

2005-04-11 Thread gcomnz
abc.chars would return a b c, which I'm guessing would be bytesize usually. Fair enough. .chars would return [EMAIL PROTECTED]@, which can probably be expressed with UTF8? I think you're confusing UTF8 (which can represent ALL Unicode characters) and the UTF8 subset which

[pugs] Quoting constructs

2005-04-11 Thread Roie Marianer
Hi all. I'm new here, just downloaded pugs the other day. I noticed only q//, qq// and qw// were implemented of the quoting constructs, so I tried my hand at implementing most of the quoting constructs as specified in S6. It's not the best code in the world (and I think I broke qw// on the

Re: [perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread Klaas-Jan Stol
[EMAIL PROTECTED] (via RT) wrote: # New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #34912] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34912 --- osname= linux osvers= 2.4.0 arch=

Re: [pugs] Quoting constructs

2005-04-11 Thread Stevan Little
Roie, On Apr 11, 2005, at 2:17 PM, Roie Marianer wrote: Hi all. I'm new here, just downloaded pugs the other day. I noticed only q//, qq// and qw// were implemented of the quoting constructs, so I tried my hand at implementing most of the quoting constructs as specified in S6. Excellent. It's not

[perl #34917] test t/op/trans.t#13 failed on OpenBSD 3.5/i386

2005-04-11 Thread via RT
# New Ticket Created by Jens Rieks # Please include the string: [perl #34917] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34917 It looks like atan -0.0, -0.0 == 0.0 on OpenBSD 3.5/i386:

Re: Difining an array

2005-04-11 Thread Michael G Schwern
On Mon, Apr 11, 2005 at 10:12:56AM -0500, Andy Lester wrote: On Mon, Apr 11, 2005 at 11:43:34AM -0300, LOGGOS TI ([EMAIL PROTECTED]) wrote: my @{$Tempo}; This should never have worked. I'm surprised it ran in 5.6. It's not legal. Regardless, this mailing list isn't the place for these

imcc/ directory

2005-04-11 Thread Matt Diephouse
Now that IMCC is a core part of Parrot, I'd like to see the imcc/ directory go away. I'd be willing to spend some time trying to prepare some patches (it'd be a good way to become more familiar with the source), but I have a few questions first: (1) Is this desirable? (2) Does IMCC's version

[perl #34917] test t/op/trans.t#13 failed on OpenBSD 3.5/i386

2005-04-11 Thread Steve Peters via RT
[jrieks - Mon Apr 11 12:17:57 2005]: It looks like atan -0.0, -0.0 == 0.0 on OpenBSD 3.5/i386: t/op/trans.NOK 13# Failed test (t/op/trans.t at line 307) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ok 11 # ok

Re: imcc/ directory

2005-04-11 Thread MrJoltCola
At 06:57 PM 4/11/2005, Matt Diephouse wrote: Now that IMCC is a core part of Parrot, I'd like to see the imcc/ directory go away. I'd be willing to spend some time trying to prepare some patches (it'd be a good way to become more familiar with the source), but I have a few questions first: (1) Is

Here documents as positional parameters to a function call

2005-04-11 Thread gcomnz
Hey all, more pleac conversion questions: I can't prove with the docs that a heredoc will continue to work as positional params to a function call, particularly where it's not the first param: die Couldn't send mail unless send_mail qq:to/EOTEXT/, $target here doc here ... EOTEXT

Re: Here documents as positional parameters to a function call

2005-04-11 Thread Luke Palmer
gcomnz writes: Hey all, more pleac conversion questions: I can't prove with the docs that a heredoc will continue to work as positional params to a function call, particularly where it's not the first param: die Couldn't send mail unless send_mail qq:to/EOTEXT/, $target here doc

Phalanx kwiki

2005-04-11 Thread Walter Goulet
Looks like the phalanx kwiki as well as the phalanx subversion repository is down. Any ETA on when it will be back up? thanks, -walt smime.p7s Description: S/MIME Cryptographic Signature

[perl #34920] [PATCH] Dynamic Perl, 2 [t/]

2005-04-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34920] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34920 Attached find the second patch in the make perl dynamic series. This attacks most

Re: [PATCH] Dynamic Perl, 2 [t/]

2005-04-11 Thread William Coleda
Or, rather, find the attached patch here: https://rt.perl.org/rt3/Ticket/Attachment/110536/75860/dynamic_perl2.patch (whoops) William Coleda wrote: Attached find the second patch in the make perl dynamic series. This attacks most of the simplistic cases under t/*. Many instances of PerlUndef and

Re: Question about list context for String.chars

2005-04-11 Thread Rod Adams
gcomnz wrote: Hi all, I'm writing a bunch of examples for perl 6 pleac and it seems rather natural to expect $string.chars to return a list of unicode chars in list context, however I can't find anything to confirm that. (The other alternatives being split and unpack.) # unpack @array =

Re: Question about list context for String.chars

2005-04-11 Thread gcomnz
Rod wrote: However, I do like the idea of treating a string as an array of chars. I remember some discussion a while back about making [] on strings do something useful (but not the same thing as Csubstr), but I forget how it ended, and my brain is too fried to go hunt it down. But overall I

Re: Question about list context for String.chars

2005-04-11 Thread Matt Diephouse
On Apr 12, 2005 12:20 AM, gcomnz [EMAIL PROTECTED] wrote: Rod wrote: However, I do like the idea of treating a string as an array of chars. I remember some discussion a while back about making [] on strings do something useful (but not the same thing as Csubstr), but I forget how it

Re: Question about list context for String.chars

2005-04-11 Thread gcomnz
However, I do like the idea of treating a string as an array of chars. I remember some discussion a while back about making [] on strings do something useful (but not the same thing as Csubstr), but I forget how it ended, and my brain is too fried to go hunt it down. But overall I

Re: Question about list context for String.chars

2005-04-11 Thread Rod Adams
Matt Diephouse wrote: On Apr 12, 2005 12:20 AM, gcomnz [EMAIL PROTECTED] wrote: Rod wrote: However, I do like the idea of treating a string as an array of chars. I remember some discussion a while back about making [] on strings do something useful (but not the same thing as Csubstr), but I

Re: [perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread Leopold Toetsch
Jrieks @ Wmit00 . It . Math . Uni-Wuppertal . De [EMAIL PROTECTED] wrote: /usr/bin/perl classes/pmc2c2.pl --dump classes/null.pmc Badly balanced at classes/pmc2c2.pl line 355, $fh line 1. All seems to work fine - strange. BTW: a nice to have: include SVN revision of local copy in bug report.

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Leopold Toetsch
Robert Spier [EMAIL PROTECTED] wrote: Is there a way to specify the mime-type on a filetype basis? Would be good for new files. This is all client-side. $ tail -5 ~/.subversion/config [miscellany] enable-auto-props = yes [auto-props] *.t = svn:mime-type=text/plain -R thanks again for