01:23
|Tux| left
01:35
|Tux| joined
08:29
sena_kun joined
08:51
sena_kun left
08:55
sena_kun joined
08:56
sena_kun left
11:52
[Coke]_ left
|
|||
Geth | GD-Raw/main: 49c5a3bdf3 | (Elizabeth Mattijsen)++ | 127 files CI test for 0.3 release |
12:51 | |
GD-Raw/main: cc84c6e657 | (Elizabeth Mattijsen)++ | 3 files 0.3 |
12:58 | ||
13:20
[Tux] left
13:24
[Tux] joined
|
|||
Geth | rakudo/fix-mu-u-in-optimizer: b65a231cfc | ab5tract++ | 2 files Address a small but significant corner case in the optimizer (Fixes R#5644 [#5644]) > with 42 { say $_ ~~ Mu:U } \# True > my $m = Mu:U; say $m ~~ Mu:U } ... (17 more lines) |
16:46 | |
linkable6 | R#5644 [open]: github.com/rakudo/rakudo/issues/5644 [Fixed in RakuAST] rakudo optimizer changes behaviour of `$_ ~~ Mu:U` | ||
16:49
timo left
|
|||
Geth | rakudo/main: ba303f4a79 | ab5tract++ | 2 files Address a small but significant corner case in the optimizer (Fixes R#5644 [#5644]) > with 42 { say $_ ~~ Mu:U } \# True > my $m = Mu:U; say $m ~~ Mu:U } ... (17 more lines) |
16:55 | |
linkable6 | R#5644 [open]: github.com/rakudo/rakudo/issues/5644 [Fixed in RakuAST] rakudo optimizer changes behaviour of `$_ ~~ Mu:U` | ||
GD-Raw/main: c3670d163f | (Elizabeth Mattijsen)++ | .github/workflows/macos.yml First stab at CI testing on MacOS |
17:13 | ||
GD-Raw/main: 92d9500768 | (Elizabeth Mattijsen)++ | .github/workflows/macos.yml Stab #2 at CI testing on MacOS |
17:24 | ||
GD-Raw/main: 5042244044 | (Elizabeth Mattijsen)++ | 2 files Show MacOS badge as well |
17:27 | ||
18:10
timo joined
|
|||
Geth | Image-Resize/main: 5bcfcbe0d2 | (Elizabeth Mattijsen)++ | 23 files CI test for 0.1 release |
18:24 | |
Image-Resize/main: bd9b52cc6f | (Elizabeth Mattijsen)++ | Changes 0.1 |
18:28 | ||
Image-Resize/main: c0157e7aaf | (Elizabeth Mattijsen)++ | lib/Image/Resize.rakumod Remove leftovero |
19:04 | ||
20:19
sena_kun joined
|
|||
timo | good work on the optimizer bug. do we add a rakudo or spec test? | 21:08 | |
ab5tract | good question... | 21:25 | |
i guess it falls under rakudo | 21:26 | ||
if it weren't already patched, we would put it in the with the misc rakuast tests | 21:29 | ||
there's a few similar cases in there that pass only because of no spesh or no optimizer, the idea being that we don't just want to lose the proper behavior once we start integrating those | 21:30 | ||
[Coke] | I think anything that is optimizer/jit/etc. related belongs in rakudo - but perhaps we should be running the spec test suite in multiple configurations also | 22:03 | |
22:38
sena_kun left
|
|||
timo | fascinating, the problem with "requested a synthetic codepoint that doesn't exist" also triggers on salsa for an i386 build | 23:24 | |
i wonder if it has something to do with decoding the environment |