Documentation Channel for #raku | This channel is logged | Roadmap: github.com/raku/doc/wiki
Set by [Coke] on 23 May 2022.
08:23 sena_kun joined
lizmat [Coke]: as a new doc, *not* replacing the existing P5 stuff 08:45
09:58 sena_kun left 13:32 sena_kun joined 14:59 NemokoschKiwi joined 15:02 NemokoschKiwi left 15:22 NemokoschKiwi joined 15:25 NemokoschKiwi left 22:07 sena_kun left
[Coke] I think we could, sure. 22:51
how much prep work to combine? One big page or maybe a few? 23:10
Geth doc/main: 2458e9926a | habere-et-dispertire++ (committed by Will Coleda) | doc/Language/regexes.rakudoc
Using chained comparator

Does this read better ?
  ~~~diff
  -$/.Int <= 255 && $/.Int >= 0
  +0 <= $/.Int <= 255
  ~~~
23:18
doc/main: 268f9cd147 | (Márton Polgár)++ (committed by Will Coleda) | doc/Type/DateTime.rakudoc
Remove numeric comparison operators from DateTime

The numeric comparison operators were previously documented here because they were specifically implemented for this type.
However, this changed with github.com/rakudo/rakudo/commit/72...46c378d01e .
Now, the fact that this type can be used with these operators is simply a natural consequence of the provided coercion.
23:25
[Coke] doc question: A feature existed and was removed. Should it be a) removed entirely, b) left in place but marked somehow, c) moved to a special section (end of doc, new doc) for removed. 23:32
... ah, the situation isn't what I thought, I thought it was renamed earlier and then entirely removed. it was just the old name that was removed. 23:34
Geth doc/main: f59cfce377 | (Will Coleda)++ | doc/Programs/03-environment-variables.rakudoc
update removal date based on #4349
23:35