Documentation Channel for #raku | This channel is logged | Roadmap: github.com/raku/doc/wiki Set by [Coke] on 23 May 2022. |
|||
09:37
sena_kun joined
16:55
sena_kun left,
sena_kun joined
|
|||
Geth | doc/main: a462f3c23b | (Will Coleda)++ | xt/01-raku-version.rakutest track release |
20:08 | |
[Coke] | switching over to use AST to do pod-to-text, getting Cannot find method 'from-paragraphs' on object of type NQPMu | 20:23 | |
I don't invoke this method anywhere. | 20:24 | ||
guessing it's from the .paragraphs call | |||
... maybe missing the RAKUAST env var at run time? | 20:27 | ||
lizmat: rakuast table processing dying here: | 20:28 | ||
github.com/Raku/doc/blob/main/doc/...kudoc#L237 | 20:29 | ||
===SORRY!=== | |||
Table has a mixture of visible and invisible column-separator types | |||
in line '$line 'Ana Dave \| 3:0'' | |||
also dev.to/lizmat/walking-the-rakuast-tree-3fbd's last code block has an extra trailing ) I think | 20:38 | ||
also, it is grepping for type==data, but am getting a type=pod ? | 20:42 | ||
looks like a bit of work to get it to match original --doc output. | 20:45 | ||
I will consider this a head start. | |||
(on my part for converting raku/doc to use this for testing) | |||
running AST's --doc is much closer, but still several WS diffs. | 20:47 | ||
lizmat | [Coke]: fix blog post, thanks | 22:02 | |
you need to specify RAKUDO_RAKUAST=1 to run pod-to-text... bootstrapping issue... :-) | 22:03 | ||
will look at rest tomorrow | 22:04 | ||
22:10
sena_kun left
|