You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Attribute.rakudoc, create section for trait is readonly (#4692)
* create section for trait is readonly
* correct signature of trait readonly
Make the signature match exactly the (only) one obtained via introspection, e.g. via:
&trait_mod:<is>.candidates».signature».raku.grep(/readonly/).say;
* skip CI test for error-illustrating code
* skip CI test for signature listing
* remove erroneous $
compare output of introspection
`&trait_mod:<is>.candidates».signature».raku.grep(/ \(\$\) /)».say`
* remove erroneous `my $`
* remove `=for code`
* correct comma to period
0 commit comments