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 5 February 2016.
00:11 sufrostico joined 03:33 z8 joined
jdv79 ugexe: only because that's the only way to get docs, yeah. 04:29
perhaps in the future it won't be necessary but for now its a pita 04:30
05:39 sevvie joined 07:02 domidumont joined 07:08 domidumont joined 08:16 MadcapJake joined 08:19 domidumont joined 09:55 domidumont joined 10:17 domidumont joined 12:54 FROGGS joined 13:53 FROGGS_ joined 13:54 raiph joined 14:38 MadcapJake joined 15:10 TimToady joined
ugexe jdv79: im not too familiar with p6doc. do you have any suggestions for improving the install process? right now it seems like packagers could install docs themselves (and even precompile them) if p6doc is found. that doesn't handling versioning and stuff, but its a jump off 16:29
a post-install hook would allow p6doc-index to automatically be run after install 16:44
after install of any module^ 16:45
17:10 FROGGS joined
stmuk_ maybe panda should automatically set GIT_PROTOCOL=http if $*ENV{http_proxy} is set? 17:32
18:09 domidumont joined
jdv79 ugexe: i'm talking about rendering docs for mc so typically from .pm6? files 18:11
;
stmuk_ jdv79: that should mostly work .. although some files don't 18:43
jdv79 yeah, it did mostlly used to work but there are new issues 18:44
one main one of which seems to be related to teh new cur locking
stmuk_ I'm afk now but if you have a report of a particular module not working I could have a look shortly 18:46
jdv79 sure 18:48
ugexe metacpan search is working, but taking a very long time to respond 19:05
jdv79 yeah. its ingesting. 19:13
sorry
we used zef to debug a android fs issue
panda died with an obscurer error where zef kicked out a more useful literal description of the issue 19:14
ugexe: paste.scsys.co.uk/505148 - huh? 19:19
ugexe i think i fixed that in my current dev build. The message is wrong (there is 1 more WANTED than FOUND, but they refer to the same identity) 19:22
ill check
jdv79 ok 19:23
ugexe yea my dev build is good. the only requirement for it to install Task::Star should be to `install panda` first because p6doc doesn't declare its build dependencies 19:45
panda is already included when you install Task::Star, but zef doesn't install anything until after everything has been built/tested. all projects are built/installed using -Isome/dependency (for each dependency downloaded), but if they don't list something as a dependency then it does not get included (this is a feature, sort of) 19:48
jdv79 ah, thanks
ugexe its the fetch-all branch branch, but i'll merge it in an hour or two after it passes CI tests (appveyor is slow as hell) 19:54
jdv79 thanks 19:57
ugexe lol, the ci tests are hung because i accidentally used a .tar.gz url from hack metacpan to test installing from a url 20:13
there they go 20:15
jdv79 oof