[perl #129247] [CONC][BUG] Wait on a Supply after begin tap is hanging

2017-07-13 Thread Nick Logan via RT
Resolved in: https://github.com/rakudo/rakudo/commit/32b72cd Tests: https://github.com/perl6/roast/commit/927b026

[perl #130919] [CONC] Supplier.done is only handled by first tap

2017-07-13 Thread Jan-Olof Hendig via RT
On Thu, 13 Jul 2017 10:54:27 -0700, ug...@cpan.org wrote: > Resolved in: https://github.com/rakudo/rakudo/commit/32b72cd > > Tests: https://github.com/perl6/roast/commit/927b026 Closing issue. ugexe++

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2017-07-13 Thread Jan-Olof Hendig via RT
On Wed, 12 Jul 2017 15:30:33 -0700, ug...@cpan.org wrote: > Resolved in https://github.com/rakudo/rakudo/commit/c86090e > > `perl6 -e 'run("ls", :merge).out.slurp.say'` Worls on OSX as well. The fudged test was unfudged by ugexe++. Closing issue.

[perl #130919] [CONC] Supplier.done is only handled by first tap

2017-07-13 Thread Nick Logan via RT
Resolved in: https://github.com/rakudo/rakudo/commit/32b72cd Tests: https://github.com/perl6/roast/commit/927b026

Re: [perl #131737] [BUG] WindowsOS: IO.dirname strips off drive name

2017-07-13 Thread Brandon Allbery via RT
'dirname' represents a component of a path, not a path. I suspect the internal field components should be renamed, though, as people do not generally think in terms of the implementation of the shell's 'dirname', but instead of its effective behavior. (The implementation splits a path into its

Re: [perl #131737] [BUG] WindowsOS: IO.dirname strips off drive name

2017-07-13 Thread Brandon Allbery
'dirname' represents a component of a path, not a path. I suspect the internal field components should be renamed, though, as people do not generally think in terms of the implementation of the shell's 'dirname', but instead of its effective behavior. (The implementation splits a path into its

[perl #125656] [CONC] Creating too many Proc::Async objects fills the file descriptor table, which causes libuv to abort()

2017-07-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
On 2017-07-13 08:18:20, alex.jakime...@gmail.com wrote: > On 2017-07-12 22:49:43, ug...@cpan.org wrote: > > This only applies if you call .stdout or .stderr *and* never close > > them. > > Hm, isn't it fixed now? Similarly to > https://github.com/perl6/doc/issues/1304 ? Ah, no, it's not. It's a

[perl #125656] [CONC] Creating too many Proc::Async objects fills the file descriptor table, which causes libuv to abort()

2017-07-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
On 2017-07-12 22:49:43, ug...@cpan.org wrote: > This only applies if you call .stdout or .stderr *and* never close them. Hm, isn't it fixed now? Similarly to https://github.com/perl6/doc/issues/1304 ?

[perl #130845] Some things that are less than 5 aren't

2017-07-13 Thread Zoffix Znet via RT
On Wed, 22 Feb 2017 19:32:31 -0800, comdog wrote: > Here's a curious change over in precision: > > > 4.999 ~~ 0..^5 > True > > 4. ~~ 0..^5 > False > > I figure this is an implementation detail that ties to storage, but > one of the selling points of

[perl #130845] Some things that are less than 5 aren't

2017-07-13 Thread Zoffix Znet via RT
On Wed, 22 Feb 2017 19:32:31 -0800, comdog wrote: > Here's a curious change over in precision: > > > 4.999 ~~ 0..^5 > True > > 4. ~~ 0..^5 > False > > I figure this is an implementation detail that ties to storage, but > one of the selling points of

[perl #131739] [BUG] - Writing an infix operator '>'.

2017-07-13 Thread via RT
# New Ticket Created by # Please include the string: [perl #131739] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131739 > Guys, Here is a one liner to illustrate a possible bug trying to redefine the operator '>' and I

[perl #131742] [BUG] - Redefining operator '>'.

2017-07-13 Thread via RT
# New Ticket Created by # Please include the string: [perl #131742] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131742 > Hi, I have found some unexpected behaviour when attempting to redefine the operator '>'. First

[perl #131740] [BUG] Concurrent threads report same Thread ID post-await

2017-07-13 Thread via RT
# New Ticket Created by Evan Miller # Please include the string: [perl #131740] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131740 > I'm using the new scheduler behavior described here:

[perl #131737] [BUG] WindowsOS: IO.dirname strips off drive name

2017-07-13 Thread Jarkko Haapalainen via RT
On Tue, 11 Jul 2017 07:08:43 -0700, elizabeth wrote: > > > On 11 Jul 2017, at 15:34, Jarkko Haapalainen (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Jarkko Haapalainen > > # Please include the string: [perl #131737] > > # in the subject line of all future correspondence