[perl #65654] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-literals/quoting.t commit 1f9c51eaf789f73e030942af2e90c0252f7dabcc Author: kyle Date: Tue Oct 27 02:35:08 2009 + [t/spec] Test for RT 65654 git-svn-id: http://svn.pugscode.org/p..

[perl #65988] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-names_and_variables/perl.t commit 088e4c282ef38d09cabcd81c89ed6cde2d819c6c Author: kyle Date: Tue Oct 27 02:35:15 2009 + [t/spec] Test for RT 65988, recursion in .perl on List with Capture

[perl #65900] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-traits/is-readonly.t commit 60eb8fe4fe2597318596142bd3268ad9d4b49033 Author: kyle Date: Tue Oct 27 02:34:58 2009 + [t/spec] Test for RT #65900 git-svn-id: http://svn.pugscode.org/

r28912 - docs/Perl6/Spec

2009-10-26 Thread pugs-commits
Author: s1n Date: 2009-10-27 03:18:35 +0100 (Tue, 27 Oct 2009) New Revision: 28912 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [s19] minor option case typo correction. Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r28911 - docs/Perl6/Spec/S32-setting-library

2009-10-26 Thread pugs-commits
Author: Util Date: 2009-10-26 23:37:27 +0100 (Mon, 26 Oct 2009) New Revision: 28911 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod docs/Perl6/Spec/S32-setting-library/Basics.pod docs/Perl6/Spec/S32-setting-library/Callable.pod docs/Perl6/Spec/S32-setting-library/Containe

[perl #65668] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S32-list/reduce.t commit 67a3abcece85ef9a25dbc24de34ad9194720e90d Author: kyle Date: Mon Oct 26 21:48:22 2009 + [t/spec] Test for RT 65668, List.reduce: &infix:<+> git-svn-id: http://

[perl #65700] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-subset/subtypes.t commit 2859f31b0fc228bae3cdbfeac1a9688189582b7d Author: kyle Date: Mon Oct 26 21:48:36 2009 + [t/spec] Test for RT 65700, subtyped attributes in instantiation gi

[perl #65672] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-multi/syntax.t commit 28f3f16da7fa11f0f22f39f3a5e0f6b4dfe9ee8a Author: kyle Date: Mon Oct 26 21:48:28 2009 + [t/spec] Tests for RT #65672, multi does Callable git-svn-id: http://s

r28907 - docs/Perl6/Spec/S32-setting-library

2009-10-26 Thread pugs-commits
Author: Util Date: 2009-10-26 20:52:32 +0100 (Mon, 26 Oct 2009) New Revision: 28907 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32] Formatting - separated roots() from rand() Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

Re: role invocant slot in type sig (was: unusual invocants)

2009-10-26 Thread TSa (Thomas Sandlaß)
HaloO, On Thursday, 22. October 2009 20:58:15 I wrote: > The class Dogwood however might be written as > >class Dogwood does Dog[Dogwood:] does Wood[Dogwood:] >{ >method Dog {...} >method Wood {...} >method bark {...} >} On #perl there was the question if any t

Re: unusual invocants

2009-10-26 Thread TSa (Thomas Sandlaß)
HaloO, On Sunday, 25. October 2009 01:38:21 Martin D Kealey wrote: > Sounds like going back to static typing -- which does sometimes have some > advantages. Well, you can also consider it dynamic. The important point is that it is a constraint on allowed types e.g. in the sig of a sub or on a var

[perl #70025] undefined

2009-10-26 Thread via RT
# New Ticket Created by Pierre # Please include the string: [perl #70025] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70025 > # make gcc -L/usr/local/lib -o miniperl \ madly.o malloc.o gv.o toke.o perly.o pad.o regcomp.o

[perl #69172] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/arith.t commit 601a4ecfaccc39523561f1836bc22d3e5939e9b5 Author: kyle Date: Mon Oct 26 18:00:42 2009 + [t/spec] Test for RT 69172 git-svn-id: http://svn.pugscode.org/p...

[perl #70007] tests available

2009-10-26 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S05-match/capturing-contexts.t commit a79f9bc01be3c4fec98a41dd8e8c497783bc2ee2 Author: kyle Date: Mon Oct 26 16:58:07 2009 + [t/spec] Tests for RT #70007 git-svn-id: http://svn.pugsco

r28899 - docs/Perl6/Spec

2009-10-26 Thread pugs-commits
Author: lwall Date: 2009-10-26 17:19:30 +0100 (Mon, 26 Oct 2009) New Revision: 28899 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] spec that /$var/ warns and fails if $var is undefined Modified: docs/Perl6/Spec/S05-regex.pod ===

[perl #70017] [PATCH] Allow IO::Socket.recv() to take a parameter specifying the number of bytes to receive

2009-10-26 Thread via RT
# New Ticket Created by Carlin Bingham # Please include the string: [perl #70017] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70017 > The current incarnation of recv() continually calls Parrot's recv() function until it

[perl #70013] given / if match will not set $/ if $_ matched on implicitly

2009-10-26 Thread via RT
# New Ticket Created by Jason Cole # Please include the string: [perl #70013] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70013 > given 'ick' { if $_ ~~ m/(i)/ { say "ifshould say [i]" ~ (($/ eq 'i') ?? '

[perl #70011] [PATCH] make $! always be a Perl object instead of sometimes being a Parrot Exception PMC.

2009-10-26 Thread via RT
# New Ticket Created by Mark Montague # Please include the string: [perl #70011] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70011 > Patch to make $! always be a Perl object instead of sometimes being a Parrot Exception

Parrot Bug Summary

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