Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
@JJ should we have a document somewhere like “How to blog about perl 6”? There we can discuss things like how to get your blog posts into http://pl6anet.org/, how to...
@JJ what about the docs website? We do have some slightly off-topic pages there, like https://docs.perl6.org/language/modules.
Oops, sorry about the labels, I didn't notice the issue moved :)
Yeah, META6.json provides a way to define external dependencies, but barely anyone is using this feature. Just go through all modules and submit PRs adding the required section. Here's a...
> where can I find CI pipeline that triggered upon new modules release to eco system, if any? Unless somebody adds travis to their repo there's no CI pipeline. But...
Why would somebody be unhappy to receive a PR?
> Is it already "official" approach? Yeah, pretty much. It's just that almost nobody is using it. You can create a problem-solving ticket arguing that it's wrong, or something, but...
It'd help if we looked at what already exists before reinventing solutions. * https://github.com/niner/Inline-Perl5/blob/f4473114a296a7ab61e6cfb7e1fe540fe931ec6b/META6.json#L12-L16 * https://github.com/niner/Inline-Python/blob/53a1c2ca1751b5928909d929493e5ed29a721d02/META6.json#L14-L29
> Try to implement for example CMark dependency for CMark module - I pesronaly would not want such a complexity inside META6 file which only needs to declare abstract dependency...
**If anyone is looking for something actionable in this thread, here is my personal opinion:** just go and start submitting PRs with META6.json changes to modules that use non-raku dependencies....