| 27 Nov 2025 | |||
| arkiuat | s/in fact/instead I think that in fact/ | 16:31 | |
| perhaps I was excessively cautious in trying to be objective and not push my own agenda, which would be to abandon the use of POSIX timestamps ASAP and adopt the Int or Real (as appropriate) form of Instant for that purpose instead. | 16:37 | ||
| disbot6 | <librasteve> arkuiat: , coke: many thanks for your forbearance ... I will review the new text and try to better clarify my concerns and to propose a cosntructive progression from it ... | 18:20 | |
| 29 Nov 2025 | |||
| Geth | rakudo.org: f58a4370e1 | (Will Coleda)++ | 2 files Add my key info |
00:41 | |
| rakudo.org: 9cf962a48b | (Will Coleda)++ | templates/downloads-verifying.html.ep fix html typo |
00:45 | ||
| arkiuat | updated github.com/Raku/doc/issues/3782 -- I'm not sure that we can't just delete the entry for C<method conj> in Numeric.rakudoc and then close the issue | 19:45 | |
| Geth | doc: arkiuat++ created pull request #4725: removing method conj from Numeric per discussion in issue 3782 |
20:09 | |
| arkiuat | that's a draft PR for now | 20:10 | |
| 30 Nov 2025 | |||
| Geth | doc: arkiuat self-assigned RFE: Please add "last" and "next" for while and until loops github.com/Raku/doc/issues/4054 arkiuat++ created pull request #4726: Language/REPL: make Trap section more prominent per issue 3908 |
00:47 | |
| ¦ doc: arkiuat self-assigned error when binding variables github.com/Raku/doc/issues/3908 | 05:18 | ||
| 3 Dec 2025 | |||
| doc/librasteve-moreontraits: e5cc6fd9f1 | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc More Information on Attribute Traits Some of the more recent attribute traits (`is built`) are not covered in the Objects tutorial. This introduces a new short section to summarize all the available attribute traits (as documented in `class Attribute` See this SO question: stackoverflow.com/questions/798364...9#79836679 |
10:08 | ||
| doc: librasteve++ created pull request #4727: More Information on Attribute Traits |
|||
| ¦ doc: arkiuat self-assigned confusion about class Instant's epoch github.com/Raku/doc/issues/4608 | 13:57 | ||
| doc/main: b0b065e3d5 | (Eric Forste)++ (committed using GitHub Web editor) | doc/Language/REPL.rakudoc making Trap section more prominent per issue 3908 (#4726) |
17:41 | ||
| 4 Dec 2025 | |||
| doc/librasteve-moreontraits: 7a00b1a6f3 | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc Rm trailing ws and fix code |
18:07 | ||
| doc/librasteve-moreontraits: e97ae49bc5 | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc Catch another trailing ws |
18:12 | ||
| doc/librasteve-moreontraits: bd25e7ff75 | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc put error in try {} |
18:35 | ||
| doc/librasteve-moreontraits: a0e6c90c8a | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc drop yadayadayada |
18:44 | ||
| doc/librasteve-moreontraits: 061fc6b59d | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc Drop is rw code |
18:48 | ||
| doc/librasteve-moreontraits: e7b4862fc2 | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc add =begin code :preamble<class Journey {}> |
18:59 | ||
| doc/librasteve-moreontraits: fecf845be5 | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc mv :preamble<class Journey {}> |
19:02 | ||
| 5 Dec 2025 | |||
| doc/librasteve-moreontraits: a342aa9f5c | librasteve++ (committed using GitHub Web editor) | doc/Language/objects.rakudoc fix coke conversation points |
11:47 | ||
| doc/main: 10 commits pushed by librasteve++ review: github.com/Raku/doc/compare/b0b065...d84020145a |
11:48 | ||
| arkiuat | is it possible submit a PR as squashed using the web editor? I guess not. | 14:51 | |
| Anyway, xt/rakudoc-types.rakutest is complaining about a link that I didn't even modify, in doc/Language/variables.rakudoc | 14:52 | ||
| # at xt/rakudoc-types.rakutest line 91\n # Failed test 'L<Regex|/language/regexes> should be L<C<Regex>|/type/Regex>' | |||
| /language/regexes is an actual article that was the intended link target there; arbitrarily forcing that to link to the type definition instead seems wrong | 14:53 | ||
| the link in question is in the discussion of The C<$/> variable on line 1175 of the .rakudoc | 14:56 | ||
| would the test be quieted if we didn't titlecase the linktext there? i. e. change "Regex" to "regex"? If so, that change seems worth making. | 14:58 | ||
| 7 Dec 2025 | |||
| Geth | doc: arkiuat++ created pull request #4729: per 4054 linked to next/last from while/until; moved return etc later |
01:33 | |
| arkiuat | well, duh. To answer my own question, I tried it out, and found that there are at least 3 occurrences of "L<Regex|/language/regexes>" in that document, none put there by me, but also that lower-casing the word "regex" does in fact satisfy the test that was complaining | 03:10 | |