[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCHES] various commenting, whitespace changes
From: |
Thien-Thi Nguyen |
Subject: |
Re: [PATCHES] various commenting, whitespace changes |
Date: |
Fri, 27 Aug 2010 23:42:23 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Andy Wingo <address@hidden>
() Fri, 27 Aug 2010 13:15:32 -0700
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.
Thanks for cleaning up my goof.
I agree moving that snarfing later is the best way and will work on a patch
towards that end.