Sam Kington
Sam Kington
When attempting to [fix MooseX::LazyRequire so you can turn it on and off in a sub-class](https://github.com/moose/MooseX-LazyRequire/pull/1), I came up against the problem that when you inherit from a parent class's...
Caveat: I'm normally a Perl programmer and I'm new to Swift. So many of the assertions here may be wrong. OTOH, this means this is a new / outside opinion...
Another thing that we've monkey-patched at $WORK: if you have a very large test class hierarchy, the standard "You had test failures at test 42, 365, 370..395, 1025, 1213, 1215"...
It's currently returned in essentially random order, which is less than helpful. If you have a large number of test classes, it helps for similar tests (e.g. Foo::Create, Foo::Delete, Foo::Modify,...