3 Jun 2023 | |||
[Coke] | 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 | ||
4 Jun 2023 | |||
.tell | 13:35 | ||
.tell lizmat foo | 13:36 | ||
finanalyst | .tell guifa codesections suggested I contact you about internationalisation. | 13:38 | |
Geth | doc-website/secondary_refactor: 7 commits pushed by (Richard Hainsworth)++, finanalyst++, (Coleman McFarland)++
|
14:14 | |
doc-website/add_next_input_to_default_templates: e9815c4758 | finanalyst++ | Website/templates/01-default.raku Add previously undocumented blocks to generic templates |
14:24 | ||
doc-website: finanalyst++ created pull request #256: Add previously undocumented blocks to generic templates |
14:26 | ||
doc-website/main: e9815c4758 | finanalyst++ | Website/templates/01-default.raku Add previously undocumented blocks to generic templates |
16:15 | ||
doc-website/main: 5deceae1be | (Coleman McFarland)++ (committed using GitHub Web editor) | Website/templates/01-default.raku Merge pull request #256 from Raku/add_next_input_to_default_templates Add previously undocumented blocks to generic templates |
|||
coleman | finanalyst: good to see you in the chat | 16:17 | |
Geth | doc/main: a752eeb262 | (Will Coleda)++ | lib/Pod/Cache.rakumod note return value |
23:45 | |
doc/main: 8a47e81985 | (Will Coleda)++ | doc/Language/variables.rakudoc explicit output closes #4316 |
|||
[Coke] | is is sufficient to set RAKUDO_RAKUAST and then invoke raku with --doc to get the speedups? | 23:48 | |
Or do I also have to pass a use for v6.e.PREVIEW or experimental on the command line? | 23:49 | ||
ah, just looking at `time` output, looks like you don't need anything else for the speedup | 23:50 | ||
so I tried "RAKUDO_RAKUAST=1 make xtest" in a raku/doc checkout, and it is very unhappy. | 23:52 | ||
skipping the examples compilation and the specific rakudoc tests (which expect the old school) is better, but still a ton of errors, will post a gist. | 23:54 | ||
... will rerun and capture all the errors, just the prove results are unhelpful | 23:56 | ||
5 Jun 2023 | |||
gist.github.com/coke/b33c1b0af10f2...5d2be81a57 | 00:09 | ||
looks like some are pod parsing failures, some are the output isn't quite the same and so the text fails, | |||
some are: should rewrite the test itself because ast | 00:11 | ||
lizmat | if you could gist the pod parsing failures, I'd be much obliged | 08:54 | |
[Coke] | I can break out that giant gist into smaller issues, sure. | 14:24 | |
this afternoon | |||
gist.github.com/coke/cc5421821b7dc...001b214a3c - lizmat, here are the parse issues | 19:25 | ||
here's an example of just whitespace diffs from old/new on one file: | 19:30 | ||
gist.github.com/coke/a4144ee37614b...9bf447e444 |