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
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
lizmat notable6: weekly 11:08
notable6 lizmat, No notes for “weekly”
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
lizmat yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/02/01/2021-...proposing/ 16:19
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
[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
[Coke] page unresponsive. give me a sec. 21:03
MasterDuke: anything in particular to look for? 21:15
[Coke] should not have clicked on column sorter, it's reloading everything. :) 21:17
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
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