🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs can be inspected at colabti.org/irclogger/irclogger_log/raku-dev | For MoarVM see #moarvm
Set by lizmat on 26 April 2021.
lizmat one of my regular places to check for Raku news seems to have vanished ? blogs.perl.org 10:28
seems to have dropped from DNS ?
ah, seems to affect the whole perl.org domain at least for me
nwc10 blogs.perl.org has address 188.40.132.3 10:28
lizmat so it is working for you? 10:30
nwc10 yes 10:32
lizmat weird
nwc10 yes
just tested from 2 other machines which I think are in two other countries, and they are happy 10:33
so, most strange
lizmat ok, lemme see if there's more domains broken for me
so far, perl.org appears the only one broken for me 10:35
nwc10 all 6 perl.org nameservers are talking to me 10:36
lizmat yeah, I guess it's our IP's DNS servers who are on the blink 10:41
changed our router's DNS settings to use Google's DNS (8.8.8.8) for now and all is fine again
lizmat notable6: weekly 16:34
notable6 lizmat, 3 notes: 2021-05-06T14:44:44Z <lizmat>: perlmonks.org/?node_id=11132158 ; 2021-05-09T11:52:01Z <AlexDaniel`>: test ; 2021-05-09T11:52:10Z <AlexDaniel`>: ↑ please ignore
lizmat notable6: weekly reset 16:35
notable6 lizmat, Moved existing notes to “weekly_2021-05-10T16:35:40Z”
MasterDuke bartolin_: does the jvm have some known fails for the nqp tests on windows? or is dev.azure.com/jjmerelo0004/jjmerel...41997ca9ef anomalous? 17:40
Geth rakudo: a37f97904e | (Patrick Böker)++ | tools/templates/moar/Makefile.in
Fix $*EXECUTABLE with non '_m' suffix executables

The static executables have their path and executable name statically compiled in, so we can't just copy them over, we have to compile them individually.
17:50
rakudo: b13542e835 | (Patrick Böker)++ | tools/templates/moar/Makefile.in
Fix $*EXECUTABLE on Windows with `raku`, `raku-debug` and `rakuw`

We have to compile individual executables and can't just copy them over, as they have their executable name compiled in.
rakudo: 816281b915 | (Patrick Böker)++ (committed using GitHub Web editor) | tools/templates/moar/Makefile.in
Merge pull request #4360 from patrickbkr/fix-executable-dynvar

Fix $*EXECUTABLE
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/05/10/2021-...-beta-pod/ 19:03
bartolin_ MasterDuke: sorry, I don't know about the state of nqp-j (and rakudo-j) on windows. I think it has been some time since I last tried to run it on windows. 21:11
do you know, perchance, if these are new failures? 21:12
MasterDuke heh, that's what i am trying to determine 21:14
bartolin_ ;)
right, what I wanted to ask is, whether you know if the tests have only recently be added to the CI pipeline. I'm not familiar with the CI pipeline 21:17
MasterDuke i don't think they're new tests 21:18
or new to the pipeline 21:19
but i've been changing the pipeline a bit, and i'm hoping my changes to how nqp/rakudo are built and how the tests are run aren't at fault 21:20
MasterDuke oh, the nqp tests weren't being run before for the combination of jvm backend and windows os 22:27
consistently three failing tests in t/nqp/019-file-ops.t (28, 64, 100) 22:29