github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nine Oh darn....my compiler warnings fix is actually broken 19:35
Geth MoarVM: 2252a95df9 | (Stefan Seifert)++ | src/core/interp.c
Revert "Fix variable might be clobbered by ‘longjmp’ or ‘vfork’ warnings in interp.c"

This reverts commit bc06f9630fd09b0064eeaafcd6b189e5f9b4acea.
As valgrind helpfully pointed out, with this change we were reading local variables of a (C) frame that was no longer on the stack. In contrast to what the compiler warns about, this led to demonstrable failures in new Inline::Perl5 code. So better revert and search for a proper fix.
19:45
nine The good new is that this actually fixes the weird issues I still got with Inline::Perl5's new support for raku and v5-inline blocks 19:46
So this now actually works: raku -I. -e 'note "raku"; { use v5-inline; use v5.10.0; say "Perl 5"; raku { note "raku"; { use v5-inline; use v5.10.0; say "Perl 5"; raku { note "raku"; }; say "Perl 5";}; note "raku"; }; say "Perl 5"; }; note "raku"' 19:49
lizmat wow :-) 19:52
nine With that working, I'm now very tempted to use the rest of the evening to watch Outbreak (1995) ;) 19:57
lizmat hehe... 19:58
nwc10 I think you've earned it
lizmat please do, there is nothing good on the channels / TV or IRC 19:59
timotimo very nice @nine 22:27
MasterDuke timotimo: what've you been up to, haven't seen you chatting much recently? 22:31