🦋 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. |
|||||||||||||||||||||||||||||||||||||||
00:02
reportable6 left
00:04
reportable6 joined
00:40
b2gills left
01:36
kvw_5_ left
01:37
kvw_5 joined
01:55
frost-lab joined
02:14
b2gills joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
03:14
evalable6 left
03:16
evalable6 joined
05:56
nativecallable6 left,
benchable6 left,
statisfiable6 left,
releasable6 left,
quotable6 left,
tellable6 left,
linkable6 left,
coverable6 left,
committable6 left,
reportable6 left,
bloatable6 left,
sourceable6 left,
evalable6 left,
notable6 left,
bisectable6 left,
squashable6 left,
greppable6 left,
unicodable6 left,
shareable6 left,
shareable6 joined
05:57
coverable6 joined,
nativecallable6 joined,
greppable6 joined,
benchable6 joined,
linkable6 joined,
notable6 joined
05:58
committable6 joined,
bisectable6 joined,
quotable6 joined,
bloatable6 joined,
reportable6 joined,
statisfiable6 joined,
evalable6 joined
05:59
sourceable6 joined,
squashable6 joined,
unicodable6 joined,
tellable6 joined,
releasable6 joined
06:02
reportable6 left,
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
tyil | Geth: uptime | 08:20 | |||||||||||||||||||||||||||||||||||||
Geth | 5 days, 22 hours, 42 minutes, and 45 seconds | ||||||||||||||||||||||||||||||||||||||
tyil | good bot | ||||||||||||||||||||||||||||||||||||||
08:34
stoned75 left
08:48
domidumont joined
08:52
domidumont left
09:02
[Tux] left
09:06
[Tux] joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
09:43 | |||||||||||||||||||||||||||||||||||||
10:54
MasterDuke left
11:54
squashable6 left,
committable6 left,
shareable6 left,
statisfiable6 left,
notable6 left,
evalable6 left,
sourceable6 left,
coverable6 left,
benchable6 left,
reportable6 left,
quotable6 left,
linkable6 left,
bisectable6 left,
bloatable6 left,
nativecallable6 left,
releasable6 left,
greppable6 left,
unicodable6 left,
tellable6 left,
statisfiable6 joined,
sourceable6 joined
11:55
committable6 joined,
shareable6 joined,
evalable6 joined,
notable6 joined
11:56
squashable6 joined,
reportable6 joined,
bisectable6 joined,
coverable6 joined,
releasable6 joined,
tellable6 joined,
unicodable6 joined,
greppable6 joined,
bloatable6 joined,
linkable6 joined
11:57
nativecallable6 joined,
benchable6 joined,
quotable6 joined
12:02
reportable6 left
12:04
reportable6 joined
12:10
frost-lab left
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
13:22
nine left
14:02
nine joined
14:58
MasterDuke joined
17:32
nine left
17:33
nine joined
18:02
reportable6 left
18:03
reportable6 joined
18:39
dogbert11 joined
19:45
Xliff left
|
|||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||
20:38
Kaiepi left
|
|||||||||||||||||||||||||||||||||||||||
[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 | |||||||||||||||||||||||||||||||||||||
21:26
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
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 |