Eric Forste
Eric Forste
I'm very interested in being able to constrain multiple-return values. Any news on the status of this?
> Can someone please summarize the current state of this PR? My first impression on reading it over is that the behavior is underspecified and that changes in the documentation...
So if I understand @coke correctly, if both a sub and a method of the same name exist, they should be documented together in a unified entry headed 'routine'; if...
I submitted draft PR https://github.com/Raku/doc/pull/4668 to correct the section titles in Mu I identified, as the low-hanging fruit, but there are three links that util/test-modified.sh says my changes break under...
> Which test is complaining about those? xt/rakudoc-l.rakutest P. S. of the three links, only the first two lead to composite search results. The third one is direct.
So now that I've done a first pass over Mu, Any would be next, right? I started that pass, and I'm glad I did because I found one thing (sub...
Okay, I could use some guidance in tackling this issue for `class Any`. I couldn't find the "mostly disabled" signature test, and while the [doc for the `.signature` method](https://docs.raku.org/type/Code#method_signature) shows...
> I think the `(|)` is the signature from the proto definition of the multi `&any` (see explanation at the bottom of [this section)](https://docs.raku.org/language/signatures#Capture_parameters). > > ``` > [74] >...
So I had a learning experience with PR #4711. The sub form of &take (documented in Mu) has an extra candidate that is apparently an implementation detail, in order to...
Currently, the example in the doc uses a DateTime that is already set to UT timezone Z, and so can't demonstrate this behavior. It might be helpful if there were...