00:01
vrurg joined
00:04
lucasb left
00:10
sena_kun joined
00:12
Altai-man_ left
01:35
greppable6 left,
bisectable6 left,
coverable6 left,
quotable6 left,
releasable6 left,
sourceable6 left,
bloatable6 left,
reportable6 left,
nativecallable6 left,
benchable6 left,
squashable6 left,
shareable6 left,
notable6 left,
committable6 left,
statisfiable6 left,
unicodable6 left
01:36
squashable6 joined,
reportable6 joined,
notable6 joined,
bisectable6 joined,
unicodable6 joined
01:37
benchable6 joined,
coverable6 joined,
bloatable6 joined,
releasable6 joined,
sourceable6 joined,
quotable6 joined
01:38
committable6 joined,
nativecallable6 joined,
greppable6 joined,
statisfiable6 joined,
shareable6 joined
02:09
Altai-man_ joined
02:11
sena_kun left
03:21
titsuki joined
04:10
sena_kun joined
04:11
Altai-man_ left
06:09
Altai-man_ joined
06:12
sena_kun left
06:58
domidumont joined
07:09
domidumont left
07:39
domidumont joined
08:10
sena_kun joined
08:12
Altai-man_ left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | Files=1295, Tests=109679, 209 wallclock secs (28.06 usr 8.26 sys + 2927.91 cusr 275.24 csys = 3239.47 CPU) | 08:22 | |||||||||||||||||||||||||||||||||||||
08:28
domidumont left
08:33
domidumont joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
09:56 | |||||||||||||||||||||||||||||||||||||
10:09
Altai-man_ joined
10:12
sena_kun left
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo/release-2020.01: 3fa7ed0068 | Altai-man++ | docs/announce/2020.01.md More updates to changelog Deliberately not logged: 29260ac 27d1c4b aa9c824 |
11:17 | |||||||||||||||||||||||||||||||||||||
rakudo/release-2020.01: e2fcb181f5 | (Stefan Seifert)++ (committed by Altai-man) | src/core.c/CompUnit/PrecompilationRepository.pm6 Fix missing dependency information when precompiling large dependency trees The precompilation process writes dependency information to STDOUT from which it is read by the parent process. STDOUT is buffered by default when it's not connected to a tty. Apparently we do not always flush the buffer on program exit, so instead, flush every line immediately when written. There are usually not that may anyway. Fixes "Missing or wrong version of dependency" issue in a large proprietary code base. |
|||||||||||||||||||||||||||||||||||||||
Altai-man_ | cherry-picked the fix commit. as soon as there will be a fix for github.com/rakudo/rakudo/commit/63...417996793a and Module::Toolkit failure, November failure and ADT failure, we're ready for a release. | 11:19 | |||||||||||||||||||||||||||||||||||||
lizmat | Altai-man_: what did that commit break ? | 11:27 | |||||||||||||||||||||||||||||||||||||
Altai-man_ | lizmat, constant::overload module | ||||||||||||||||||||||||||||||||||||||
lizmat | overload::constant ? | 11:28 | |||||||||||||||||||||||||||||||||||||
Altai-man_ | oops, yes | 11:29 | |||||||||||||||||||||||||||||||||||||
lizmat | looking at it now | ||||||||||||||||||||||||||||||||||||||
Geth | ¦ problem-solving: lizmat assigned to jnthn Issue Add Str.(r)index(@needles) github.com/Raku/problem-solving/issues/148 | 12:09 | |||||||||||||||||||||||||||||||||||||
12:10
sena_kun joined
12:11
Altai-man_ left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | Altai-man_: I have *no* idea what is causing the error: all calls to `return` in that section of code, have been wrapped into a `try` already :-( | 12:22 | |||||||||||||||||||||||||||||||||||||
tellable6 | lizmat, I'll pass your message to Altai-man_ | ||||||||||||||||||||||||||||||||||||||
sena_kun | :S | 12:40 | |||||||||||||||||||||||||||||||||||||
tellable6 | 2020-01-12T20:05:40Z #raku-dev <nine> sena_kun: github.com/rakudo/rakudo/commit/9f...25ae987f72 is definitely recommended for the release. It fixes a critical issue with ~0 chance for a regression. | ||||||||||||||||||||||||||||||||||||||
sena_kun | this is sad | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | it's alright :) | 12:57 | |||||||||||||||||||||||||||||||||||||
eventually we'll get the release out | 12:58 | ||||||||||||||||||||||||||||||||||||||
13:17
lucasb joined
13:28
jmerelo joined
|
|||||||||||||||||||||||||||||||||||||||
jmerelo | It's that time of the year again when we are looking for project ideas for Google Summer of Code, for which we intend to apply perl-foundation-outreach.github.io...020-ideas/ | 13:35 | |||||||||||||||||||||||||||||||||||||
Please submit your ideas as a new document via PR, or discuss them in the issue for it. | |||||||||||||||||||||||||||||||||||||||
lizmat | notable6: weekly | 13:45 | |||||||||||||||||||||||||||||||||||||
notable6 | lizmat, 2 notes: 2020-01-08T17:57:05Z <lizmat>: andrewshitov.com/2020/01/08/callin...interface/ ; 2020-01-09T08:36:44Z <lizmat>: github.com/drforr/raku-OLE-Storage_Lite | ||||||||||||||||||||||||||||||||||||||
lizmat | notable6: weekly reset | ||||||||||||||||||||||||||||||||||||||
notable6 | lizmat, Moved existing notes to “weekly_2020-01-13T13:45:37Z” | ||||||||||||||||||||||||||||||||||||||
lizmat | jmerelo: the GSOC request is already in the next weekly :) | ||||||||||||||||||||||||||||||||||||||
jmerelo | lizmat: thanks! | 13:47 | |||||||||||||||||||||||||||||||||||||
13:48
jmerelo left
14:02
Kaiepi joined
14:09
Altai-man_ joined
14:12
sena_kun left
15:31
[Coke] joined,
[Coke] left,
[Coke] joined
16:10
sena_kun joined
16:12
Altai-man_ left
16:51
domidumont left
|
|||||||||||||||||||||||||||||||||||||||
nine | As commit 63f117502a93b4 is a performance improvement, we could just revert it on the release branch and figure out how it breaks that module on our own time without release pressure | 17:13 | |||||||||||||||||||||||||||||||||||||
17:16
patrickb joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | nine: you cannot just revert that commit, we'd need to re-instate sub THROW as well | 18:00 | |||||||||||||||||||||||||||||||||||||
tellable6 | hey lizmat, you have a message: gist.github.com/77e66665db40e3b520...940187e2e5 | 18:01 | |||||||||||||||||||||||||||||||||||||
18:09
Altai-man_ joined
18:12
sena_kun left
18:28
moon-child left
18:35
moon-child joined
18:47
titsuki left
18:56
[Coke] left
18:57
[Coke] joined,
[Coke] left,
[Coke] joined
19:19
jmerelo joined
19:42
jmerelo left
19:48
nebuchadnezzar left
19:49
[Coke] left
19:50
[Coke] joined,
[Coke] left,
[Coke] joined
19:51
nebuchadnezzar joined
19:52
nebuchadnezzar is now known as Guest59309,
Guest59309 is now known as nebuchadnezzar`
19:53
nebuchadnezzar` left
19:54
nebuchad` joined
19:57
nebuchad` is now known as nebuchadnezzar
20:10
sena_kun joined
20:12
Altai-man_ left
21:27
Kaiepi left
21:28
Kaiepi joined
21:35
Kaiepi left
21:36
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | and another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/01/13/2020-...nt-things/ | 21:42 | |||||||||||||||||||||||||||||||||||||
22:10
Altai-man_ joined
22:12
sena_kun left,
japhb left
22:22
japhb joined
|
|||||||||||||||||||||||||||||||||||||||
pyrimidine | lizmat++ | 22:34 | |||||||||||||||||||||||||||||||||||||
23:21
lucasb left
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo: patrickbkr++ created pull request #3422: Implement `--git-reference` Configure.pl option |
23:54 | |||||||||||||||||||||||||||||||||||||
nqp: patrickbkr++ created pull request #595: Implement `--git-reference` Configure.pl option |
23:55 | ||||||||||||||||||||||||||||||||||||||
nqp-configure: patrickbkr++ created pull request #15: Implement `--git-reference`, remove `--reference` |