02:19 JRaspass left 03:20 bisectable6 left, nativecallable6 left, shareable6 left, coverable6 left, greppable6 left, tellable6 left, benchable6 left, unicodable6 left, squashable6 left, evalable6 left, sourceable6 left 03:21 benchable6 joined, bisectable6 joined 03:22 squashable6 joined, sourceable6 joined, evalable6 joined, tellable6 joined, coverable6 joined 03:23 greppable6 joined, nativecallable6 joined, unicodable6 joined, shareable6 joined 04:24 benchable6 left, bisectable6 left, sourceable6 left, releasable6 left, coverable6 left, evalable6 left, shareable6 left, greppable6 left, nativecallable6 left, tellable6 left, unicodable6 left, squashable6 left, quotable6 left, notable6 left, linkable6 left, bloatable6 left, committable6 left, statisfiable6 left, squashable6 joined, shareable6 joined 04:25 tellable6 joined, committable6 joined, sourceable6 joined, coverable6 joined, greppable6 joined 04:26 quotable6 joined, bloatable6 joined, linkable6 joined, evalable6 joined, bisectable6 joined 04:27 benchable6 joined, nativecallable6 joined, statisfiable6 joined, unicodable6 joined, notable6 joined, releasable6 joined 04:53 epony left 07:25 domidumont joined 07:29 jmerelo joined
jmerelo Today is a good day to take a look at StackOverflow's unanswered questions stackoverflow.com/questions/tagged...Unanswered 07:29
And a reminder that we're preparing a proposal for Google Summer of Code, and we're looking for projects github.com/perl-foundation-outreac...2021-ideas 07:39
08:15 jmerelo left, jmerelo joined 08:31 Altai-man_ left, jmerelo left 08:47 jmerelo joined 08:56 vrurg_ joined 08:58 vrurg left 09:07 sena_kun joined 09:22 JRaspass joined 09:31 MasterDuke joined
MasterDuke .tell patrickb not sure i'd seen that problem-solving PR. yeah, i'll add a comment there 09:32
tellable6 MasterDuke, I'll pass your message to patrickb
MasterDuke .tell patrickb and yep, no problems here not doing *BSDs right away, i'd just suggest making it clear in the proposal that what you're proposing would be able to be easily extended for them 09:34
tellable6 MasterDuke, I'll pass your message to patrickb
10:10 MasterDuke left 10:20 MasterDuke joined
lizmat notable6: weekly 11:08
notable6 lizmat, No notes for “weekly”
12:04 epony joined 13:35 MasterDuke left, MasterDuke joined 13:58 JRaspass left 15:34 JRaspass joined
tbrowder jmerelo: i took a quick look at the list of unanswered stack overflow qests and the one entitled "Incorrect number of parameters passed to subroutine" looks like the answer is waiting for a response from the OP. 15:50
16:09 b2gills left
lizmat yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/02/01/2021-...proposing/ 16:19
16:44 b2gills joined 16:54 [Coke] joined, [Coke] left, [Coke] joined
jmerelo tbrowder: right, in many cases that's the case. or waiting for them to accept one. No option but ping them, I guess. 16:54
A reminder that we're taking project proposals, as well as mentor proposals, for the upcoming application to Google Summer of Code github.com/perl-foundation-outreac...2021-ideas 16:55
17:28 domidumont left 17:44 MasterDuke left 17:49 domidumont joined 18:05 domidumont left 19:23 vrurg_ is now known as vrurg 19:24 vrurg left 19:31 MasterDuke joined 19:36 jmerelo left 19:38 MasterDuke left 19:41 MasterDuke joined 20:00 vrurg joined, vrurg left 20:23 vrurg joined 20:26 releasable6 left, notable6 left, statisfiable6 left, nativecallable6 left, bisectable6 left, linkable6 left, quotable6 left, greppable6 left, shareable6 left, squashable6 left
[Coke] hurled a timing question on module load in #raku gist.github.com/coke/7d6cac113a7fa...9b9a38c023 - taking 20 seconds to 'use' a 32 line file. 20:51
lizmat about to go afk again
but perhaps running it with RAKUDO_MODULE_DEBUG=1 will give some clarity ? 20:52
[Coke] that does give a bunch of info that I don't know if I can decode. Will dig 20:54
added the output with that to gist. 20:56
(and noted where the long pause was)
I removed the include of "Test" from the .pm, still takes 15-20s to load the module. 20:57
MasterDuke how about a --profile-compile, that might be helpful 20:59
21:01 finsternis left
[Coke] page unresponsive. give me a sec. 21:03
MasterDuke: anything in particular to look for? 21:15
21:15 shareable6 joined 21:16 greppable6 joined, bisectable6 joined, squashable6 joined, releasable6 joined, nativecallable6 joined
[Coke] should not have clicked on column sorter, it's reloading everything. :) 21:17
21:17 linkable6 joined, quotable6 joined, notable6 joined, statisfiable6 joined
MasterDuke don't really know, any function taking suspiciously long, or have an oddly high number of calls? 21:20
if it's that slow probably better to create a sql file and use moarperf 21:23
21:48 MasterDuke left
nine [Coke]: how many files are in that lib directory? 21:57
(the whole lib directory tree) 21:58
[Coke] nine: 9065! 22:03
there's a "precompiled" dir in there, which I'm guessing we should not have under the 'lib' but instead under a .precompiled
nine++ 22:07
yup, that did it. 22:10