releasable6 Next release in ≈1 day and ≈15 hours. 3 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
Xliff \o 07:27
tellable6 2020-09-17T22:23:39Z #raku <thundergnat> Xliff <:ASCII> isn't a Raku specific thing. It an official Unicode property alias. See unicode.org/Public/UNIDATA/Property...liases.txt - search for ASCII. It's an alias for Block<Basic Latin>.
Xliff sourceable: sub a ( say caller }; a() 08:01
sourceable6 Xliff, No idea, boss. Can you give me a Code object? Output: 04===SORRY!04=== Error while compiling /tmp/ECTYQAG8nL␤Invalid typename 'say' in parameter declaration.␤at /tmp/ECTYQAG8nL:1␤------> 03sub a ( say08⏏04 caller }; a()␤
Xliff sourceable: say caller 08:02
sourceable6 Xliff, No idea, boss. Can you give me a Code object? Output: 04===SORRY!04=== Error while compiling /tmp/1kBlPQjqCd␤Undeclared routine:␤ caller used at line 1␤␤
nwc10 o/
lizmat tbrowder: twitter.com/search?q=%23rakulang&a...amp;f=live for instance 08:07
Xliff What's the best way to find the calling ROUTINE of a method or sub? 08:16
This is probably better for #raku, so moving it there.
Altai-man github.com/Raku/Pod-To-HTML/pull/8...-694732470 <- can we make the module faster? 08:28
Nothing in profile output strikes out to me. :( 08:43
lizmat Altai-man: left a comment 08:56
Altai-man lizmat, thanks! Replied. 09:25
Geth rakudo/first-100000-primes: 567ed1f486 | (Elizabeth Mattijsen)++ | 2 files
Precalculate first 100K prime numbers

  - create a constant that has a bitmap of the first 100K primes
  - check that bitmap if request number < 100000
  - use normal nqp::isprime_I for any other positive values
  - add tests to make sure the bitmap is correct
  - does *not* change the repeat facter: that feels like another issue
11:00
rakudo: lizmat++ created pull request #3923:
Precalculate first 100K prime numbers
lizmat timotimo: ^^ :-) 11:02
makes "my @a = ^100000 .grep: *.is-prime" about 23x as fast
nwc10 are you storing a bitmap for all integers? or just odd integers? I'm not *great* at reading NQP code, but as I don't see special case handling for 2, I think you're storing all of them 11:04
lizmat nwc10: ah, good point 11:06
storing all of them
Geth rakudo/first-100000-primes: c824c4486d | (Elizabeth Mattijsen)++ | 2 files
Only record odd-numbers in bitmap, nwc10++ for the nudge

  - also make the test use 20 as a factor, makes it 4x as fast and still passes
  - makes my @a = ^100000 .grep: *.is-prime more than 2x as fast
11:58
timotimo that's one big number 12:58
lizmat the first one was bigger :-) 13:18
timotimo yeah 13:21
Geth rakudo: df68eb29a7 | (Vadim Belman)++ | 2 files
Add CAVEATS.md file

Move all platform-specific notes into it.
13:29
rakudo: 7e11234e00 | (Vadim Belman)++ | CAVEATS.md
Fix erratas

Thank @JJ and @coke!
rakudo: bc43f063eb | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files
Merge pull request #3915 from rakudo/macos-install-notes

Add CAVEATS.md file
rakudo/first-100000-primes: 9ab69d5b6d | (Elizabeth Mattijsen)++ | 2 files
Taken colomon++ advice

  - check for odd, then check if equal 2
  - adjusted sanity check to include negative numbers, just in case
13:43
timotimo what about NaN and such? :P 13:48
m: say NaN.is-prime 14:10
camelia False
timotimo m: say Inf.is-prime
camelia False
[Coke] lizmat: ... those comments in the last patch seem to be off by one. (the odd comment is on the line that is checking if > 2... 14:47
lizmat because on that line we established that it's odd ? 14:48
Geth rakudo: a1c7497fdc | Coke++ | CAVEATS.md
windows updates
14:51
[Coke] by the logic -on the previous line-, yes. :)
so it reads off by one to me. As long as it was intentional, that's fine.
43 ballots, about 2 days left to vote. 14:52
I'm going to post the results back to the repository - I'll leave it to the community to "announce" them. 14:53
lucs [Coke]: Do you happen to have the URL for the vote ballot handy? 14:54
[Coke]: Found it. 14:59
[Coke] github.com/Raku/Raku-Steering-Coun...ng-form.md for those in review 15:06
lucs Yep, thanks 15:07
jdv79 only 1 vote since y'day. is it "done" or will procrastination come into play?... 15:12
timotimo i bet 15:19
[Coke] ... I just realized my "ballots" note was meant for #raku, oops 15:27
ETOOMANYCHANNELS
Altai-man releasable6, status 15:28
releasable6 Altai-man, Next release in ≈1 day and ≈3 hours. 3 blockers. Changelog for this release was not started yet
Altai-man, Details: gist.github.com/8420c137be0899293c...20180f901a 15:29
[Tux] Rakudo version 2020.08.2-76-ga1c7497fd - MoarVM version 2020.08-93-g1fdfdf59c
csv-ip5xs0.989 - 1.019
csv-ip5xs-209.361 - 10.193
csv-parser24.559 - 26.137
csv-test-xs-200.388 - 0.389
test7.673 - 7.848
test-t1.895 - 1.989
test-t --race0.889 - 0.909
test-t-2031.725 - 32.229
test-t-20 --race9.106 - 9.209
16:17
Geth rakudo/rakuast: 482e5ddf96 | (Elizabeth Mattijsen)++ | 10 files
Add a whole lot more DEPARSEing

And tests for it
22:04
releasable6 Next release in ≈19 hours. 3 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00