Re: generating grammars, capturing in regex interpolation, etc.

2015-04-14 Thread Patrick R. Michaud
On Tue, Apr 14, 2015 at 08:58:27PM -0400, Nathan Gray wrote: > I've run into a snag, in that my strptime processing in Perl 5 > relies on building a string that looks like a regex with named > captures, and then interpolating that into a real regex. >[...] > my $pattern = Q/$=[hello]/; > my

generating grammars, capturing in regex interpolation, etc.

2015-04-14 Thread Nathan Gray
I've been playing in Perl 6 (after several years of absence). I am very impressed. I'm porting my recent Date::Reformat into Perl 6, for fun, to get me back into the Perl 6 headspace, and possibly to help others, either with something useful, or something they can look to for examples. I've run

[perl #124304] [BUG] sigilles vars and EVALs do not mix well

2015-04-14 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #124304] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124304 > $ perl6-m -e 'my \a = any 1; EVAL "say a"' ===SORRY!=== Object of type Junction in QAST::

Perl 6 Meetups in the Southeast US?

2015-04-14 Thread Tom Browder
Unfortunately, I cannot attend the upcoming YAPC::NA in June. Does anyone know of any upcoming public tech meetings or conferences to be held in the southeast or mid-Atlantic US where there might be a Perl 6 dev presence? Thanks. -Tom

[perl6/specs] 438163: bundle, Task::Star, irc related infos

2015-04-14 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: 438163bfab119c1456e124bf66696ab54fd541e3 https://github.com/perl6/specs/commit/438163bfab119c1456e124bf66696ab54fd541e3 Author: Stéphane Payrard Date: 2015-04-05 (Sun, 05 Apr 2015) Changed paths: M S9

[perl6/specs] f7ab57: Introducing nl-reading/nl-saying, comments welcome

2015-04-14 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: f7ab575df456bf20b55f60ffb706693ed39b2e3c https://github.com/perl6/specs/commit/f7ab575df456bf20b55f60ffb706693ed39b2e3c Author: Elizabeth Mattijsen Date: 2015-04-14 (Tue, 14 Apr 2015) Changed paths: M

[perl #124294] [BUG] uint32 behaving like int64

2015-04-14 Thread via RT
# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #124294] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124294 > Hello $ perl6 -e 'say my uint32 $ = 2**32;' 4294967296 $ perl6 -e 'say my uint32 $

[perl #124298] panda fails due to precompilation error

2015-04-14 Thread via RT
# New Ticket Created by H. Merijn Brand # Please include the string: [perl #124298] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124298 > $ git clone github.com:Tux/CSV Text-CSV-perl6 Cloning into 'Text-CSV-perl6'... X11 fo