00:37
dogbert11 left
01:16
dogbert11 joined
01:24
Kaeipi left
01:55
leont left
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
04:44
nativecallable6 left,
bisectable6 left,
greppable6 left,
statisfiable6 left,
evalable6 left,
bloatable6 left,
unicodable6 left,
linkable6 left,
squashable6 left,
releasable6 left,
quotable6 left,
coverable6 left,
sourceable6 left,
committable6 left,
benchable6 left,
notable6 left,
reportable6 left,
tellable6 left,
shareable6 left,
tellable6 joined,
releasable6 joined,
evalable6 joined
04:45
quotable6 joined,
reportable6 joined,
statisfiable6 joined,
coverable6 joined
04:46
shareable6 joined,
bisectable6 joined,
greppable6 joined,
sourceable6 joined,
committable6 joined,
bloatable6 joined,
benchable6 joined,
linkable6 joined,
nativecallable6 joined,
notable6 joined,
unicodable6 joined
04:47
squashable6 joined
06:36
sena_kun joined
06:53
tbrowder left,
kawaii left
06:54
kawaii joined
06:55
tbrowder joined
07:02
Altai-man joined
07:04
sena_kun left
07:27
Xliff joined
|
|||||||||||||||||||||||||||||||||||||||
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>. | ||||||||||||||||||||||||||||||||||||||
07:28
domidumont joined
|
|||||||||||||||||||||||||||||||||||||||
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/ECTYQAG8nLInvalid 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/1kBlPQjqCdUndeclared 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 | ||||||||||||||||||||||||||||||||||||||
08:52
unclechu left,
AlexDaniel` left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | Altai-man: left a comment | 08:56 | |||||||||||||||||||||||||||||||||||||
09:15
unclechu joined
09:19
unclechu left
09:23
unclechu joined
|
|||||||||||||||||||||||||||||||||||||||
Altai-man | lizmat, thanks! Replied. | 09:25 | |||||||||||||||||||||||||||||||||||||
09:37
leont joined
09:39
AlexDaniel` joined
10:00
MasterDuke left
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
11:03
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
11:04
Altai-man left
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
13:20
ggoebel left
|
|||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||
15:02
Altai-man joined
15:05
sena_kun left
|
|||||||||||||||||||||||||||||||||||||||
[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 | ||||||||||||||||||||||||||||||||||||||
16:10
squashable6 left
16:13
squashable6 joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
16:17 | |||||||||||||||||||||||||||||||||||||
16:47
domidumont left
18:28
leont left
19:03
sena_kun joined
19:05
Altai-man left
19:08
maggotbrain left
19:10
maggotbrain joined
19:14
MasterDuke joined
21:23
vrurg_ joined
21:27
vrurg left
21:29
sena_kun left
21:50
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo/rakuast: 482e5ddf96 | (Elizabeth Mattijsen)++ | 10 files Add a whole lot more DEPARSEing And tests for it |
22:04 | |||||||||||||||||||||||||||||||||||||
22:41
Xliff left
|
|||||||||||||||||||||||||||||||||||||||
releasable6 | Next release in ≈19 hours. 3 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft | 23:00 |