Re: [PATCH 5/5] Reveal guile-tools's inner simplicity...

2011-05-09 Thread Neil Jerram
Neil Jerram writes: > ...by not using its own-rolled getopt, and moving the `list' function > to a separate script That one wasn't quite right, please refer to the attached instead. Neil >From c106e51707004fb1549add9d1db59c0b45bfed18 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Su

[PATCH 5/5] Reveal guile-tools's inner simplicity...

2011-05-08 Thread Neil Jerram
...by not using its own-rolled getopt, and moving the `list' function to a separate script * meta/guile-tools.in: Use (ice-9 getopt-long). (directory-files, strip-extensions, unique, find-submodules, list-scripts): Deleted (and moved to new `list' file). (getopt): Deleted. (main): Use g