🦋 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.
releasable6 Next release in ≈6 days and ≈15 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
tyil Geth: uptime 08:20
Geth 5 days, 22 hours, 42 minutes, and 45 seconds
tyil good bot
[Tux] Rakudo v2021.04-30-gc7a078dec (v6.d) on MoarVM 2021.04-47-g7be286190
csv-ip5xs0.931 - 0.958
csv-ip5xs-209.320 - 10.650
csv-parser26.542 - 26.857
csv-test-xs-200.378 - 0.460
test7.770 - 8.968
test-t2.145 - 2.244
test-t --race0.904 - 0.916
test-t-2036.394 - 38.477
test-t-20 --race10.385 - 11.425
09:43
sena_kun releasable6, status 12:39
releasable6 sena_kun, Next release in ≈6 days and ≈6 hours. There are no known blockers. 0 out of 30 commits logged
sena_kun, Details: gist.github.com/ad9aace3d9c74ba54b...48f10e2f09
MasterDuke huh. i have a new clone of nqp in a windows 10 vm, with git+strawberry perl+openjdk11 installed, and `perl .\Configure.pl --backend=jvm` succeeds, but `gmake install` dies with `gmake: *** No rule to make target 'src\vm\jvm\runtime\org\raku\nqp\io\*.java', needed by 'gen\jvm\share\runtime\nqp-runtime.jar'.  Stop.` 20:00
tellable6 2021-05-11T17:09:59Z #raku-dev <bartolin_> MasterDuke: sorry, but I have no experience there
MasterDuke my PATH and JAVA_HOME are set 20:07
the makefile does have `RUNTIME_JAVAS = \ 20:11
  src\vm\jvm\runtime\org\raku\nqp\io\*.java \ ...`
bartolin_ MasterDuke: I have no idea about gmake on windows, but could this be a problem with \ escaping the * (www.gnu.org/software/make/manual/h...fall.html) Does it work if you use forward slashes there? 20:15
MasterDuke bartolin_++ 20:17
well, that seems to be a problem. this was a brand new clone, it should have just worked
bartolin_ indeed. Is this something that has to be fixed in nqp-configure? 20:18
MasterDuke huh, looks fine here...github.com/Raku/nqp/blob/master/to...ile.in#L19 20:19
bartolin_ but it think it uses the @nfp()@ macro (is it called macro?) from nqp-configure 20:20
MasterDuke hm
akf for a while, but it is building, so making progress
bartolin_ and that transforms the forward slashes to backslashes.
github.com/Raku/nqp-configure/blob...#L763-L765 20:22
[Coke] I use nmake on windows. maybe it's guessing parts of your toolchain wrong? You can tell Configure.pl when you start which toolchain you want it to use... 21:05
MasterDuke all i did was install strawberry perl+git+openjdk, set env variables, clone repo, and run `perl Configure.pl --backend=jvm`, don't think i did anything out of the ordinary 21:44
i don't have nmake installed 21:46
releasable6 Next release in ≈5 days and ≈19 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00
[Coke] I thinks strawberry comes with gnu-flavored tools, so that makes sense, yah, probably should have worked 23:13