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

“Could not find Bench” #326

Open AlexDaniel opened 6 years ago

AlexDaniel commented 6 years ago

See https://irclog.perlgeek.de/perl6/2018-06-02#i_16237154

AlexDaniel commented 6 years ago

@MasterDuke17 oh, I think I know! I'm pretty sure Bench should be installed in sandbox/lib!

MasterDuke17 commented 6 years ago

hm. Benchable does

constant LIB-DIR    = ‘data’.IO.absolute;
...
%ENV<PERL6LIB> = “{LIB-DIR}/perl6-bench/lib,{LIB-DIR}/Perl6-Text--Table--Simple/lib”;

I guess Bench should be moved and LIB-DIR changed.

AlexDaniel commented 6 years ago

Actually this is a duplicate of #219 (I'll close #219 in favor of this ticket).