guildhall
guildhall copied to clipboard
Crashes when running with Guile master branch from May 23 2012
Exception: http://sprunge.us/ZJUC
Fixed by removing export of symbol => in guildhall/ext/foof-loop.scm
I know guile doesn't bind => by default, and so there isn't actually an import in the foof-loop module. However, this doesn't happen on my install, so I'm hesitant to say that this is a "fix".
Added this as a temporary solution https://github.com/ijp/guildhall/tree/issue1-temp-fix