whateverable icon indicating copy to clipboard operation
whateverable copied to clipboard

“Could not find Bench”

Open AlexDaniel opened this issue 7 years ago • 3 comments

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

AlexDaniel avatar Jun 02 '18 19:06 AlexDaniel

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

AlexDaniel avatar Jun 02 '18 20:06 AlexDaniel

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.

MasterDuke17 avatar Jun 02 '18 21:06 MasterDuke17

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

AlexDaniel avatar Jun 02 '18 21:06 AlexDaniel