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 de
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 on
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
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
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,
Method added in r36305, created TT #264 about it.
--
Salu2
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 resu
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
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: docs/Perl6/Spec/S03-op
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, wrote:
: > > -the latter case C<$!> is set).
: > > +the latter case C<$!> is set). The C<:async> flag lets the call
: > > +return an und
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
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 wan
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 prece
OHAI!
I have just built Parrot and perl6 and am just getting started. I'm
gonna lurk a little. :)
Jeremiah
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 mo
Em Seg, 2009-02-02 às 13:51 +0100, Leon Timmermans escreveu:
> On Mon, Feb 2, 2009 at 1:05 PM, 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.
> IMHO it would b
On Mon, Feb 2, 2009 at 1:05 PM, 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 the call
> +return
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
===
--- docs/Perl6/Spec/S16-io.pod
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
===
--- docs/Perl6/
19 matches
Mail list logo