E.K. Rand, "Founders of the Middle Ages" (1928):
You begin to remove accretions, you peel and peel,
till nothing is left-- nothing but the knife, the own
peculiar knife, of the peeler.
The Raku Study Group
September 26, 2021 1pm in California, 8pm in the UK
Zoom meeting link:
htt
> You overlooked a mistype. The subset expects "wuhn", you pass "whun" instead.
> Guess, the subset is wrong about it. :)
Yes indeed, that seems to be all it is. Thanks much.
And maybe I'll go back to monster names in my demos.
On 9/22/21, Vadim Belman wrote:
>
> You overlooked a mistype. T
In this code I'm using multi-dispatch with a subset type that
makes string values special: "wuhn", "tew" and "thuree".
use Test;
multi sub whats_my_type (Str $item) {
return "This is a Str: $item";
}
subset GoofyNum of Str where { $_ eq any( 'wuhn', 'tew', 'thuree' ) };
You overlooked a mistype. The subset expects "wuhn", you pass "whun" instead.
Guess, the subset is wrong about it. :)
Best regards,
Vadim Belman
> On Sep 22, 2021, at 8:39 PM, Joseph Brenner wrote:
>
> In this code I'm using multi-dispatch with a subset type that
> makes string values specia
Thank you, Anton!
On Wed, Sep 22, 2021 at 11:57 AM wrote:
>
> Hi all.
>
> Who ever is interested in a Rakudo-Star "latest" Windows MSI or Linux RSTAR
> package... you may want to get 2021.09 from here [1].
> Please be aware that the Linux RSTAR package changed a bit compared to its
> "origin"
Hi all.
Who ever is interested in a Rakudo-Star "latest" Windows MSI or Linux RSTAR
package... you may want to get 2021.09 from here [1].
Please be aware that the Linux RSTAR package changed a bit compared to its
"origin" in [4]
The previous Windows MSI build under [3] is also updated to 2021.0