|
Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec Set by moderator on 14 August 2017. |
|||
|
00:10
tadzik joined
01:53
ilbot3 joined
|
|||
| moderator | Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec | ||
|
04:08
hoelzro joined
07:28
ribasushi joined
08:34
domidumont joined
09:12
domidumont joined
12:16
ZofBot joined
19:05
ilbot3 joined
|
|||
| moderator | Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec | ||
|
ribasushi joined
20:18
awwaiid joined
22:20
awwaiid joined
|
|||
| ugexe | since we do a directory recurse to create the id for CURFS we might as well attempt to create the rest of its %!meta | 23:10 | |
| instead of filling out %!meta on a per-request basis | |||
| then it can also save a $!distribution, and return that in CompUnit | 23:12 | ||
| which finally means we can have a flag for "bin/my_script -V" to get the actual version | 23:18 | ||
| m: say $*REPO.need(CompUnit::DependencySpecification.new(:short-name('Zef::Client'))).distribution.meta<ver>; | 23:20 | ||
| camelia | MoarVM panic: Could not spawn thread: errorcode -11?? in block <unit> at <tmp> line 1?? | ||
| ugexe | e.g. the above would show the correct version even if it loaded the one from -I. or -Ilib (although -Ilib would be version 0) | 23:21 | |
| and then they can get .candidates method as well | 23:25 | ||