Re: [perl #132268] Floating point anomalies

2017-10-13 Thread Brandon Allbery
On Fri, Oct 13, 2017 at 4:59 AM, wrote: > It's bad enough that perl5 and perl6 round to 15 decimal digits of > precision, but at least perl5's printf will give me 17 decimal digits when > I ask it to (and I think perl6 should do the same): > I am wondering if youve

Re: [perl #132268] Floating point anomalies

2017-10-13 Thread Brandon Allbery via RT
On Fri, Oct 13, 2017 at 4:59 AM, wrote: > It's bad enough that perl5 and perl6 round to 15 decimal digits of > precision, but at least perl5's printf will give me 17 decimal digits when > I ask it to (and I think perl6 should do the same): > I am wondering if youve

Re: [perl #132281] [REGRESSION] .gist of a bag used to say “bag()”, now it says “Bag()” ("blogger".comb.Bag)

2017-10-13 Thread Aleks-Daniel Jakimenko-Aleksejev
Oh. I guess this has to be rejected then. On Fri, Oct 13, 2017 at 2:46 PM, Elizabeth Mattijsen wrote: > > > On 13 Oct 2017, at 07:37, Aleks-Daniel Jakimenko-Aleksejev (via RT) < > perl6-bugs-follo...@perl.org> wrote: > > > > # New Ticket Created by Aleks-Daniel

Re: [perl #132268] Floating point anomalies

2017-10-13 Thread sisyphus1
From: Brandon Allbery Sent: Friday, October 13, 2017 4:15 AM To: sisyph...@optusnet.com.au Cc: Carl Mäsak via RT Subject: Re: [perl #132268] Floating point anomalies On Thu, Oct 12, 2017 at 5:31 AM, wrote: Perl6's printf() function looks a little suspect - though I

Re: [perl #132283] [REGRESSION] BUILDALL is listed as one of the methods, maybe that's not right (say $foo.^methods)

2017-10-13 Thread Elizabeth Mattijsen via RT
> On 13 Oct 2017, at 07:52, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132283] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #132283] [REGRESSION] BUILDALL is listed as one of the methods, maybe that's not right (say $foo.^methods)

2017-10-13 Thread Elizabeth Mattijsen
> On 13 Oct 2017, at 07:52, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132283] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #132279] [REGRESSION][9999] BagHash.grab with huge values (("foo" => 10000000000000000000).BagHash.grab(1))

2017-10-13 Thread Elizabeth Mattijsen
Fixed with 975fcf6cfd8089bfc237 , tests needed > On 13 Oct 2017, at 07:01, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132279] > # in the subject line of

Re: [perl #132279] [REGRESSION][9999] BagHash.grab with huge values (("foo" => 10000000000000000000).BagHash.grab(1))

2017-10-13 Thread Elizabeth Mattijsen via RT
Fixed with 975fcf6cfd8089bfc237 , tests needed > On 13 Oct 2017, at 07:01, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132279] > # in the subject line of

[perl #132287] [CONC] stall/block in async heavy code

2017-10-13 Thread via RT
# New Ticket Created by Justin DeVuyst # Please include the string: [perl #132287] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132287 > Below is the best golfing I could manage. I ran it like so for bisecting: while

Re: [perl #132268] Floating point anomalies

2017-10-13 Thread Sisyphus via RT
From: Brandon Allbery Sent: Friday, October 13, 2017 4:15 AM To: sisyph...@optusnet.com.au Cc: Carl Mäsak via RT Subject: Re: [perl #132268] Floating point anomalies On Thu, Oct 12, 2017 at 5:31 AM, wrote: Perl6's printf() function looks a little suspect - though I

[perl #132291] [LTA] Too few positionals passed to '' (for [:a] X [:b] -> ($i, $j) { })

2017-10-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132291] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132291 > Code: for [:a] X [:b] -> ($i, $j) { } Result: Too few positionals

[perl #132288] [REGRESSION][9999] .tail with large negative arguments (say (4,5,6).tail(-9999999999999999999))

2017-10-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132288] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132288 > Code: say (4,5,6).tail(-999) ¦«2015.12»: ()

[perl #132290] [LTA] .gist of a Method does not always show the its .name (.say for .^methods)

2017-10-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132290] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132290 > Code: say .name, “ – ”, .gist for .^methods Result: from-iterator –

[perl #132291] [LTA] Too few positionals passed to '' (for [:a] X [:b] -> ($i, $j) { })

2017-10-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Oh, but maybe it's worth mentioning that the name was added in this commit: https://github.com/rakudo/rakudo/commit/7783fcab24813054902414f30f6fd4fd60823c30 On 2017-10-13 20:13:01, alex.jakime...@gmail.com wrote: > Code: > for [:a] X [:b] -> ($i, $j) { } > > Result: > Too few positionals passed

[perl #132292] [REGRESSION] Recursively .emit-ing from the tap of the same supply bails out

2017-10-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132292] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132292 > Code: my $s1 = Supplier.new; $s1.Supply.tap: { say $_; $s1.emit(2)

[perl #132268] [MATH] Floating point anomalies

2017-10-13 Thread Zoffix Znet via RT
On Fri, 13 Oct 2017 05:15:58 -0700, allber...@gmail.com wrote: > On Fri, Oct 13, 2017 at 4:59 AM, wrote: > > > It's bad enough that perl5 and perl6 round to 15 decimal digits of > > precision, but at least perl5's printf will give me 17 decimal digits when > > I ask it

[perl #132268] [MATH] Floating point anomalies

2017-10-13 Thread Zoffix Znet via RT
On Fri, 13 Oct 2017 05:15:58 -0700, allber...@gmail.com wrote: > On Fri, Oct 13, 2017 at 4:59 AM, wrote: > > > It's bad enough that perl5 and perl6 round to 15 decimal digits of > > precision, but at least perl5's printf will give me 17 decimal digits when > > I ask it

[perl #132285] [REGRESSION] Error message talks about null strings when trying to create a num32 Blob (Blob[num32].new(2e0))

2017-10-13 Thread Daniel Green via RT
Fixed in https://github.com/rakudo/rakudo/pull/1189 Not sure where tests should go, roast or rakudo?

[perl #132284] [REGRESSION] .gist of a Map was arguably better in the past (say Map.new(‘a’ => ‘b’))

2017-10-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132284] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132284 > Code: my @a = [1,2,3,4]; my %h = 'a'=>'b','c'=>'d','101'=>'102'; my

Re: [perl #132268] Floating point anomalies

2017-10-13 Thread Sisyphus via RT
-Original Message- From: Zoffix Znet via RT Sent: Wednesday, October 11, 2017 11:09 PM To: sisyph...@optusnet.com.au Subject: [perl #132268] Floating point anomalies > What you describe looks to be similar to the other issue I have in my > private bug stash: > >say .1e0 + .2e0 ==

[perl #131515] [BISECTME][PERF] Performance loss in some commits

2017-10-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
I'll take a look a bit later. It feels like the commit you mentioned is the right one, which makes me think that we can reject this ticket, but at that pace the spectest will get to turtle speeds even though all our changes will be justified. Anyway, I'll bisect it first and then we'll have a

[perl #132285] [REGRESSION] Error message talks about null strings when trying to create a num32 Blob (Blob[num32].new(2e0))

2017-10-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132285] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132285 > Code: Blob[num32].new(2e0) # huh? ¦«2015.12»: This type cannot

[perl #131722] Map and containerization (my %m := Map.new(‘a’, ‘X’); %m = 42)

2017-10-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW because of workaround commit mentioned above this code behaves a little bit differently: Code: my $x; my $y := $x; $x = Map.new((:a(42),:b($y))); say $x ¦«2015.12»: «timed out after 10 seconds» «exit signal = SIGHUP (1)» ¦«2016.06»: «timed out after 10 seconds» «exit signal = SIGHUP (1)»

Re: [perl #132281] [REGRESSION] .gist of a bag used to say “bag()”, now it says “Bag()” ("blogger".comb.Bag)

2017-10-13 Thread Elizabeth Mattijsen
> On 13 Oct 2017, at 07:37, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132281] > # in the subject line of all future correspondence about this issue. > #