You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
Whatever this was originally for, it's not valid code in current versions of rakudo:
$ perl6 -e '@*INC.join(q/,/).say'
Dynamic variable @*INC not found
in block <unit> at -e line 1
...and this error text ends up in the value of :set path. I'm not sure what the original intent of this code was, but the thought that it's been executing random commands every time I open the editor on a perl6 file is a bit scary.
Output of vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 1 2018 21:14:00)
Included patches: 1-1645
Modified by Gentoo-8.0.1645
Output of perl6 -v
This is Rakudo version 2018.03-163-g7faf431fac2a built on MoarVM version 2018.03-89-gefa8e16b91d4
implementing Perl 6.c.
The text was updated successfully, but these errors were encountered:
Description of issue
ftplugin/perl6.vim executes a shell command when it's invoked without checking
v:shell_error
:Whatever this was originally for, it's not valid code in current versions of rakudo:
...and this error text ends up in the value of
:set path
. I'm not sure what the original intent of this code was, but the thought that it's been executing random commands every time I open the editor on a perl6 file is a bit scary.Output of
vim --version
Output of
perl6 -v
The text was updated successfully, but these errors were encountered: