github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 05:08
bloatable6: help 06:26
bloatable6 nwc10, Like this: bloatable6: d=compileunits 292dc6a,HEAD # See wiki for more examples: github.com/Raku/whateverable/wiki/Bloatable
MasterDuke bloatable6: 2020.08,2020.09 07:11
bloatable6 MasterDuke, Cannot find revision 2020.08 (did you mean “8c8b0b0”?)
timotimo bloatable6: releases 10:31
bloatable6 timotimo, gist.github.com/66812e180da2d802cb...6fcad7f4ce
timotimo interesting
no results at all, eh
brrt \o 11:53
nwc10 o/
MasterDuke | 12:03
brrt _ 12:21
lizmat And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/10/05/2020-...anifestly/ 15:25
pamplemousse o/ 17:19
tellable6 hey pamplemousse, you have a message: gist.github.com/0796df14134e863863...644f505a0f
nwc10 \o 17:21
nwc10 oh my. I'm sitting in gdb, and I have a problem on the 49825th hash that we allocate. 18:31
and this is just somewhere in QRegex.nqp 18:32
(compiling it)
which I assume is not the most massive thing we get to deal with.
MasterDuke what is the problem? 18:35
nwc10 a bug in the code I'm trying to write 18:37
it was more my somewhat surprise at just how many hashes we routinely allocated
MasterDuke every match object has at least one iirc 18:38
timotimo: getting `Constraint type check failed in binding to parameter '$databasefile'; expected anonymous constraint to be met but got Str ("/home/p6/rakudo/cor...)` from the moarperf appimage 18:48
timotimo MasterDuke: it wants a .sqlite3 or .sql or .mvmheap filename 20:59
MasterDuke yep, that's what it was 21:00
timotimo should probably make that error message clearer
MasterDuke gist.github.com/MasterDuke17/f1852...a227025156 more context 21:01
i was able to open it by running my locally checked out moarperf
annoyingly though the allocations tab never loaded any actual data 21:02
it is a 1.7gb sqlite3 file 21:03
timotimo does it work with the appimage when you don't put an argument in the commandline and put the path in the web ui instead? 21:37
MasterDuke nope, same error