Re: Scheduler problem with scheduled events

2015-05-02 Thread Elizabeth Mattijsen
On 01 May 2015, at 13:57, mt1957 mt1...@gmail.com wrote: Reading though synopsis S17 concurrency I tried the following $*SCHEDULER.cue: in=10, { say 10s later } which will deliver the string after 10 seconds. However the moar will work like hell at a 100% cpu time before and afterwards!

Scheduler problem with scheduled events

2015-05-02 Thread mt1957
L.s. Reading though synopsis S17 concurrency I tried the following $*SCHEDULER.cue: in=10, { say 10s later } which will deliver the string after 10 seconds. However the moar will work like hell at a 100% cpu time before and afterwards! Removing the option 'in' didn't show this problem.

[perl #120506] expected 'Array[Bool]' but got 'Array[Bool]'

2015-05-02 Thread Xinyuan Wang via RT
In 2015 nypm hackathon, we found, thank you: # Failed test 'Can feed Arrays of Type to .new of Array[Array[Type]] (assignment)' # at t/spec/S09-typed-arrays/arrays.rakudo.moar line 200 # expected: $((Bool::True, Bool::False, Bool::True), (Bool::True,)) # got: $(Array[Bool].new(Bool::True,

[perl #124442] no warning when a subroutine named byte is created

2015-05-02 Thread via RT
# New Ticket Created by Ricardo SIGNES # Please include the string: [perl #124442] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=124442 This confused the heck out of me: ~/code/hub/rakudo$ ./perl6 -e 'sub byte ($i)

[perl #124444] t/spec/S03-smartmatch/array-hash.t failes with Type check failed

2015-05-02 Thread via RT
# New Ticket Created by lemb...@wrkhors.com # Please include the string: [perl #12] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=12 $ git describe Vladivostok-139-g95411f5 Test fails from the command line:

[perl6/specs] 13f128: Track an old change to this var name.

2015-05-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 13f12840868064e876933f7d487296f37d00f448 https://github.com/perl6/specs/commit/13f12840868064e876933f7d487296f37d00f448 Author: Will Coke Coleda w...@coleda.com Date: 2015-05-02 (Sat, 02 May 2015)

[perl #124445] perl6 --doc is unhappy with Test.pm

2015-05-02 Thread via RT
# New Ticket Created by Justin DeVuyst # Please include the string: [perl #124445] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=124445 justin@dizzy rakudo $ perl6 --doc lib/Test.pm NAME Test - Rakudo Testing Library