Re: command auto-completion in perl6 shell

2017-05-30 Thread Sebastien Moretti
On 05/30/2017 05:39 PM, Shrivats wrote: On 05/30/2017 08:33 PM, Sebastien Moretti wrote: > Hi > > I wonder if there is auto-completion in the Perl6 REPL - such as what is > found in Eclipse (Ctrl-space) or in vim (Ctrl+n) - for variables, > methods, ... > > e.g

command auto-completion in perl6 shell

2017-05-30 Thread Sebastien Moretti
Hi I wonder if there is auto-completion in the Perl6 REPL - such as what is found in Eclipse (Ctrl-space) or in vim (Ctrl+n) - for variables, methods, ... e.g perl6 > say 42. or > my $result = 8; > say $res Thanks -- Sébastien Moretti

Re: Fwd: perl6 INC

2016-05-11 Thread Sebastien Moretti
assed its tests against R 2016.04. S On 11 May 2016 at 15:05, Sebastien Moretti wrote: Sure better to have individual units as individual RPM. I think Fedora is currently trying to succeed in rakudo-star full installation before splitting. And on my hands the full installation does not work if

Re: Fwd: perl6 INC

2016-05-11 Thread Sebastien Moretti
Sure better to have individual units as individual RPM. I think Fedora is currently trying to succeed in rakudo-star full installation before splitting. And on my hands the full installation does not work if I uncomment the module-install (issues with paths searched by panda bootstrap). So, I

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
as such. and Fedora calling it Star will confuse and mislead people. The source file is rakudo-star but I have just noticed that the make modules-install line is commented. Only make rakudo-install is not commented. Will re-try with make modules-install S On 11 May 2016 at 13:46, Sebasti

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
ly for now. Do you have a URL to the file(s) you are using? http://pkgs.fedoraproject.org/cgit/rpms/rakudo-star.git/tree/rakudo-star.spec I have just updated the version in the spec file to use Rakudo Star 2016.04 S On 11 May 2016 at 13:28, Sebastien Moretti wrote: I have a particular instal

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
Panda or zef will have the same issue for me. What is the right place to put Perl6 modules? panda installed them in /usr/share/perl6/site/lib/ but Perl6 looks only in /usr/share/perl6/site/ in my case. If you ran Configure with --prefix specifying the final install dir, not the temporary bui

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
u don't need to change the library installation location. S On 11 May 2016 at 12:33, Sebastien Moretti wrote: Hi I have installed Perl 6 Rakudo Star 2016.04 but it comes without panda. So I try to install panda and its requirements (Shell::Command, ...) I think the best place for those l

perl6 INC

2016-05-11 Thread Sebastien Moretti
Hi I have installed Perl 6 Rakudo Star 2016.04 but it comes without panda. So I try to install panda and its requirements (Shell::Command, ...) I think the best place for those libraries are in /usr/share/perl6/lib or /usr/share/perl6/site|vendor/lib Unfortunately once installed, perl6 cannot

Re: [perl #127374] git-protocol not passed to MoarVM/dynasm.git

2016-01-27 Thread Sebastien Moretti
Hi I have issues with GIT and https (company restrictions) and have to use git with the git protocol. Hopefully rakudo Configure.pl includes an option to use git as protocol (--git-protocol=git). It works perfectly to clone nqp and MoarVM. Unfortunately when MoarVM Configure.pl is called, MoarVM