niner
niner
Fixing these issues in CURI will most likely not require a change in repository version, as we record the path to the stored file for every internal name. Old rakudo...
I like just about everything about this proposal! It has always felt weird that in a structured data format you'd still have to parse the values in a different way...
The format is described in https://github.com/Raku/old-design-docs/blob/master/S22-package-format.pod
Another point for rakumod: is that it's more self-documenting. It's crystal clear that the URI is identifying a Raku module. Since we want to use a URI to identify these...
No, raku shouldn't be more tolerant. Native library's versions are just not optional but have to be specified like I did in https://github.com/niner/openssl/commit/407ceace86510676e0a4c664eb623493bd404bd8
@sergot the solution is simple and already implemented in: https://github.com/sergot/openssl/pull/76 That PR is the correct solution and fixes this issue. It's just a bit outdated, but all the required pieces...
On Donnerstag, 14. Juni 2018 00:21:01 CEST nxadm wrote: > I keep a list of Rakudo on distros here: > https://github.com/nxadm/rakudo-pkg#what-about-packages-provided-by-operati > ng-systems The list is a bit incomplete. Rakudo,...
Perl 6.c is currently a branch (called "6.c") in the roast repository. However we are discussing making it a directory in that repository for practicality reasons. We have been de-emphasising...
I think pmichaud++ already used the great example of HTML and/or CSS. XHTML 2.0 is a dead specification with no implementation in a mainline browser and no uptake whatsoever while...
In theory rakudo could be far behind roast at a given point in time. It cannot be ahead in terms of compliance per se, but it can and does contain...