17 Jul 2024
lizmat ? 12:36
ah... you did that already :-) 12:37
[Coke]++ 12:38
Geth doc/main: c143562c7e | (Will Coleda)++ | xt/rakudoc-l.rakutest
Run link checker only if NETWORK_TESTING
17:51
doc/main: ed13cb585f | (Will Coleda)++ | xt/rakudoc-l.rakutest
improve error reporting and control flow

  (previously reported some http links bad *twice*)
doc/main: e3f6548229 | (Will Coleda)++ | doc/Language/performance.rakudoc
fix pod typo
18:56
doc/main: bf22a7df2b | (Will Coleda)++ | doc/Language/nativecall.rakudoc
Swap out problematic man page URL
doc/main: 7542550eb2 | (Will Coleda)++ | xt/rakudoc-l.rakutest
clear another problematic URL
19:48
doc/main: ce039a9447 | (Will Coleda)++ | writing-docs/TESTING.md
note NETWORK_TESTING
doc/main: d8a2bbd6ab | (Will Coleda)++ | xt/rakudoc-l.rakutest
Handle this annoying ad hoc error
19:50
20 Jul 2024
doc: wayland++ created pull request #4501:
Improve documentation for nextcallee
02:45
21 Jul 2024
doc/patrickbkr-io-socket-mixed-read-caveat: aa6634b84d | (Patrick Böker)++ | doc/Type/IO/Socket.rakudoc
Document IO::Socket::recv(:bin) caveat
08:43
22 Jul 2024
doc/main: eb7c31dad9 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Proc.rakudoc
Update Proc.rakudoc

minor typo s/save/safe/
08:00
doc/main: 9b968cd7c4 | (Tim Nelson)++ (committed using GitHub Web editor) | doc/Language/functions.rakudoc
Improve documentation for nextcallee (#4501)

  * -Documented nextcallee better
  -Provided a handy table of the call/next same/with tools
13:18
doc/main: f4c6ebc1af | (Will Coleda)++ | doc/Language/5to6-perlvar.rakudoc
Remove link to non-existant Cool method
18:20
doc/main: 07146e99f3 | (Will Coleda)++ | doc/Language/functions.rakudoc
Fix typo*

  (Enshrined in HTTP referer, but still typo)
doc/main: 8f5fb406a8 | (Will Coleda)++ | doc/Language/functions.rakudoc
whitespace
23 Jul 2024
kjp 2;5M2;5m0;3M10;3M0;3m;3M9;2M;2m;6M;6m;3M7;3M;3m7;4M27;4M27;4M29;4M9;4m6;4M56;4M56;4M6;4m3;17M63;18M3;18m2;20M31;20M1;20m;20M4;20M4;19M4;19M4;18M4;18M;18m;7M3;7M4;7M5;7M8;7M;7m0;8M40;8M40;8M40;8M0;8m 07:00
quit
Geth doc/main: 728b81277c | (Will Coleda)++ | xt/pws/words.pws
new word
15:18
doc/main: 0c3c625cb8 | (Will Coleda)++ | doc/Type/X/Numeric/DivideByZero.rakudoc
Add divide by zero exception type
doc/main: b156ee69bf | (Will Coleda)++ | doc/Type/X/Numeric/CannotConvert.rakudoc
Add missing X:: docs
21:25
24 Jul 2024
doc/main: cb2c7e0526 | (Patrick Böker)++ (committed using GitHub Web editor) | doc/Type/IO/Socket.rakudoc
Document IO::Socket::recv(:bin) caveat (#4498)
00:17
doc/main: 2da8bda47b | (Will Coleda)++ | 11 files
Fix some broken links

Also use anchors-only if we're referring to the same document.
Part of #4476
01:39
doc-website/docs-dev: 6382dde73e | (Will Coleda)++ | README.md
WIP
01:41
doc/main: 6419d746c2 | (Will Coleda)++ | 2 files
link to X type doc
23:10
doc/main: ae16c6aab8 | (Will Coleda)++ | 5 files
fix some broken links

part of #4476
doc-website/docs-dev: 00deb43275 | (Will Coleda)++ | README.md
WIP
25 Jul 2024
¦ doc-website: finanalyst self-assigned JS error github.com/Raku/doc-website/issues/407 12:55
doc-website/docs-dev: c54c878192 | (Will Coleda)++ | README.md
WIP
13:55
[Coke] coleman: how can I run the website locally? I have instructions for testing out the caddy file, but that's using quay.io/colemanx/raku-doc-website 17:37
I want to be able to do a git bisect and run the site at each bisect step
(I have been doing this for 20 commits until I just realized why I kept getting the same error. :) 17:38
looks like the docker image is just latest, so I can't use that to go back in time. 17:40
finanalyst [Coke] I think the error may be occuring because there has been a change in the JS library 19:28
[Coke] Are we including just "latest" instead of a specific version? That'd do it
finanalyst Checking 19:29
It seems we are pulling the latest version, not a tagged release. There is no tagged release for fuzzysort 19:31
coleman [Coke] I replied on the issue. I'm WFH today so hit me up if it doesn't work. 19:55
[Coke] Thanks. we think it might be the 3rd party lib, we didn't pin it to a version 19:57
Geth doc-website/change_cdn_in_filtered_toc: 983162a2e7 | finanalyst++ | Website/plugins/filtered-toc/config.raku
addresses issue #407

  - ToC filtering depends on fuzzysort library
  - Library was updated to 3.0.0, changing API, breaking ToC filtering
  - Previous version (2.0.4) available on different cdn
20:25
doc-website: finanalyst++ created pull request #409:
addresses issue #407
doc-website/main: 5ea6da746e | (Richard Hainsworth)++ (committed using GitHub Web editor) | Website/plugins/filtered-toc/config.raku
addresses issue #407 (#409)

  - ToC filtering depends on fuzzysort library
  - Library was updated to 3.0.0, changing API, breaking ToC filtering
  - Previous version (2.0.4) available on different cdn
21:51
26 Jul 2024
[Coke] reset the docs-dev branch to be a copy of main (got rid of all the whitespace commits) 16:29
so I can test the recent JS fix.
Geth doc/main: c08de7c2ca | (Will Coleda)++ | doc/Language/syntax.rakudoc
grammar not Grammar
18:50
doc-website/docs-dev: 3b72f18bd1 | (Will Coleda)++ | README.md
WIP
22:14
doc/main: 5dfdc35423 | (Will Coleda)++ | 4 files
fix some broken links #4476
22:21