🦋 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 available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm Set by lizmat on 8 June 2022. |
|||
00:00
reportable6 left
00:02
reportable6 joined
01:13
bloatable6 left,
releasable6 left,
sourceable6 left,
greppable6 left,
quotable6 left,
unicodable6 left,
notable6 left,
coverable6 left,
squashable6 left,
bisectable6 left,
committable6 left,
evalable6 left,
reportable6 left,
benchable6 left,
linkable6 left,
tellable6 left,
statisfiable6 left,
nativecallable6 left,
shareable6 left
01:14
nativecallable6 joined,
tellable6 joined,
benchable6 joined,
notable6 joined,
sourceable6 joined,
statisfiable6 joined,
releasable6 joined,
bisectable6 joined
01:15
quotable6 joined,
linkable6 joined,
shareable6 joined,
coverable6 joined,
committable6 joined,
greppable6 joined,
squashable6 joined
01:16
evalable6 joined,
unicodable6 joined,
reportable6 joined,
bloatable6 joined
03:31
reportable6 left,
benchable6 left,
nativecallable6 left,
quotable6 left,
committable6 left,
evalable6 left,
unicodable6 left,
notable6 left,
statisfiable6 left,
releasable6 left,
shareable6 left,
bisectable6 left,
tellable6 left,
squashable6 left,
coverable6 left,
sourceable6 left,
greppable6 left,
bloatable6 left,
linkable6 left,
benchable6 joined,
nativecallable6 joined,
tellable6 joined,
squashable6 joined
03:32
quotable6 joined,
evalable6 joined,
committable6 joined,
greppable6 joined,
sourceable6 joined,
notable6 joined
03:33
statisfiable6 joined,
unicodable6 joined,
releasable6 joined,
bisectable6 joined,
bloatable6 joined
03:34
shareable6 joined,
reportable6 joined,
coverable6 joined,
linkable6 joined
04:47
shareable6 left,
sourceable6 left,
squashable6 left,
nativecallable6 left,
statisfiable6 left,
coverable6 left,
bisectable6 left,
tellable6 left,
notable6 left,
greppable6 left,
evalable6 left,
committable6 left,
quotable6 left,
benchable6 left,
bisectable6 joined,
nativecallable6 joined,
shareable6 joined,
coverable6 joined
04:48
greppable6 joined,
sourceable6 joined,
evalable6 joined,
committable6 joined,
statisfiable6 joined,
quotable6 joined
04:49
benchable6 joined,
notable6 joined,
squashable6 joined
04:50
tellable6 joined
06:00
reportable6 left
06:01
reportable6 joined
07:37
kurahaupo left
07:39
kurahaupo joined
07:48
sena_kun joined
|
|||
Geth | rakudo/main: 8ab9d11fa6 | (Elizabeth Mattijsen)++ | 2 files RakuAST: add "snip"/"snitch" to L10N These new functions were forgotten before. |
09:46 | |
rakudo/main: 33cb11be36 | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/L10N/NL.rakumod RakuAST: fix typo on L10N |
10:14 | ||
rakudo/main: 5790e5898a | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/L10N/NL.rakumod RakuAST: fix another booboo |
10:48 | ||
rakudo/main: 17ffa7ee8c | (Elizabeth Mattijsen)++ | src/core.e/Formatter.pm6 Remove dead code No idea why that was there: probably copy-pasted from the NQP implementation initially. |
|||
11:46
Voldenet left
11:47
Voldenet joined
12:00
reportable6 left
12:02
reportable6 joined
13:02
reportable6 left,
committable6 left,
evalable6 left,
squashable6 left,
squashable6 joined
13:04
committable6 joined,
reportable6 joined
13:05
evalable6 joined
13:38
uzl[m] left,
uzl[m] joined
14:20
jgaz left
14:31
kurahaupo left
14:42
kurahaupo joined
14:43
kurahaupo left
14:49
kurahaupo joined
15:03
kurahaupo left
15:08
kurahaupo joined
15:32
jgaz joined
15:33
jgaz left
15:34
jgaz joined
15:46
kurahaupo left
|
|||
Geth | rakudo/main: d1c92717f6 | (Daniel Green)++ | src/core.c/CompUnit/Repository/FileSystem.pm6 Further optimize dir walk in directory from -I No need to create a new IO::Path object, ugexe++ |
15:48 | |
15:51
kurahaupo joined
|
|||
Geth | rakudo/ugexe/curfs-extension-improvements: 6e8339a61c | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6 Don't include leading . in extensions The .extension method for paths returns the extension without the leading '.'. It would thus make sense for CURFS's extensions api to also use that same pattern. This changes CURFS to support extensions without the leading dot instead of with it. |
16:25 | |
rakudo/ugexe/curfs-extension-improvements: 4d077623ca | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6 Avoid trailingname path part |
|||
rakudo: ugexe++ created pull request #5294: Make CURFS extensions more idiomatic |
16:26 | ||
ugexe | patrickb: any idea what this is about? github.com/rakudo/rakudo/pull/5294...1605621548 | 16:27 | |
Geth | rakudo/main: 6e8339a61c | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6 Don't include leading . in extensions The .extension method for paths returns the extension without the leading '.'. It would thus make sense for CURFS's extensions api to also use that same pattern. This changes CURFS to support extensions without the leading dot instead of with it. |
16:50 | |
rakudo/main: 4d077623ca | (Nick Logan)++ | src/core.c/CompUnit/Repository/FileSystem.pm6 Avoid trailingname path part |
|||
rakudo/main: 6d0e4c31bf | (Nick Logan)++ (committed using GitHub Web editor) | src/core.c/CompUnit/Repository/FileSystem.pm6 Merge pull request #5294 from rakudo/ugexe/curfs-extension-improvements Make CURFS extensions more idiomatic |
|||
16:51
kurahaupo left
16:54
kurahaupo joined
16:59
kurahaupo left
|
|||
ugexe | heh wow i butchered that second commit message | 17:03 | |
"Avoid recreating trailing name path part" | 17:04 | ||
17:04
kurahaupo joined
17:06
kurahaupo left
17:07
codesections joined
17:10
kurahaupo joined
17:13
kurahaupo left
17:20
kurahaupo joined
17:22
kurahaupo left
17:26
kurahaupo joined
17:30
kurahaupo left
17:32
kurahaupo joined
17:39
kurahaupo left
17:43
kurahaupo joined
17:59
kurahaupo left
18:00
reportable6 left
18:02
kurahaupo joined,
reportable6 joined
18:17
kurahaupo left
18:22
kurahaupo joined
18:56
kurahaupo left
19:15
kurahaupo joined
19:58
kurahaupo left
20:03
kurahaupo joined
20:24
sena_kun left
20:29
kurahaupo left
20:34
kurahaupo joined
21:16
kurahaupo left
21:20
kurahaupo joined
23:19
kurahaupo left
23:20
kurahaupo joined
|