On Fri 27 Aug 2010 08:16, Andy Wingo <[email protected]> writes: > On Fri 27 Aug 2010 01:29, Thien-Thi Nguyen <[email protected]> writes: > >> I sidestepped [issues in guile-func-name-check], by rewriting in >> Scheme (and using Emacs' ‘indent-sexp’). Unfortunately, it looks like >> hydra is not liking it: >> >> http://hydra.nixos.org/build/606792 >> >> Perhaps a workaround would be to use ‘--no-autocompile’ in the >> invocation command (libguile/guile-snarf-docs.in:55), but that seems >> ugly and throws away a bug-{hunt,squash}ing opportunity. WDYT?
I went to build a fresh Guile on a machine at work and realized that this approach is quite slow, because it runs before the rest of Guile is compiled. It's much better code, but I think in order to snarf docs in Scheme we need to do so *after* module/ has been compiled. Do you want to submit a patch to do that? In the meantime I reverted this commit; but it's not because the commit was bad code, it just needs to happen at a different time. Regards, Andy -- http://wingolog.org/
