Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread TSa
HaloO, pugs-comm...@feather.perl6.nl wrote: -our Bool method getc (IO $self: *...@list) +our Bool method getc (IO $self: Bool :async) Shouldn't there be a sigiled :$async? Regards, TSa. -- The unavoidable price of reliability is simplicity -- C.A.R. Hoare Simplicity does not precede

Re: [perl #46179] [TODO] Remove GC code depending upon -D40 before parrot 1.0

2009-02-02 Thread Andy Dougherty
On Mon, 2 Feb 2009, Andrew Whitworth via RT wrote: On Sat Oct 06 05:46:09 2007, pcoch wrote: In src/gc/register.c:clear_regs() there is the todo item: /* depending on -D40 we set int, num to garbage different garbage * TODO remove this code for parrot 1.0 We do want to

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Leon Timmermans
On Mon, Feb 2, 2009 at 1:05 PM, pugs-comm...@feather.perl6.nl wrote: =item getc -our Bool method getc (IO $self: *...@list) +our Bool method getc (IO $self: Bool :async) getc returning a Bool??? -the latter case C$! is set). +the latter case C$! is set). The C:async flag lets

Re: [perl #55308] [TODO] [MMD] add_sub sanely adds MultiSub PMCs to a namespace

2009-02-02 Thread Patrick R. Michaud
On Mon, Feb 02, 2009 at 09:27:10AM -0800, Andrew Whitworth via RT wrote: On Wed Jun 04 16:04:07 2008, pmichaud wrote: I'm just about to commit a change to namespace.pmc that allows the 'add_sub' method to store MultiSub PMCs as well as Sub PMCs. However, the change I'm committing is a

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Larry Wall
On Mon, Feb 02, 2009 at 11:00:28AM -0300, Daniel Ruoso wrote: : Em Seg, 2009-02-02 às 13:51 +0100, Leon Timmermans escreveu: : On Mon, Feb 2, 2009 at 1:05 PM, pugs-comm...@feather.perl6.nl wrote: : -the latter case C$! is set). : +the latter case C$! is set). The C:async flag lets the call :

r25171 - docs/Perl6/Spec

2009-02-02 Thread pugs-commits
Author: masak Date: 2009-02-02 13:04:56 +0100 (Mon, 02 Feb 2009) New Revision: 25171 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] fixed minor typo in class name Modified: docs/Perl6/Spec/S12-objects.pod === ---

perl6 -e 'say Hello World!'

2009-02-02 Thread Jeremiah C. Foster
OHAI! I have just built Parrot and perl6 and am just getting started. I'm gonna lurk a little. :) Jeremiah

r25175 - docs/Perl6/Spec

2009-02-02 Thread pugs-commits
Author: lwall Date: 2009-02-02 23:36:20 +0100 (Mon, 02 Feb 2009) New Revision: 25175 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] remove frivolous sub [op] form of reduce declaration [op] always refers to a binary infix even for list associative ops Modified:

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Daniel Ruoso
Em Seg, 2009-02-02 às 09:37 -0800, Larry Wall escreveu: It's also not clear how this should interact with buffering systems like stdio. But in any case, speaking directly to the IO stack is likelier to give consistent results than playing mix-n-match with various calls on the IO stack that

Parrot Bug Summary

2009-02-02 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Feb 2 14:00:01 2009 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with

r25172 - docs/Perl6/Spec

2009-02-02 Thread pugs-commits
Author: masak Date: 2009-02-02 13:05:20 +0100 (Mon, 02 Feb 2009) New Revision: 25172 Modified: docs/Perl6/Spec/S16-io.pod Log: [S16] added :async flag to getc Modified: docs/Perl6/Spec/S16-io.pod === ---

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Larry Wall
On Mon, Feb 02, 2009 at 07:47:33PM -0300, Daniel Ruoso wrote: : Em Seg, 2009-02-02 às 09:37 -0800, Larry Wall escreveu: : It's also not clear how this should interact with buffering systems : like stdio. But in any case, speaking directly to the IO stack is : likelier to give consistent

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Daniel Ruoso
Em Seg, 2009-02-02 às 13:51 +0100, Leon Timmermans escreveu: On Mon, Feb 2, 2009 at 1:05 PM, pugs-comm...@feather.perl6.nl wrote: -the latter case C$! is set). +the latter case C$! is set). The C:async flag lets the call +return an undefined value if no character is immediately available.

Re: [perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2009-02-02 Thread NotFound
Method added in r36305, created TT #264 about it. -- Salu2

Re: Rakudo repository -- svn or git?

2009-02-02 Thread Cory Spencer
Subversion's OK, but I would definitely prefer git. I've only used it for a few small projects, but already it's impressed the heck out of me for its behavior in both big things (branching) and small things (git diff automatically pages). Perhaps a response to this thread is a little late,

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Daniel Ruoso
Em Seg, 2009-02-02 às 15:12 -0800, Larry Wall escreveu: Roles are good, but what is this Char thing of which you speak? It seems good neither for Unicode characters nor for keystroke sequences. :) I meant exactly in the sense of providing one of those abstractions, let me rephrase it: role

Re: Rakudo repository -- svn or git?

2009-02-02 Thread Carl Mäsak
Cory (), Ovid (): Subversion's OK, but I would definitely prefer git. I've only used it for a few small projects, but already it's impressed the heck out of me for its behavior in both big things (branching) and small things (git diff automatically pages). Perhaps a response to this thread

Re: r25172 - docs/Perl6/Spec

2009-02-02 Thread Richard Hainsworth
Daniel Ruoso wrote: Em Seg, 2009-02-02 às 09:37 -0800, Larry Wall escreveu: It's also not clear how this should interact with buffering systems like stdio. But in any case, speaking directly to the IO stack is likelier to give consistent results than playing mix-n-match with various calls

Re: perl6 -e 'say Hello World!'

2009-02-02 Thread Carl Mäsak
Jeremiah (): OHAI! I have just built Parrot and perl6 and am just getting started. I'm gonna lurk a little. :) Welcome! Enjoy Perl 6, and let us know if you need clarification or think you've found a bug. There's plenty of people here (and on #perl6 at irc.freenode.net) who can help in