Raku / whateverable

🤖 Different IRC bots that operate on a bunch of prebuilt Rakudo versions
https://gist.github.com/Whateverable
GNU Affero General Public License v3.0
18 stars 14 forks source link

Remove useless `:bin` argument from call to spurt #379

Closed Altai-man closed 3 years ago

Altai-man commented 3 years ago

Otherwise with recently built blin image I am getting this:

🥞 Testing start and end points
Attempting to fetch ee96b37ad31cc8a4e712f623133625466eb9700f…
Unexpected named argument 'bin' passed
  in sub fetch-build at /opt/rakudo-pkg/share/perl6/site/sources/9C6193D640C25EF0434B1DF45A2171DB9CD11401 (Whateverable::Builds) line 112
  in sub build-exists at /opt/rakudo-pkg/share/perl6/site/sources/9C6193D640C25EF0434B1DF45A2171DB9CD11401 (Whateverable::Builds) line 143
  in sub MAIN at bin/blin.p6 line 164
  in block <unit> at bin/blin.p6 line 12
AlexDaniel commented 3 years ago

I remember this issue, but somehow I ended up not fixing it… Why did it work before?

AlexDaniel commented 3 years ago

Ah! Nevermind! I did fix it, but I did not commit it yet because there's still some stuff I have unfinished. So, yes, thanks!

Altai-man commented 3 years ago

I think it did work before because Raku/blin docker images were likely built with older Rakudo and they were simply used without issues, but if you are building your own image to work with using a newer rakudo, you'll run into this bug.