[perl #132254] [WIN32] $*OUT.tell always gives 0

2017-10-09 Thread Zoffix Znet via RT
On Mon, 09 Oct 2017 11:46:44 -0700, c...@zoffix.com wrote: > Already got a fix; filing to keep track of PRs. > > On Windows, $*OUT.tell always gives zero, even after stuff was printed. Fixes: https://github.com/MoarVM/MoarVM/commit/631b3bf0f0 https://github.com/perl6/nqp/commit/a65dbe0c77

[perl #132254] [WIN32] $*OUT.tell always gives 0

2017-10-09 Thread Zoffix Znet via RT
On Mon, 09 Oct 2017 11:46:44 -0700, c...@zoffix.com wrote: > Already got a fix; filing to keep track of PRs. > > On Windows, $*OUT.tell always gives zero, even after stuff was printed. Fixes: https://github.com/MoarVM/MoarVM/commit/631b3bf0f0 https://github.com/perl6/nqp/commit/a65dbe0c77

[perl #132248] Z Metaoperator bug

2017-10-09 Thread via RT
# New Ticket Created by upatrol # Please include the string: [perl #132248] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132248 > As per a discussion on the IRC channel, I am requesting that a regression bug be filed regard

[perl #132254] [WIN32] $*OUT.tell always gives false

2017-10-09 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132254] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132254 > Already got a fix; filing to keep track of PRs. On Windows, $*OUT.tell always gives zero,

Re: [perl #132248] Z Metaoperator bug

2017-10-09 Thread Elizabeth Mattijsen via RT
> On 9 Oct 2017, at 10:38, jn...@jnthn.net via RT > wrote: > > On Sun, 08 Oct 2017 19:13:34 -0700, ipatrol6...@yahoo.com wrote: >> As per a discussion on the IRC channel, I am requesting that a >> regression bug be filed regarding the incorrect handling of variables >> referenced to packages by

Re: [perl #132248] Z Metaoperator bug

2017-10-09 Thread Elizabeth Mattijsen
> On 9 Oct 2017, at 10:38, jn...@jnthn.net via RT > wrote: > > On Sun, 08 Oct 2017 19:13:34 -0700, ipatrol6...@yahoo.com wrote: >> As per a discussion on the IRC channel, I am requesting that a >> regression bug be filed regarding the incorrect handling of variables >> referenced to packages by

Re: [perl #132249] [LTA] use lib ‘’ spills guts (use lib ‘’)

2017-10-09 Thread Elizabeth Mattijsen
Fixed with 56eef6967b54b16c , tests needed > On 9 Oct 2017, at 06:38, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132249] > # in the subject line of all future correspondence about this

[perl #130713] 42.expmod(-1,1) hangs

2017-10-09 Thread Zoffix Znet via RT
On Wed, 04 Oct 2017 22:20:49 -0700, alex.jakime...@gmail.com wrote: > This was resolved in this commit trio: > https://github.com/rakudo/rakudo/commit/22f00cd72defbaeb1ad83187309854e33739 > https://github.com/perl6/nqp/commit/b083e3471a25bf376fa89b5ec53969b870eb6ac2 > https://github.com/MoarVM/

[perl #130713] 42.expmod(-1,1) hangs

2017-10-09 Thread Zoffix Znet via RT
On Wed, 04 Oct 2017 22:20:49 -0700, alex.jakime...@gmail.com wrote: > This was resolved in this commit trio: > https://github.com/rakudo/rakudo/commit/22f00cd72defbaeb1ad83187309854e33739 > https://github.com/perl6/nqp/commit/b083e3471a25bf376fa89b5ec53969b870eb6ac2 > https://github.com/MoarVM/

[perl #128321] [RFC] Int.Capture is empty

2017-10-09 Thread Zoffix Znet via RT
On Sun, 05 Jun 2016 00:52:54 -0700, gfldex wrote: Thank you for the report. This ticket is now resolved. Impl: https://github.com/rakudo/rakudo/commit/4ba12ff17c810f8afda35bce3ef8c9a208c83f29 https://github.com/rakudo/rakudo/commit/bad9fefdd7e5e569eced85072bb019eef3997c32 https://g

[perl #128321] [RFC] Int.Capture is empty

2017-10-09 Thread Zoffix Znet via RT
On Sun, 05 Jun 2016 00:52:54 -0700, gfldex wrote: Thank you for the report. This ticket is now resolved. Impl: https://github.com/rakudo/rakudo/commit/4ba12ff17c810f8afda35bce3ef8c9a208c83f29 https://github.com/rakudo/rakudo/commit/bad9fefdd7e5e569eced85072bb019eef3997c32 https://g

[perl #132248] Z Metaoperator bug

2017-10-09 Thread jn...@jnthn.net via RT
On Sun, 08 Oct 2017 19:13:34 -0700, ipatrol6...@yahoo.com wrote: > As per a discussion on the IRC channel, I am requesting that a > regression bug be filed regarding the incorrect handling of variables > referenced to packages by the Z and X meta-operators. > > The behavior over time is detailed h

[perl #132248] Z Metaoperator bug

2017-10-09 Thread jn...@jnthn.net via RT
On Sun, 08 Oct 2017 19:13:34 -0700, ipatrol6...@yahoo.com wrote: > As per a discussion on the IRC channel, I am requesting that a > regression bug be filed regarding the incorrect handling of variables > referenced to packages by the Z and X meta-operators. > > The behavior over time is detailed h

[perl #132242] [BUG] Proc::Async running with yes command returns superfluous output and hangs

2017-10-09 Thread jn...@jnthn.net via RT
On Sat, 07 Oct 2017 19:33:40 -0700, allber...@gmail.com wrote: > On Sat, Oct 7, 2017 at 10:21 PM, Itsuki Toyota > wrote: > > > See the following result: > > > > $ perl6 -e 'my $proc = Proc::Async.new("yes"); > > $proc.stdout.head(1).tap(&say); await $proc.start;' > > > > y > > y > > y > > y > > y

[perl #132242] [BUG] Proc::Async running with yes command returns superfluous output and hangs

2017-10-09 Thread jn...@jnthn.net via RT
On Sat, 07 Oct 2017 19:33:40 -0700, allber...@gmail.com wrote: > On Sat, Oct 7, 2017 at 10:21 PM, Itsuki Toyota > wrote: > > > See the following result: > > > > $ perl6 -e 'my $proc = Proc::Async.new("yes"); > > $proc.stdout.head(1).tap(&say); await $proc.start;' > > > > y > > y > > y > > y > > y