Re: It's time to use "use v6.c"

2016-02-07 Thread Steve Mynott
The windows p6doc fix at http://perl6.org/downloads/ has been updated. On 6 February 2016 at 21:17, Steve Mynott wrote: > Are you using windows? > > From the recently updated http://perl6.org/downloads/ > > "p6doc was broken on Windows. Fix is to, with Git in the %PATH%,

Experimental multi-line REPL branch up for testing

2016-02-07 Thread Rob Hoelz
Hi Perl 6 users! I've developed an experimental branch that introduces multi-line input to the REPL. What this means is when you enter this: > for ^10 { instead of seeing a "Missing block" error, the prompt changes, so you can finish the block: > for ^10 { * .say * } You

Re: It's time to use "use v6.c"

2016-02-07 Thread yary
"panda --force install p6doc" fixed it for me!

[perl #127486] [LTA] proto foo (|) is export { * } ## Too much magic

2016-02-07 Thread via RT
# New Ticket Created by Salve J Nilsen # Please include the string: [perl #127486] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127486 > I'm looking at JSON::Tiny as an example on how to export multi subs, and it hit me

[perl #127487] Syntax check on circular dependency causes infinite loop

2016-02-07 Thread via RT
# New Ticket Created by Jake Russo # Please include the string: [perl #127487] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127487 > 1. have a `lib` directory with a circularly dependent files (such as these