Search Discussions
-
I'm iworking on a patch for Perl 5 that implements the Perl 6 closure traits (ENTER/LEAVE/...) as special blocks. There are several details that aren't clear to me from either S04 or the spec tests; ...
Ben Morrow
Jul 25, 2009 at 8:39 pm
Aug 11, 2009 at 8:21 am -
My patchwork readings lead me to believe I could test Perl 6's tie-like feature with something like the below code, which I don't expect to even compile, what with '???' in places. My question is: am ...
Kyle Hasselbacher
Jul 8, 2009 at 3:58 am
Aug 8, 2009 at 11:07 pm -
Hi, I have seen that wayland76 was playing with an XML Grammar on #perl6, so I think that it was maybe the time to send what I already have done. Maybe it should be a perl6.user posting, but as there ...
Raphael Descamps
Jul 31, 2009 at 6:33 pm
Aug 7, 2009 at 11:13 pm -
Author: jimmy Date: 2009-07-31 12:47:56 +0200 (Fri, 31 Jul 2009) New Revision: 27825 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [spec]using the right single quote character Modified: ...
Pugs-commits
Jul 31, 2009 at 10:48 am
Jul 31, 2009 at 10:48 am -
Author: jimmy Date: 2009-07-31 12:37:08 +0200 (Fri, 31 Jul 2009) New Revision: 27823 Modified: docs/Perl6/Spec/S32-setting-library/Basics.pod docs/Perl6/Spec/S32-setting-library/Callable.pod ...
Pugs-commits
Jul 31, 2009 at 10:37 am
Jul 31, 2009 at 10:37 am -
Author: wayland Date: 2009-07-31 02:08:15 +0200 (Fri, 31 Jul 2009) New Revision: 27822 Modified: docs/Perl6/Spec/S17-concurrency.pod docs/Perl6/Spec/S22-package-format.pod ...
Pugs-commits
Jul 31, 2009 at 12:08 am
Jul 31, 2009 at 12:08 am -
In Rakudo right now, this lives: "{$foo;$^foo}(1)" However, the spec test expects it to die during compilation (see the end of S06-signature/positional-placeholders.t). It says, "A non-twigil ...
Kyle Hasselbacher
Jul 30, 2009 at 3:29 pm
Jul 30, 2009 at 4:02 pm -
Author: moritz Date: 2009-07-30 15:26:44 +0200 (Thu, 30 Jul 2009) New Revision: 27816 Modified: docs/Perl6/Spec/S09-data.pod Log: [S09] standard hash defaults to Object for values We don't want to ...
Pugs-commits
Jul 30, 2009 at 1:26 pm
Jul 30, 2009 at 1:26 pm -
Author: lwall Date: 2009-07-29 19:59:03 +0200 (Wed, 29 Jul 2009) New Revision: 27801 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] only add @_ and %_ to default sig if actually used in body ...
Pugs-commits
Jul 29, 2009 at 5:59 pm
Jul 29, 2009 at 5:59 pm -
Hi, I came to this 12:51 <@moritz_ rakudo: my $x = 3; say $x, ' ', ++$x; 12:51 < p6eval rakudo 7b81c0: OUTPUT«4 4» 12:51 <@moritz_ rakudo: my $x = 3; say $x, ' ', $x++; 12:51 < p6eval rakudo 7b81c0: ...
Moritz Lenz
Jul 22, 2009 at 11:03 am
Jul 29, 2009 at 4:21 pm -
Author: jnthn Date: 2009-07-29 15:09:30 +0200 (Wed, 29 Jul 2009) New Revision: 27794 Modified: docs/Perl6/Spec/S12-objects.pod Log: [spec] Remove the word 'class' from a sentence where it adds ...
Pugs-commits
Jul 29, 2009 at 1:09 pm
Jul 29, 2009 at 1:09 pm -
I'm in the mood to question my sanity, so I'm seeking feedback for some test mangling: In t/spec/S03-operators/assign.t there are some tests that cause me a headache. I'm trying to re-write them to ...
Moritz Lenz
Jul 28, 2009 at 7:24 pm
Jul 28, 2009 at 11:09 pm -
Author: pmichaud Date: 2009-07-28 21:45:55 +0200 (Tue, 28 Jul 2009) New Revision: 27784 Modified: docs/Perl6/Spec/S04-control.pod Log: Fix incorrect specification of implicit $_ in blocks. Modified: ...
Pugs-commits
Jul 28, 2009 at 7:46 pm
Jul 28, 2009 at 7:46 pm -
Author: moritz Date: 2009-07-27 21:18:31 +0200 (Mon, 27 Jul 2009) New Revision: 27758 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] typo found by jnthn++ Modified: ...
Pugs-commits
Jul 27, 2009 at 7:18 pm
Jul 27, 2009 at 7:18 pm -
Author: moritz Date: 2009-07-27 20:54:44 +0200 (Mon, 27 Jul 2009) New Revision: 27755 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S29-functions.pod Log: get rid of want(), it's not ...
Pugs-commits
Jul 27, 2009 at 6:54 pm
Jul 27, 2009 at 6:54 pm -
Author: szabgab Date: 2009-07-27 17:15:01 +0200 (Mon, 27 Jul 2009) New Revision: 27753 Modified: docs/Perl6/Spec/S05-regex.pod Log: add also X<< tags to Predefined Subrules Modified: ...
Pugs-commits
Jul 27, 2009 at 3:15 pm
Jul 27, 2009 at 3:15 pm -
Author: szabgab Date: 2009-07-27 16:51:57 +0200 (Mon, 27 Jul 2009) New Revision: 27751 Modified: docs/Perl6/Spec/S05-regex.pod Log: add X< tags to Predefined Subrules Modified: ...
Pugs-commits
Jul 27, 2009 at 2:52 pm
Jul 27, 2009 at 2:52 pm -
Author: lwall Date: 2009-07-25 20:09:00 +0200 (Sat, 25 Jul 2009) New Revision: 27726 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] permanently reserve ; within regex as indicating missing ...
Pugs-commits
Jul 25, 2009 at 6:09 pm
Jul 25, 2009 at 6:09 pm -
One of Masak's irritations with perl6 (http://use.perl.org/~masak/journal/39334) concerns interspacing POD and code. I ran into an analogous problem with a project I am trying to do with perl6. Since ...
Richard Hainsworth
Jul 25, 2009 at 8:53 am
Jul 25, 2009 at 12:23 pm -
Author: masak Date: 2009-07-24 16:28:42 +0200 (Fri, 24 Jul 2009) New Revision: 27701 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] fixed some spelling and consistency stuff Modified: ...
Pugs-commits
Jul 24, 2009 at 2:28 pm
Jul 24, 2009 at 2:28 pm -
Author: hinrik Date: 2009-07-24 16:24:11 +0200 (Fri, 24 Jul 2009) New Revision: 27700 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] Fix =item line for C<comb ...
Pugs-commits
Jul 24, 2009 at 2:24 pm
Jul 24, 2009 at 2:24 pm -
Author: wollmers Date: 2009-07-24 12:41:42 +0200 (Fri, 24 Jul 2009) New Revision: 27697 Modified: docs/Perl6/Spec/S28-special-names.pod Log: added unicode variables Modified: ...
Pugs-commits
Jul 24, 2009 at 10:41 am
Jul 24, 2009 at 10:41 am -
Author: wayland Date: 2009-07-24 07:00:41 +0200 (Fri, 24 Jul 2009) New Revision: 27695 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod Log: [S32/Abstraction] Added "action" optional ...
Pugs-commits
Jul 24, 2009 at 5:00 am
Jul 24, 2009 at 5:00 am -
Author: wayland Date: 2009-07-24 04:15:04 +0200 (Fri, 24 Jul 2009) New Revision: 27692 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod Log: [S32/Abstraction]: Documented .parse and ...
Pugs-commits
Jul 24, 2009 at 2:15 am
Jul 24, 2009 at 2:15 am -
On behalf of the Rakudo development team, I'm pleased to announce the July 2009 development release of Rakudo Perl #19 "Chicago". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine ...
Moritz Lenz
Jul 23, 2009 at 12:09 pm
Jul 24, 2009 at 12:23 am -
Author: masak Date: 2009-07-23 11:11:33 +0200 (Thu, 23 Jul 2009) New Revision: 27680 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] added missing comma We generally cannot have two terms in a ...
Pugs-commits
Jul 23, 2009 at 9:11 am
Jul 23, 2009 at 9:11 am -
"Look at the skies," whispered the Dog kindly. "Look at the trees where God made beauty. But it is only a sorrow to look on me where God planted ugliness." sighed the Dog, "such a fine small beak you ...
Christoph Otto
Jul 21, 2009 at 9:48 am
Jul 21, 2009 at 9:48 am -
Author: lwall Date: 2009-07-21 03:03:38 +0200 (Tue, 21 Jul 2009) New Revision: 27635 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] rename 'nonchaining infix' to 'structural infix' Modified: ...
Pugs-commits
Jul 21, 2009 at 1:03 am
Jul 21, 2009 at 3:09 am -
Author: lwall Date: 2009-07-18 18:44:26 +0200 (Sat, 18 Jul 2009) New Revision: 27605 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [Numeric] kill :Trig tag, always include trig ...
Pugs-commits
Jul 18, 2009 at 4:44 pm
Jul 19, 2009 at 6:03 pm -
Hi, Somehow the current file test syntax, 'filename' ~~ :e, looks like a not well-though-out translation of Perl 5's syntax, -e 'filename'. Apart from totally feeling wrong to me, there are a few ...
Moritz Lenz
Jul 9, 2009 at 10:22 pm
Jul 16, 2009 at 3:43 pm -
Giving a talk about roles at YAPC::EU in Lisbon and I'm a bit stuck on how to translate a Perl 5 example into Perl 6. Basically, Imagine a "PracticalJoke" class which has fuse() and explode ...
Ovid
Jul 7, 2009 at 9:48 am
Jul 15, 2009 at 6:22 pm -
Author: moritz Date: 2009-07-14 23:46:21 +0200 (Tue, 14 Jul 2009) New Revision: 27561 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] document eval(Buf) Modified: ...
Pugs-commits
Jul 14, 2009 at 9:46 pm
Jul 14, 2009 at 9:46 pm -
Author: szabgab Date: 2009-07-14 10:31:16 +0200 (Tue, 14 Jul 2009) New Revision: 27548 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: TODO: open :r, :w, :a Modified: ...
Pugs-commits
Jul 14, 2009 at 8:31 am
Jul 14, 2009 at 8:31 am -
Moving the adverb from the role to the trait modifier would still violate the notion that C ~~ R1; so it doesn't actually gain us anything. Instead, consider the following possibility: "R1 ...
Jon Lang
Jul 8, 2009 at 6:17 pm
Jul 13, 2009 at 9:14 am -
payload++ brought this up on #perl6: in current Rakudo, $string ~~ /re/ sets $/ in the scope in which the expression appears, ie 'a' ~~ /./; say $/; # ouput: a But $str.match(..) and $str.subst ...
Moritz Lenz
Jul 12, 2009 at 8:51 pm
Jul 12, 2009 at 9:27 pm -
Author: lwall Date: 2009-07-11 18:17:08 +0200 (Sat, 11 Jul 2009) New Revision: 27507 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] kill Statbuf type, unify with IO role/class somehow ...
Pugs-commits
Jul 11, 2009 at 4:17 pm
Jul 11, 2009 at 4:17 pm -
Author: moritz Date: 2009-07-08 23:41:43 +0200 (Wed, 08 Jul 2009) New Revision: 27485 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32/Num] log's base is positional Modified: ...
Pugs-commits
Jul 8, 2009 at 9:41 pm
Jul 11, 2009 at 2:33 am -
Author: lwall Date: 2009-07-11 01:11:48 +0200 (Sat, 11 Jul 2009) New Revision: 27503 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] Reduce power of Pair.ACCEPTS to work only on booleans, ...
Pugs-commits
Jul 10, 2009 at 11:11 pm
Jul 10, 2009 at 11:11 pm -
My question is: could I write below code in perl6: my @a = <1 2 3 4 ; my @b[2]; for @a - @b {;} # 2 loops like for @a - $b[0],$b[1]{;} my @a = <1 2 3 4 ; my @b; for @a - @b {;} # 1 loop my @a = <1 2 ...
Xiao Yafeng
Jul 9, 2009 at 3:45 am
Jul 10, 2009 at 5:18 pm -
Author: lwall Date: 2009-07-09 02:36:00 +0200 (Thu, 09 Jul 2009) New Revision: 27487 Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod Log: [S14] a slightly closer approximation to ...
Pugs-commits
Jul 9, 2009 at 12:36 am
Jul 9, 2009 at 12:36 am -
Hi all, It's been interesting to participate in the roles discussion so far, and I'm happy to see there's a lot of interest in getting the right options and the right defaults. I'm leaving tomorrow ...
Jonathan Worthington
Jul 8, 2009 at 10:22 pm
Jul 8, 2009 at 10:22 pm -
Author: skids Date: 2009-07-07 15:51:58 +0200 (Tue, 07 Jul 2009) New Revision: 27468 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32/Numeric] correct parameter name in atan2 ...
Pugs-commits
Jul 7, 2009 at 1:52 pm
Jul 7, 2009 at 1:52 pm -
Hi, while writing some tests for the smartmatch operator, I noticed this item: Any * block signature match block successfully binds to |$_ which block is this talking about? the current &?BLOCK? ...
Moritz Lenz
Jul 6, 2009 at 10:43 pm
Jul 6, 2009 at 10:43 pm -
Author: masak Date: 2009-07-07 00:10:57 +0200 (Tue, 07 Jul 2009) New Revision: 27456 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [S32/Str] added $format defaults to .fmt methods ...
Pugs-commits
Jul 6, 2009 at 10:11 pm
Jul 6, 2009 at 10:11 pm -
Author: moritz Date: 2009-07-06 23:58:58 +0200 (Mon, 06 Jul 2009) New Revision: 27455 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] uhm, I should read more carefully what I "correct" ...
Pugs-commits
Jul 6, 2009 at 9:59 pm
Jul 6, 2009 at 9:59 pm -
Author: moritz Date: 2009-07-06 23:44:32 +0200 (Mon, 06 Jul 2009) New Revision: 27452 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] use real Perl 6 syntax where possible Modified: ...
Pugs-commits
Jul 6, 2009 at 9:44 pm
Jul 6, 2009 at 9:44 pm -
This won't work that way (it didn't work before, either). The reason is that \c187 is a Str level interpolation, which means that \c187 creates an encoding-agnostic '»'. IMHO the test should look ...
Moritz Lenz
Jul 5, 2009 at 6:08 pm
Jul 5, 2009 at 6:08 pm -
Author: Darren_Duncan Date: 2009-07-05 07:54:03 +0200 (Sun, 05 Jul 2009) New Revision: 27416 Modified: docs/Perl6/Spec/S01-overview.pod docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S04-control.pod ...
Pugs-commits
Jul 5, 2009 at 5:54 am
Jul 5, 2009 at 5:54 am -
Author: Darren_Duncan Date: 2009-07-05 07:25:11 +0200 (Sun, 05 Jul 2009) New Revision: 27415 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod ...
Pugs-commits
Jul 5, 2009 at 5:25 am
Jul 5, 2009 at 5:25 am -
Author: Darren_Duncan Date: 2009-07-05 06:23:44 +0200 (Sun, 05 Jul 2009) New Revision: 27414 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod ...
Pugs-commits
Jul 5, 2009 at 4:23 am
Jul 5, 2009 at 4:23 am
Group Overview
group | perl6-language |
categories | perl |
discussions | 57 |
posts | 157 |
users | 37 |
website | perl6.org |
37 users for July 2009
Archives
- May 2016 (16)
- April 2016 (4)
- March 2016 (6)
- February 2016 (20)
- January 2016 (28)
- December 2015 (20)
- November 2015 (12)
- October 2015 (51)
- September 2015 (35)
- April 2015 (15)
- March 2015 (28)
- February 2015 (35)
- January 2015 (49)
- December 2014 (24)
- November 2014 (18)
- October 2014 (43)
- September 2014 (82)
- August 2014 (58)
- July 2014 (16)
- June 2014 (28)
- May 2014 (63)
- April 2014 (53)
- March 2014 (53)
- February 2014 (21)
- January 2014 (19)
- December 2013 (48)
- November 2013 (110)
- October 2013 (35)
- September 2013 (31)
- August 2013 (40)
- July 2013 (48)
- June 2013 (53)
- May 2013 (39)
- April 2013 (20)
- March 2013 (31)
- February 2013 (22)
- January 2013 (15)
- December 2012 (6)
- November 2012 (10)
- October 2012 (12)
- September 2012 (25)
- August 2012 (16)
- July 2012 (45)
- June 2012 (38)
- May 2012 (35)
- April 2012 (61)
- March 2012 (68)
- February 2012 (39)
- January 2012 (25)
- December 2011 (15)
- November 2011 (12)
- October 2011 (13)
- September 2011 (24)
- August 2011 (62)
- July 2011 (31)
- June 2011 (29)
- May 2011 (17)
- April 2011 (5)
- March 2011 (25)
- February 2011 (22)
- January 2011 (20)
- December 2010 (25)
- November 2010 (124)
- October 2010 (101)
- September 2010 (63)
- August 2010 (104)
- July 2010 (219)
- June 2010 (91)
- May 2010 (110)
- April 2010 (171)
- March 2010 (152)
- February 2010 (154)
- January 2010 (65)
- December 2009 (87)
- November 2009 (89)
- October 2009 (169)
- September 2009 (173)
- August 2009 (324)
- July 2009 (157)
- June 2009 (158)
- May 2009 (415)
- April 2009 (128)
- March 2009 (331)
- February 2009 (457)
- January 2009 (306)
- December 2008 (270)
- November 2008 (130)
- October 2008 (110)
- September 2008 (188)
- August 2008 (175)
- July 2008 (70)
- June 2008 (125)
- May 2008 (204)
- April 2008 (425)
- March 2008 (141)
- February 2008 (86)
- January 2008 (140)
- December 2007 (153)
- November 2007 (53)
- October 2007 (19)
- September 2007 (69)
- August 2007 (22)
- July 2007 (22)
- June 2007 (239)
- May 2007 (164)
- April 2007 (106)
- March 2007 (171)
- February 2007 (166)
- January 2007 (175)
- December 2006 (69)
- November 2006 (122)
- October 2006 (301)
- September 2006 (306)
- August 2006 (329)
- July 2006 (183)
- June 2006 (113)
- May 2006 (239)
- April 2006 (314)
- March 2006 (90)
- February 2006 (183)
- January 2006 (193)
- December 2005 (196)
- November 2005 (307)
- October 2005 (613)
- September 2005 (338)
- August 2005 (412)
- July 2005 (505)
- June 2005 (410)
- May 2005 (913)
- April 2005 (635)
- March 2005 (640)
- February 2005 (440)
- January 2005 (72)
- December 2004 (249)
- November 2004 (151)
- October 2004 (34)
- September 2004 (290)
- August 2004 (207)
- July 2004 (335)
- June 2004 (188)
- May 2004 (172)
- April 2004 (403)
- March 2004 (217)
- February 2004 (221)
- January 2004 (180)
- December 2003 (166)
- November 2003 (193)
- October 2003 (46)
- September 2003 (104)
- August 2003 (100)
- July 2003 (78)
- June 2003 (106)
- May 2003 (306)
- April 2003 (804)
- March 2003 (523)
- February 2003 (137)
- January 2003 (635)
- December 2002 (425)
- November 2002 (570)
- October 2002 (837)
- September 2002 (447)
- August 2002 (385)
- July 2002 (238)
- June 2002 (187)
- May 2002 (215)
- April 2002 (493)
- March 2002 (72)
- February 2002 (80)
- January 2002 (290)
- December 2001 (34)
- November 2001 (33)
- October 2001 (417)
- September 2001 (210)
- August 2001 (185)
- July 2001 (277)
- June 2001 (290)
- May 2001 (638)
- April 2001 (503)
- March 2001 (186)
- February 2001 (595)
- January 2001 (151)
- December 2000 (28)
- November 2000 (6)
- October 2000 (307)
- September 2000 (1,508)
- August 2000 (3,476)