Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
I am not using Fedora's repo for Rakudo. I am using https://github.com/nxadm/rakudo-pkg/releases Zef is inside the release. Maybe they forgot Readline On 2020-01-22 13:15, David Santiago wrote: So you should open the issue on that project/repo not on the official raku

Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-22 12:36, Norman Gaywood wrote: On Thu, 23 Jan 2020 at 06:21, ToddAndMargo via perl6-users mailto:perl6-users@perl.org>> wrote: RFE: REPL dependency check for Readline #153 https://github.com/Raku/problem-solving/issues/153 By the way, when you do this, it pops up

Re: REPL and arrows problem

2020-01-22 Thread Norman Gaywood
Hi Todd, I don't think this is a Rakudo problem. It's a Fedora 31 problem. ALready, when you start raku without Readline installed, it gives the message: > $ raku > You may want to `zef install Readline` or `zef install Linenoise` or use rlwrap for a line editor > > To exit type 'exit' or '^D'

Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-22 11:20, ToddAndMargo via perl6-users wrote: RFE: REPL dependency check for Readline #153 https://github.com/Raku/problem-solving/issues/153 By the way, when you do this, it pops up immediately on the chat line!  They think of everything. :-) -T moved to

Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
RFE: REPL dependency check for Readline #153 https://github.com/Raku/problem-solving/issues/153 By the way, when you do this, it pops up immediately on the chat line! They think of everything. :-) -T

Re: my first two doc issues

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-19 14:46, ToddAndMargo via perl6-users wrote: Hi All, I just posted my first two doc issues: RFE: Please add the following examples to routine +^ https://github.com/Raku/doc/issues/3177 RFE: add some missng explanation to Operators #3175 https://github.com/Raku/doc/issues/3175 Now

Re: how do you --> two variables?

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-22 10:25, ToddAndMargo via perl6-users wrote: On 2020-01-21 16:17, Todd Chester via perl6-users wrote: Hi All, What is the syntax for returning two variable from a sub?  > sub x(--> Int, UInt) { return(-2,4) }; ===SORRY!=== Error while compiling: Malformed return value (return

Re: how do you --> two variables?

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-21 16:17, Todd Chester via perl6-users wrote: Hi All, What is the syntax for returning two variable from a sub? > sub x(--> Int, UInt) { return(-2,4) }; ===SORRY!=== Error while compiling: Malformed return value (return constraints only allowed at the end of the signature)

Re: I need syntax to sub declare return a hash and an array

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-21 22:44, Peter Pentchev wrote: On Tue, Jan 21, 2020 at 07:16:17PM -0800, Todd Chester via perl6-users wrote: On 2020-01-21 18:57, Tom Browder wrote: On Tue, Jan 21, 2020 at 18:34 Todd Chester via perl6-users mailto:perl6-users@perl.org>> wrote: On 2020-01-21 16:09, Todd

Re: REPL and arrows problem

2020-01-22 Thread Todd Chester via perl6-users
On 2020-01-21 21:44, Norman Gaywood wrote: On Wed, 22 Jan 2020 at 13:30, Todd Chester via perl6-users mailto:perl6-users@perl.org>> wrote: On 2020-01-21 16:38, Todd Chester via perl6-users wrote: > Fedora31 I have Fedora 31 and Readline does not seem to be working for me in the