rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
265 stars 41 forks source link

Missing argument for "DevCmdArguments" #174

Open emakei opened 2 years ago

emakei commented 2 years ago

Bug Description

I'm trying open "Rakudo Powershell"

Reproduction path

start C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -File "C:\Program Files\Rakudo\scripts\set-env.ps1"
...

Output of sysinfo

`rstar` is missing

Full Output of Fetch Logs

Not applicable when using a Rakudo Star tarball from rakudo.org.

`rstar` is missing

Full Output of Install Logs

`rstar` is missing

Solution

Change line 46 to Enter-VsDevShell -VsInstallPath $install_location -SkipAutomaticLocation (remove useless -DevCmdArguments)