Hello, While working on integrating SRFI 126, I've noticed the following:
--8<---------------cut here---------------start------------->8--- WARNING: (srfi srfi-126): imported module (rnrs hashtables) overrides core binding `symbol-hash' --8<---------------cut here---------------end--------------->8--- The fix is to not export symbol-hash from (rnrs hashtables), since it doesn't override it. I'll link to a patch shortly. -- Thanks, Maxim
