Raku / roast

🦋 Raku test suite
https://raku.org/
Artistic License 2.0
177 stars 135 forks source link

Kernel, Distro, VM, Perl, Systemic and Compiler should be tested properly #424

Open AlexDaniel opened 6 years ago

AlexDaniel commented 6 years ago

We had this doc issue and eventually all of these were documented (I think the reasoning for that is that some of them are tested indirectly through $*PERL). We need to test these classes properly.

Kaiepi commented 6 years ago

$*DISTRO was bugging me for a while since it's missing some info for metadata on the more obscure platforms. I can throw up some VMs to get DragonFlyBSD, FreeBSD, OpenBSD, NetBSD, and Solaris on there.

Kaiepi commented 6 years ago

Only note: these systems often don't share some of their metadata very clearly

JJ commented 6 years ago

Curiously enough, there's a "dragonfly" in there already. Not tested, though.