Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
Geth rakudo: vrurg++ created pull request #2740:
Fix for rakudo/rakudo#2739
01:21
synopsebot RAKUDO#2739 [open]: github.com/rakudo/rakudo/issues/2739 Certain compile-time errors cause 'No exception handler located for catch' error
lizmat commute to Munich& 08:43
|Tux| Rakudo version 2018.12-338-g9770c1aa1 - MoarVM version 2018.12-118-g92f90ab0e
csv-ip5xs0.729 - 0.758
csv-ip5xs-206.098 - 6.106
csv-parser22.432 - 22.826
csv-test-xs-200.443 - 0.454
test8.066 - 8.416
test-t1.846 - 1.940
test-t --race0.804 - 0.979
test-t-2032.190 - 33.550
test-t-20 --race10.617 - 12.007
11:03
pmurias is anyone opposed to adding a :filename option to EVAL to support setting the fake filename to something else than EVAL_{some_sequential_number}? 11:11
jnthn: what do you think about adding an :$filename option to EVAL to support providing a fake filename instead of the autogenerated EVAL_0, EVAL_1 etc. 11:39
jnthn pmurias: Hm, what does EVALFILE do to achieve that? 15:43
pmurias jnthn: I am on mobile but it seems it just uses the EVAL_0 name 16:49
sortiz \o #perl6-dev 19:23
AlexDaniel: When time allows you, please review RT#132668, IMO it can be closed. 19:30
synopsebot RT#132668 [open]: rt.perl.org/Ticket/Display.html?id=132668 [NATIVECALL][SEGV][SEVERE] OpenSSL PEM_write_bio_RSAPrivateKey
AlexDaniel greppable: PEM_write_bio_RSAPrivateKey 19:32
greppable6 AlexDaniel, Found nothing!
AlexDaniel sortiz: where did they find that code?
I was thinking maybe it's a bug in github.com/sergot/openssl and it needs a pull request
ahh, they were trying to modify OpenSSL module 19:33
ok I see
or were they?
sortiz See the ticket, was an ancient report that you tagged
AlexDaniel closed 19:34
sortiz Thanks!
AlexDaniel thank you! 19:35
MasterDuke m: EVAL "#line 1 made_up_file\nsay q|hi|;die q|so long|;say q|bye|" 22:06
camelia hi
so long
in block <unit> at made_up_file line 1
in block <unit> at <tmp> line 1
MasterDuke .tell pmurias you can use line directives to set the filename in EVALs. e.g., `EVAL "#line 1 made_up_file\nsay q|hi|;die q|so long|;say q|bye|"`
yoleaux MasterDuke: I'll pass your message to pmurias.