[perl #69378] tests available

2009-10-05 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S13-type-casting/methods.t commit ed12a3d34d0f2b594d023d49b967273ea6d3e0e0 Author: kyle Date: Tue Oct 6 03:31:07 2009 + [t/spec] Test for RT #69378 git-svn-id: http://svn.pugscode.org

[perl #69460] tests available

2009-10-05 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-names/our.t commit 619cfa67371adeb61a8acba6cd17093b13acddf1 Author: kyle Date: Tue Oct 6 03:30:55 2009 + [t/spec] Test for RT #69460 git-svn-id: http://svn.pugscode.org/p...@28635

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

2009-10-05 Thread pugs-commits
Author: lwall Date: 2009-10-06 02:47:27 +0200 (Tue, 06 Oct 2009) New Revision: 28632 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [IO] clarify semantics and usage of note() Modified: docs/Perl6/Spec/S32-setting-library/IO.pod ==

Overloading Roles

2009-10-05 Thread Jon Lang
Consider a Range role that is parameterized (i.e., "Range of T" is a perfectly valid thing to do). According to the spec, the definition of Range depends on the nature of T: * If the lower bound is Numeric, certain coercion rules are attempted on the upper bound; otherwise, the two boundaries mus

r28625 - docs/Perl6/Spec

2009-10-05 Thread pugs-commits
Author: lwall Date: 2009-10-05 21:18:23 +0200 (Mon, 05 Oct 2009) New Revision: 28625 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] more tidying of ranges Modified: docs/Perl6/Spec/S03-operators.pod === --- docs/Perl6/Spe

r28622 - in docs/Perl6/Spec: . S32-setting-library

2009-10-05 Thread pugs-commits
Author: lwall Date: 2009-10-05 17:32:04 +0200 (Mon, 05 Oct 2009) New Revision: 28622 Modified: docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S03] dehuffmanize excl_* slightly to emphasize boolean nature to reader [S32] add i as constant Modified: d

[perl #67446] [BUG] Null PMC access in .perl when traversing Array with deleted element in Rakudo

2009-10-05 Thread Carl Mäsak via RT
On Sat Jul 11 03:58:53 2009, masak wrote: > rakudo: my @a = 0..1; @a.delete(0); say @a.perl > rakudo 02d0ed: OUTPUT«Null PMC access in isa()␤in method > Any::map [...]␤called from method List::perl [...] > * masak submits rakudobug > rakudo: my @a = 0..1; @a[0] = undef; say @a.perl > rakudo 02d

Parrot Bug Summary

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

r28619 - docs/Perl6/Spec

2009-10-05 Thread pugs-commits
Author: Darren_Duncan Date: 2009-10-05 10:00:51 +0200 (Mon, 05 Oct 2009) New Revision: 28619 Modified: docs/Perl6/Spec/S03-operators.pod Log: Spec S03 : added cases where a Range is considered empty Modified: docs/Perl6/Spec/S03-operators.pod ===