🦋 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.
[Tux] Rakudo v2023.04-68-gcf3d937fc (v6.d) on MoarVM 2023.04-1-g965be0af5
csv-ip5xs0.884 - 1.081
csv-ip5xs-205.383 - 6.558
csv-parser3.678 - 4.596
csv-test-xs-200.388 - 0.402
test6.477 - 6.775
test-t1.402 - 1.924
test-t --race0.958 - 1.154
test-t-2020.637 - 23.147
test-t-20 --race6.533 - 7.472
10:23
Surprised by the 1.9, as I am not doing a lot on the box right now
Geth rakudo/main: a4c7b199f6 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: add proper support for virtual column dividers

Also fix logic in LegacyPodify that wouldn't set headers if only one divider was seen.
11:32
lizmat a lot more tests pass, but not complete files yet 11:33
Geth rakudo/main: 5c4f9efe11 | (Elizabeth Mattijsen)++ | src/Raku/Actions.nqp
RakuAST: fix fetching numeric values from config
11:49
lizmat 813!
nine Nice :) 15:36
lizmat TIL you can have Z<comment> markup inside a table cell, but no other markup 18:21
.oO( WTFF )
18:22
gfldex I'm looking for mainline-code in a role body in S14-roles and can't find any. Do I need better glasses or is this ENOSPEC? 19:10
lizmat well, I can tell you how it's implemented
gfldex I would be very surprised if you couldn't but that wasn't my question. :-> 19:11
I'm asking because I can't file an ENODOC unless it's !ENOSPEC. 19:12
Geth rakudo/main: e92e6f2fd5 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: more =table fixes

  - make sure offsets point at the start of a cell for both rows with
   visible dividers, as well as with invidible dividers
  - handle lines that start with a visible divider properly
  - allow for Z<markup> inside table cells
  - remove all common leading whitespace before parsing
  - having only a header divider and a single footer divider no longer
   implies the cells inbetween are multi-line cells
  - make sure that missing trailing cells are properly podified
19:17
lizmat gfldex: there are tests for it, so it *is* spec 19:18
so an ENODOC issue should be filed
afk&
Xliff Can RakuAST be used to emit need statements, yet? 19:22
lizmat Xliff: there's a class RakuAST::Statement::Need class 21:46
Xliff lizmat: Thanks. 22:52
I'll try it and see if it works via EVAL.
Hah! I need nodes in module-names.... 22:58
lizmat: Quick question for you... 23:01
See the list here? github.com/Xliff/p6-GooCanvas/blob.../Types.pm6 23:02
That's what I was hoping RakuAST could make reusable.
I would like to make each project emit a tree of Need statements that can be evaluated and then executed. 23:03
Is RakuAST to the point where something like that will work?
Xliff Nope. Did not work... 23:14
Yeah. Deparses fine, but doesn't work. 23:20
:(
Oh well... maybe next month?
I am patient and hopeful. Thanks for all of your hard work, everyone! 23:21