Re: msi of 2020.10?

2020-12-02 Thread Timo Paulssen
Hi todd, please give this a try:     https://setxkbmap.de/rakudo-2020-11-windows-32bit.zip good luck! btw I forgot you wanted 2020.10 so I just made 2020.11. And I assumed you wanted a 32bit build, since that was what I remember you wanted last time? HTH   - Timo On 02/12/2020 22:39,

The SF Perl Raku Study Group, 12/6 at 1pm PDT

2020-12-02 Thread Joseph Brenner
Gregory Corso's "The Poet's Choice": When confronted by two alternatives, choose both. The Raku Study Group. December 6th, 2020 1pm in California, 9pm in the UK Zoom meeting link: https://us02web.zoom.us/j/89496477711?pwd=aUdqa3FSdGZMNFBnR1hNbzdsbkZsUT09 Passcode: 4RakuRoll RSVPs are

msi of 2020.10?

2020-12-02 Thread ToddAndMargo via perl6-users
Any Raku developer reading this, May we please have an msi of 2020.10? 2020.10 msi? https://github.com/rakudo/rakudo/issues/4001 Many thanks, -T

Re: Missing NullPointerException

2020-12-02 Thread Timo Paulssen
On 02/12/2020 17:18, William Michels via perl6-users wrote: Does this explain why calling "dd" in the REPL returns Nil on the final line, but Nil doesn't seem to be returned on the final line when using "dd" from the Bash shell? user@mbook:~$ raku -e 'dd "0123456789";' "0123456789"

Re: Missing NullPointerException

2020-12-02 Thread William Michels via perl6-users
On Wed, Dec 2, 2020 at 6:56 AM Ralph Mellor wrote: > On Wed, Dec 2, 2020 at 7:08 AM Patrick R. Michaud > wrote: > > Nil.any_non_existent method always seems to return Nil. I'm not sure > where this is documented > > It's near the top of the `Nil` doc page you linked: > > > Any method call on

Re: Missing NullPointerException

2020-12-02 Thread Ralph Mellor
On Wed, Dec 2, 2020 at 7:08 AM Patrick R. Michaud wrote: > Nil.any_non_existent method always seems to return Nil. I'm not sure where > this is documented It's near the top of the `Nil` doc page you linked: > Any method call on `Nil` of a method that does not exist ... will succeed and >