🦋 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:16 vrurg left 00:24 vrurg joined 00:39 MasterDuke joined
codesections . 01:18
02:26 tonyo left, tonyo joined 03:27 nebuchadnezzar left, nebuchadnezzar joined
AlexDaniel .tell lizmat it does seem to work! Thank you! 04:07
tellable6 AlexDaniel, I'll pass your message to lizmat 04:08
05:02 [Coke]_ joined 05:04 [Coke] left
[Tux] New PC finally ordered. Hard too imagine that everything that could have gone wrong in the order proces *did* go wrong. Eventually they gave me 10% rebate to compensate. ETA 2023-11-23 07:49
07:53 vrurg left, vrurg joined 08:58 AlexDaniel left 09:21 sena_kun joined 10:30 sena_kun left
Geth rakudo/main: 083567a2c2 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod
RakuAST: fix deparsing for sub calls without args
12:14
rakudo/main: ffd136cc1b | (Elizabeth Mattijsen)++ | 6 files
RakUAST: adapt localization tests to new deparsing features
12:47 kjp joined 14:11 [Coke] joined 14:13 [Coke]_ left 15:14 unicodable6 left, sourceable6 left, sourceable6 joined, unicodable6 joined, bloatable6 left, bloatable6 joined 15:47 finanalyst joined
Geth rakudo: vrurg++ created pull request #5465:
Fix some aspects of using `is default`
15:48
roast: vrurg++ created pull request #848:
Improvements to `is default` tests for hashes
15:50
18:42 sena_kun joined
Geth rakudo/main: 37fbee11dc | (Elizabeth Mattijsen)++ | src/Raku/ast/expressions.rakumod
RakuAST: fix handling of vulgars

The resolver would resolve it to &infix:<+>, but we need a different associativity for vulgars, so make sure we get the correct properties by not depending on the base class handling of .properties.
19:49
lizmat m: say Q|3½|.AST.EVAL 19:53
camelia ===SORRY!===
MVMArray: Can't pop from an empty array
lizmat m: say Q|6²/₃.AST.EVAL 19:58
camelia ===SORRY!=== Error while compiling <tmp>
Couldn't find terminator | (corresponding | was at line 1)
at <tmp>:1
------> say Q|6²/₃.AST.EVAL⏏<EOL>
expecting any of:
|
lizmat m: say Q|6²/₃|.AST.EVAL
camelia ===SORRY!===
MVMArray: Can't pop from an empty array
lizmat r: testing 19:59
camelia Can't open perl script "/home/camelia/rakudo-j-inst/bin/eval-client.pl": No such file or directory
===SORRY!=== Error while compiling <tmp>
Undeclared routine:
testing used at line 1
lizmat I wonder if we could re-assign r: to run with RAKUDO_RAKUAST=1 nine ? 20:00
m: say Q|6²/₃.AST.EVAL 20:12
camelia ===SORRY!=== Error while compiling <tmp>
Couldn't find terminator | (corresponding | was at line 1)
at <tmp>:1
------> say Q|6²/₃.AST.EVAL⏏<EOL>
expecting any of:
|
lizmat m: say Q|3½|.AST.EVAL
camelia 3.5
lizmat m: say Q|6²/₃|.AST.EVAL
camelia 6.666667
lizmat whee!
nemokosch what's the difference between github labels "fixed in RakuAST" and "addressed in RakuAST"? 21:02
22:30 coleman left 22:31 coleman joined 22:45 sena_kun left
lizmat nemokosch good question 23:04
23:44 kjp left