Alexey Melezhik
Alexey Melezhik
It'd speed up the process quite a bit, as zef tests take some time. Or maybe we could think about some environmental variable to handle this?
Hi! Here is a full report - http://sparrowhub.io:2222/report/781 HTH Aleksei
Right now I ended up with a following approach ( not sure if it the best): ```python import fire import foo import bar def foo(*args): Foo(*args).configure() def bar(*args): Bar(*args).configure() def...
I chose previous r3 test and it shows some time increase for `new-disp` branch, especially the last example : 0.0088719 VS 0.0102194 ``` RAKUBIN=raku RAKUBIN2=/root/projects/rakudo/install/bin/raku tomty performace_01 [repository] :: index...
Hi Nick! It'd good to have a changelog file, what do you think? I see zef releases are quite frequent ...
An initial error when I try to install module with zef is this: ``` 03:47:50 02/26/2022 [repository] :: index updated from http://sparrowhub.io/repo//api/v1/index run stage: raku-libs 03:47:52 02/26/2022 [repository] :: installing...
Hi Nick! I am writing this as an issue, though it's just a question. What an API does zef provide for external dependencies? With regard to this [discussion](https://github.com/Raku/ecosystem/issues/505) I am...
PS not sure why there is change in line 129, maybe because of linux VS windows ( I used nano in Linux )? Thanks!
It'd be great if cpan install fails it return `exit status` 0. In automated deploy via chef-client this feature is vital.
This will fix issue - https://ci.sparrowhub.io/report/1376