David Cantrell

Results 51 comments of David Cantrell

The problem here is that pre-requisites are handled in a random order (hash order), and depth-first, with modules being skipped if they are already in the tree. Whichever of your...

Someone else can contribute a funky new icon :-)

You mean the thing for hiding core deps? I'd welcome a Javascript/CSS patch for hiding/showing them.

I've split off the recommended deps thing into another ticket, because I think it's a higher priority

I'm going to re-write this from scratch, as a new module `git_extensions`. I propose configuring it thus: ```toml [git_extensions] disabled = true format = "($symbol $extensions)[$style]" symbol = "git exts:"...

Breaking the monolithic application into separate modules would certainly help to make it easier to test. However, the very act of breaking it up potentially introduces bugs. I'm lairy of...

Even if we rip the guts apart and change everything to make it more testable, we wouldn't want to change the public interface - that is, the command line and...

Re fiddling with configure.ac, I'm very strongly in favour of packaging "cpan-style", so the incantation to install from source becomes 'perl Makefile.PL && make test && sudo make install'. That...