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 27 April 2017.
01:50 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
06:39 domidumont joined 06:45 domidumont joined 07:43 domidumont joined
ugexe nine: can Distribution::Resources do something like `has $.io handles IO;` to delegate IO methods? I ran into a problem with zef calling `%?RESOURCES<...>.e` (.e was left out or missed when adding IO methods to that class) and wonder if there is a better way than defining all the delegations as methods. 15:11
on the other hand maybe .e doesn't make sense 15:13
For say, `self.content("resources/whatever.txt")`, you wouldn't `.e` because its not a path 15:14
I wonder if Distribution::Resources could use `self.content("resources/whatever.txt")` for reading from resources instead of having the CUR handle it 15:17
Oh and thanks for handling zef#117 15:20
16:40 domidumont joined
nine ugexe: I have tried using handles, but ran into weird issues and just gave up 16:51
ugexe: github.com/rakudo/rakudo/commit/4a...68f6e758b8 16:56
ugexe: I don't see how Distribution::Resources could do the reading by itself, when how the resource is stored depends on the repo 17:00
ugexe how modules are stored also depend on the repo, hence InstalledDistribution 18:26
21:18 jdv79 joined