[perl #124259] NYI -i command line flag

2015-04-07 Thread via RT
# New Ticket Created by awwa...@thelackthereof.org # Please include the string: [perl #124259] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124259 > perl5 has this fancy "-i" flag that does in-place editing, like: perl -p

[perl6/specs] eaf8a9: insert a `&` for clarity

2015-04-07 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: eaf8a9ee2a736bbb296f6663124f8fab91d7a992 https://github.com/perl6/specs/commit/eaf8a9ee2a736bbb296f6663124f8fab91d7a992 Author: Carl Masak Date: 2015-04-07 (Tue, 07 Apr 2015) Changed paths: M S16-io.p

[perl6/specs] dc98fa: s:g/IOU/IO::Huh/

2015-04-07 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: dc98fad3ff5a02732fa40484cb46924f155bfa03 https://github.com/perl6/specs/commit/dc98fad3ff5a02732fa40484cb46924f155bfa03 Author: Carl Masak Date: 2015-04-07 (Tue, 07 Apr 2015) Changed paths: M S16-io.p

[perl6/specs] d92994: be clearer that Terms and Terminators are not ops

2015-04-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d9299443dd3da20c21983686c753debe5b3902e5 https://github.com/perl6/specs/commit/d9299443dd3da20c21983686c753debe5b3902e5 Author: TimToady Date: 2015-04-07 (Tue, 07 Apr 2015) Changed paths: M S03-opera

[perl #124251] [BUG] failure to identify a dynamically defined enum element

2015-04-07 Thread via RT
# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #124251] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124251 > Hello, $ perl6 -e 'my enum Square ; say b2' b2 $ perl6 -e 'my enum Square ("a".."h"

[perl #124255] SEGV with rakudo.moar when executing 'next; CONTROL { }'

2015-04-07 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #124255] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124255 > While trying to silence warnings from tests which use eval_lives_ok, I stumbled

[perl #123597] s{} mismatch on numeric

2015-04-07 Thread Christian Bartolomaeus via RT
s{} can now be used with numeric input: $ perl6 -e '$_ = 0; s{^(\d+)$} = sprintf "%3d -", $_; say $_' 0 - I added a test to S05-substitution/subst.t with commit https://github.com/perl6/roast/commit/15e0300059. I'm closing this ticket as 'resolved'.

Re: panda: Should it have an 'uninstall' option?

2015-04-07 Thread Tadeusz Sośnierz
Oh joy, of course I sent it to Tom only instead of everyone. Classic me. Forwarded Message Subject: Re: panda: Should it have an 'uninstall' option? Date: Tue, 07 Apr 2015 13:34:15 +0200 From: Tadeusz Sośnierz To: Tom Browder On 07.04.2015 12:54, Tom Browder wrote: Wouldn't

Fwd: Re: panda: Should it have an 'uninstall' option?

2015-04-07 Thread Tom Browder
-- Forwarded message -- From: "Tom Browder" Date: Apr 7, 2015 6:46 AM Subject: Re: panda: Should it have an 'uninstall' option? To: "Tadeusz Sośnierz" Cc: On Apr 7, 2015 6:34 AM, "Tadeusz Sośnierz" wrote: > On 07.04.2015 12:54, Tom Browder wrote: >> Wouldn't an uninstall option

panda: Should it have an 'uninstall' option?

2015-04-07 Thread Tom Browder
Wouldn't an uninstall option be a good thing for panda? I don't know how insulated a Perl 6 package is from the rest of the installed packages, but I remember on more than one occasion wishing CPAN and Perl 5 packages had an uninstall option when an installation somehow got corrupted. Best regard