Documentation Channel for #raku | This channel is logged | Roadmap: github.com/raku/doc/wiki Set by [Coke] on 23 May 2022. |
|||
Geth | doc/main: 75815167fa | (Will Coleda)++ | META6.json no more build, no more depends |
00:39 | |
00:42
Geth left,
Geth joined
|
|||
Geth | doc/main: b1b5d523fe | (Will Coleda)++ | Build.pm6 Avoid installing this repo. Other repositories that use it expect a clone to exist, they do not expect it to be installed, and our old install process was broken for years. |
00:48 | |
doc/main: 063ae29db1 | (Will Coleda)++ | .gitignore These ignores should be per-user, not in the repo itself |
01:14 | ||
04:50
rf left
10:01
sena_kun joined
|
|||
Geth | doc/main: 6a7bfe63d8 | cfa++ (committed using GitHub Web editor) | doc/Language/5to6-perlfunc.pod6 Fix output for the `wantarray` example Also update to use the OUTPUT: «...» convention for consistency. |
16:27 | |
doc/main: bbf9c01f77 | cfa++ (committed using GitHub Web editor) | doc/Language/5to6-perlfunc.pod6 Amend output for `wantarray` sink example |
16:35 | ||
lizmat | I see that doc updates are sent to #raku as well as #raku-doc maybe that should only be #raku-doc in the future ? | 16:36 | |
16:39
cfa joined
|
|||
cfa | o/ | 16:39 | |
$ ag ' # (says|prints)' doc | |||
these seem like good candidates for rewriting as OUTPUT: «...»s | |||
many false positives there but still -- maybe a few can be updated | 16:48 | ||
17:51
cfa left
|
|||
coleman | I've started a new Hetzner project last night and I'm going to run the new site on servers that I'll pay for. | 18:15 | |
Then we'll gradually refactor off of rba's | |||
(i think just rakubrew's website will be left) | 18:16 | ||
I'll set up dev this afternoon. | |||
I'll wait for Coke's word on cutting over for real; I'll just prepare the ground. | |||
I wasn't aware that rba wanted to stop sponsoring until recently. Perhaps he mentioned it, though. | 18:17 | ||
Some of you will receive emails from Hetzner; That's probably from me. There's a way to allow other teammates limited access of various kinds. | 18:18 | ||
Once things are settled down, we can talk budget, ownership, governance. | 18:19 | ||
I'm learning Hetzner's interface. It's kind of nice. Not as many features as Linode or Digital Ocean (or AWS/Azure, of course), but some very interesting network stuff that those smaller clouds lack. Setting actual routes in a route table for one. | 18:21 | ||
[Coke] | I feel bad about you paying for anything up front. | 18:43 | |
But I also didn't realize Roman was paying! | 18:44 | ||
coleman | dont worry :) | ||
[Coke] | let me check outstanding tickets. | ||
coleman | prod not today | 18:45 | |
[Coke] | Right. For prod, 4 open tickets, and I don't think any of them are blockers. | 18:46 | |
My take on preserving all the URLS we've used: it's an ideal and we should strive to do it, but we've been so long without a content update (even longer for an automated one), that I'd rather get the new site in place and working. Not sure what everyone else's vote is on that particular issue. | 18:47 | ||
coleman | agree | 18:49 | |
[Coke] | so, no real prod blockers (still nice to fix those if we can). What did you need my word for on dev? | 18:50 | |
coleman | no blockers from me. You've seen the container I'm deploying | 18:51 | |
Geth | doc/main: 0923eb74fd | (Will Coleda)++ | 2 files Rename Build file use preferred file extension |
20:20 | |
doc/main: 305537cc6f | (Will Coleda)++ | README.md Remove references to items in generated HTML Leave SO listing for now, but this should be reviewed for accuracy. |
20:24 | ||
coleman | docs-dev.raku.org/programs.html | 20:37 | |
Cloudflare HTTPS cert -> Hetzner LB -> Podman | |||
The container should update itself every hour; As long as 1) the buildkite job doesn't fail and 2) the on-server cron job doesn't fail | 20:39 | ||
I will write this up for the infra team | 20:40 | ||
We can start thinking about the more advanced requirements like logs | 20:42 | ||
22:02
rf joined
22:09
cfa joined
|
|||
Geth | doc/main: 78e0a5ccce | cfa++ (committed using GitHub Web editor) | doc/Language/5to6-perlfunc.pod6 Prefer OUTPUT: «…» |
22:18 | |
23:05
sena_kun left
|
|||
cfa | looks like there's a rendering issue here: | 23:22 | |
new-raku.finanalyst.org/language/m...s.html#use | |||
the input is L<need|/language/modules#need> MyModule; | 23:23 | ||
but the generated link is presented verbatim in the <pre/> |