🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
00:07 reportable6 left 00:08 reportable6 joined 00:31 jgaz joined 00:49 [Coke]_ left 00:52 [Coke] joined 00:57 [Coke]_ joined, [Coke] left 01:01 jgaz left 02:01 quotable6 left, notable6 left, nativecallable6 left, sourceable6 left, coverable6 left, greppable6 left, benchable6 left, unicodable6 left, reportable6 left, committable6 left, bisectable6 left, evalable6 left, tellable6 left, squashable6 left, linkable6 left, releasable6 left, statisfiable6 left, bloatable6 left, shareable6 left 02:02 releasable6 joined, sourceable6 joined, evalable6 joined, committable6 joined 02:03 quotable6 joined, tellable6 joined, squashable6 joined, notable6 joined, greppable6 joined, benchable6 joined, unicodable6 joined, nativecallable6 joined 02:04 bloatable6 joined, reportable6 joined, statisfiable6 joined, coverable6 joined, bisectable6 joined 02:05 shareable6 joined, linkable6 joined 02:27 [Coke]_ left 02:29 [Coke] joined 02:35 deoac left 02:45 jmcgnh left 02:56 jmcgnh joined 03:08 epony left 04:00 swaggboi left 04:03 [Coke] left 04:07 [Coke] joined 04:12 [Coke] left, [Coke] joined 04:20 swaggboi joined 05:08 squashable6 left, squashable6 joined 05:14 razetime joined 05:41 epony joined, [Coke] left 05:44 [Coke] joined 06:07 reportable6 left 06:09 reportable6 joined 06:28 MoC joined 07:17 [Coke]_ joined 07:19 [Coke] left 07:24 [Coke] joined, jmcgnh left 07:26 [Coke]_ left 07:33 jmcgnh joined 08:05 Sgeo left 08:08 razetime left 08:27 razetime joined 08:30 squashable6 left 08:32 squashable6 joined 08:55 [Coke]_ joined 08:57 [Coke] left 09:19 sena_kun joined 09:25 MoC left 09:32 MoC joined
tbrowder lizmat: i don't know why, but the proc call didn't work without binding, ah the school of hard knocks once again proves its worth 09:42
lizmat tbrowder: I usually use binding to indicate something is more or less constant within its given scope
09:43 frost joined 10:03 Tirifto left 10:06 Tirifto joined 10:32 [Coke] joined 10:34 [Coke]_ left 10:40 [Coke]_ joined 10:41 [Coke] left 10:53 pleasantpheasant left 11:00 pleasantpheasant joined 11:59 Nemokosch joined
Nemokosch patrickb: Oh okay fair enough :D 11:59
oops wrong chat, talking about confusion 12:00
"why are there suddenly 172 members online in #raku-doc"
12:00 Nemokosch left
El_Che the doc sent them there? 12:05
"Go to #raku-doc and wait for further instructions." 12:06
12:08 reportable6 left, reportable6 joined 12:10 [Coke] joined 12:12 [Coke]_ left 12:20 xinming joined 13:05 sena_kun left 13:07 sena_kun joined 13:14 sena_kun left 13:28 sena_kun joined, sena_kun left 13:47 [Coke]_ joined 13:49 [Coke] left 13:54 [Coke] joined 13:57 [Coke]_ left 13:58 frost left 14:01 pleasantpheasant left 14:28 pleasantpheasant joined
tbrowder tonyo: a pamphlet is cool 14:51
15:28 linkable6 left, evalable6 left 15:29 evalable6 joined, linkable6 joined 15:50 eseyman left 15:56 MoC left, MoC joined 16:04 eseyman joined 16:06 pleasantpheasant left 16:13 jetchisel left 16:15 epony left, epony joined 16:16 jetchisel joined 16:18 pleasantpheasant joined 16:40 MoC left 16:50 sena_kun joined 17:02 [Coke]_ joined 17:03 [Coke] left 17:09 [Coke] joined 17:11 [Coke]_ left 18:03 MoC joined 18:06 reportable6 left 18:07 reportable6 joined 18:19 razetime left 18:30 Guest69 joined
Guest69 r: use foo:from<Perl5> 18:31
camelia Can't open perl script "/home/camelia/rakudo-j-inst/bin/eval-client.pl": No such file or directory
===SORRY!=== Error while compiling <tmp>
Please install Inline::Perl5 for Perl 5 support.
at <tmp>:1
18:39 [Coke]_ joined 18:40 [Coke] left 18:56 Sgeo joined 19:14 Guest69 left 19:48 Maylay left, Maylay joined 19:59 MoC left 20:16 [Coke] joined 20:17 [Coke]_ left 20:23 [Coke]_ joined 20:26 [Coke] left 20:45 Maylay left, Maylay joined 21:04 sena_kun left 21:32 vrurg joined 21:55 [Coke]_ left 21:58 [Coke] joined
tbrowder .ask tonyo is it possible to use fez in a github workflow test? mine is failing, as expected, but a fake account for testing would be handy if it could be done securely. hm, maybe i should check its docs :-) 22:32
tellable6 tbrowder, I'll pass your message to tonyo
22:58 linkable6 left, evalable6 left, tellable6 left, evalable6 joined 23:01 linkable6 joined, tellable6 joined
ugexe tbrowder: what do you need a fake account for? 23:01
usually CI test apps have a way of encrypting secrets if you want to use an actual account
for instance: i pass github access token via github.com/ugexe/Raku-CompUnit--Re....yml#L5-L7 23:02
the token is encoded into the string you see there on appveyors site before its committed 23:03
23:19 tailgate left
tbrowder i don't use ci, just github workflows, but i can read some more and see if there is a way on github. in the meantime, i can mod the tests to elim problems. 23:31
23:31 [Coke]_ joined
tbrowder oh, duh, i was thinking circleci 23:32
23:32 [Coke] left 23:38 [Coke] joined 23:40 [Coke]_ left
tbrowder ah, this is why the xt dir is used, see App::Mi6 for one example 23:49