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.
|Tux| Rakudo version 2019.07.1-385-g6c35cef60 - MoarVM version 2019.07.1-257-g39f577438
csv-ip5xs0.768 - 0.780
csv-ip5xs-206.503 - 6.604
csv-parser21.132 - 21.441
csv-test-xs-200.419 - 0.432
test7.037 - 7.148
test-t1.714 - 1.745
test-t --race0.771 - 0.774
test-t-2029.531 - 30.219
test-t-20 --race8.862 - 8.913
12:48
Geth_ nqp: 393eb96878 | (Aleks-Daniel Jakimenko-Aleksejev)++ | tools/templates/MOAR_REVISION
[MoarVM Bump] Brings 8 commits

MoarVM bump brought: github.com/MoarVM/MoarVM/compare/2...g39f577438 39f577438 Merge pull request #1166 from Kaiepi/ipv6-unsupported 379ec77a1 Ensure UDP sockets actually get bound when binding them d9a067d46 Never call freeaddrinfo more than once, always hold on to socket errors 2f4798b85 Actually fix GC in async sockets 3fa99b4dc Fix some memory issues and race conditions with async sockets 2b835211d Actually make async sockets work again 5bf9e00c4 Try using all resolved addresses before throwing 5533a7873 Use more appropriate flags in MVM_io_resolve_host_name
14:19
rakudo: 7e76762c52 | (Aleks-Daniel Jakimenko-Aleksejev)++ | tools/templates/NQP_REVISION
[NQP Bump] 393eb9687 [MoarVM Bump] Brings 8 co […]

NQP bump brought: github.com/perl6/nqp/compare/2019....g393eb9687
lizmat And another Perl 6 Weekly hits the Net: p6weekly.wordpress.com/2019/10/07/...syntaxing/ 14:24
moritz hi all 15:03
Geth_ nqp/master: 5 commits pushed by (Paweł Murias)++ 15:34
¦ problem-solving: Kaiepi assigned to jnthn Issue Perl 6 needs better ways to deal with network addresses github.com/perl6/problem-solving/issues/111 15:53
Geth_ ¦ problem-solving: vrurg assigned to jnthn Issue Role concretization needs big improvements. github.com/perl6/problem-solving/issues/112 19:01
hankache hello #prt;6 19:14
#oerl6 19:15
aghhh #perl6
what does --moar-option="--ld=link" do?
MasterDuke hankache: uses the `link` linker instead of the `ld` linker 19:22
hankache thanks MasterDuke. Bu default it is what? 19:24
if I omit the option? 19:25
and why would I chose link instead of ld?
MasterDuke i think `ld` is the default. some might be faster, or have better support for doing LTO (link time optimization) 19:26
hankache hmmm 19:27
thanks
MasterDuke but this isn't an area where i would consider myself very knowledgeable, so take what i'm saying with a grain of salt
hankache I am encountering a very weird issue
if I build Rakudo 2019.07.1 using: perl Configure.pl --backends=moar --gen-moar --moar-option="--cc=cl" --moar-option="--ld=link" --moar-option="--make=nmake" --relocatable 19:28
A test of LWP::Simple fails
If I build it with: perl Configure.pl --backends=moar --gen-moar --moar-option="--cc=gcc" --moar-option="--make=gmake" --relocatable 19:29
it works
PS: OS Windows 10
MasterDuke you can't use --moar-option="--ld=link" with gcc? 19:30
hankache No clue. Never tried before
MasterDuke or conversely, --moar-option="--cc=cl" without --moar-option="--ld=link"?
hankache I should try to narrow it down
but I was curious what this option does hence my question initially 19:31
Let me try and come back 19:32
brb
MasterDuke hm. might want to ask in #moarvm, seems like a c toolchain problem (i.e., likely not a problem in rakudo itself, but with how moarvm is built)
timotimo or nine or brrt or jnthn might have some ideas
hankache ok 19:33
thanks
MasterDuke np 19:34
hankache I confirm, when using --moar-option="--ld=link" one of the tests of LWP::Simple fails 19:57