🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 25 August 2021.
Geth doc: codesections++ created pull request #4032:
Methods in a class that `is hidden` don't get *%_
04:07
Geth doc: 58d7b1a86b | (Daniel Sockwell)++ (committed using GitHub Web editor) | 2 files
Clarify operator precedence description and tbl (#4031)

This commit clarifies the operator precedence table as discussed in Raku/doc#4029 and the accompanying discussion of operator precedence and associativity.
The commit made the following changes: ... (20 more lines)
07:53
doc: d71a426887 | (Daniel Sockwell)++ (committed using GitHub Web editor) | 2 files
Methods in a class that `is hidden` don't get *%_ (#4032)

Adds a note to the `is hidden` docs to explain that methods in a class declared with `is hidden` don't get the `*%_` parameter and explain why. See stackoverflow.com/a/71088429/
  raku.org/archive/doc/design/apo/A1...onsistency
and design.raku.org/S12.html#Interface_Consistency
07:54
Geth ecosystem: 854284c1f7 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | META.list
Taken to Fez ecosystem
09:53
Voldenet m: my uint $i = -1; say $i 14:37
camelia 18446744073709551615
Voldenet weird but makes sense
Geth doc: c5bb568486 | (Daniel Sockwell)++ (committed using GitHub Web editor) | doc/Language/functions.pod6
Fix typo'ed internal link
18:54
Voldenet Is there some convention to how to name the destructor that can be called before DESTROY gets actually called? 19:36
lizmat not that I know of? 19:37
Voldenet .close it is then 19:41