🦋 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:03
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | tap-harness6: skaji++ created pull request #59: fix path-separator: : -> , |
00:37 | |||||||||||||||||||||||||||||||||||||
01:33
guifa left
|
|||||||||||||||||||||||||||||||||||||||
vrurg | greppable6: CORE-SETTING-REV | 02:29 | |||||||||||||||||||||||||||||||||||||
greppable6 | vrurg, Found nothing! | ||||||||||||||||||||||||||||||||||||||
03:04
codesections left
04:26
linkable6 left,
evalable6 left
04:27
linkable6 joined
04:28
evalable6 joined
06:00
reportable6 left,
reportable6 joined
06:15
epony left
06:26
epony joined
07:26
notable6 left,
bisectable6 left,
linkable6 left,
releasable6 left,
nativecallable6 left,
benchable6 left,
sourceable6 left,
evalable6 left,
statisfiable6 left,
quotable6 left,
reportable6 left,
unicodable6 left,
tellable6 left,
greppable6 left,
squashable6 left,
shareable6 left,
reportable6 joined,
quotable6 joined,
statisfiable6 joined,
bisectable6 joined,
linkable6 joined,
greppable6 joined
07:27
shareable6 joined,
sourceable6 joined,
notable6 joined,
tellable6 joined,
unicodable6 joined,
releasable6 joined
07:28
squashable6 joined,
evalable6 joined,
benchable6 joined,
nativecallable6 joined
08:11
epony left
08:16
Xliff left
08:24
epony joined
09:55
sena_kun joined
12:00
reportable6 left
12:03
reportable6 joined
12:12
Kaipei joined
12:16
Kaiepi left
|
|||||||||||||||||||||||||||||||||||||||
patrickb | o/ | 12:21 | |||||||||||||||||||||||||||||||||||||
Is it wrong, that a "race for @foo { }" uses HyperToIterator instead of RaceToIterator? | 12:22 | ||||||||||||||||||||||||||||||||||||||
Hm. Also RaceToIterator seems unused | 12:24 | ||||||||||||||||||||||||||||||||||||||
lizmat | that feels like a bug... | 12:26 | |||||||||||||||||||||||||||||||||||||
possibly a typo somewhere | |||||||||||||||||||||||||||||||||||||||
copypasto | |||||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: c72aa169ae | (Elizabeth Mattijsen)++ | src/Raku/ast/regex.rakumod Normalise RakuAST class specifications (3/N) In the sense that all roles are mentioned *under* the class specification, each on their own line. This at least makes reading these a lot easier for *me*. No functional changes. Please revert if you think it's a bad idea. |
12:30 | |||||||||||||||||||||||||||||||||||||
rakudo/main: 1ae9b40420 | (Elizabeth Mattijsen)++ | t/12-rakuast/regex.rakutest Remove dead code |
12:35 | ||||||||||||||||||||||||||||||||||||||
lizmat | nine jnthn is there a reason why the RakuAST::Regex::Anchor classes need to be instantiated? | 12:43 | |||||||||||||||||||||||||||||||||||||
same for RakuAST::Regex::CharClass::Any | 12:44 | ||||||||||||||||||||||||||||||||||||||
13:11
NemokoschKiwi joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | am I the only one seeing test failures in t/05-messages/03-errors.t for a while now ? | 13:20 | |||||||||||||||||||||||||||||||||||||
specifically about the exit code being 255 instead of 1 ? | 13:21 | ||||||||||||||||||||||||||||||||||||||
also: why are those tests using "is-run" instead of an EVAL and a CATCH block that looks at the error ? | 13:23 | ||||||||||||||||||||||||||||||||||||||
NemokoschKiwi | . | 14:10 | |||||||||||||||||||||||||||||||||||||
the safe | 14:11 | ||||||||||||||||||||||||||||||||||||||
14:26
linkable6 left
14:27
linkable6 joined
14:42
NemokoschKiwi left
14:43
MasterDukeMobile joined
14:51
MasterDukeMobile left
|
|||||||||||||||||||||||||||||||||||||||
Geth | tap-harness6: b23686b786 | (Shoichi Kaji)++ (committed by Leon Timmermans) | lib/TAP.rakumod fix path-separator: : -> , |
16:19 | |||||||||||||||||||||||||||||||||||||
16:21
ab5tract joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | tap-harness6: 0d3b426db8 | (Leon Timmermans)++ | 3 files 0.3.13 |
16:30 | |||||||||||||||||||||||||||||||||||||
[Tux] |
|
16:31 | |||||||||||||||||||||||||||||||||||||
16:38
ab5tract left
17:05
ab5tract joined
17:10
sena_kun left
17:11
sena_kun joined
17:19
ab5tract left
17:38
NemokoschKiwi joined
18:00
reportable6 left,
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: 095615b806 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.pm6 Many deparsing fixes and additions |
18:02 | |||||||||||||||||||||||||||||||||||||
rakudo/main: 73271c60af | (Elizabeth Mattijsen)++ | 2 files Add testing for many RakuAST::CharClass::xx elements |
|||||||||||||||||||||||||||||||||||||||
19:11
sena_kun left
19:12
sena_kun joined
19:35
Xliff joined
19:59
ab5tract joined
20:31
ab5tract left
20:37
ab5tract joined
20:47
ab5tract left
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo: patrickbkr++ created pull request #5156: Fix `race` to actually race and not secretly hypering |
21:01 | |||||||||||||||||||||||||||||||||||||
22:19
epony left
|
|||||||||||||||||||||||||||||||||||||||
vrurg | .tell lizmat t/05-messages/03-errors.t doesn't pass because classify and categorize do not die anymore with a Whatever. :) | 22:44 | |||||||||||||||||||||||||||||||||||||
tellable6 | vrurg, I'll pass your message to lizmat | ||||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: ffc9fc7409 | (Patrick Böker)++ (committed using GitHub Web editor) | 3 files Fix `race` to actually race and not secretly hypering (#5156) |
22:56 | |||||||||||||||||||||||||||||||||||||
23:06
epony joined
23:09
ab5tract joined
23:54
kjp left
23:57
kjp joined
|