[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66898: imported module (rnrs hashtables) overrides core binding `sym
From: |
Maxim Cournoyer |
Subject: |
bug#66898: imported module (rnrs hashtables) overrides core binding `symbol-hash' |
Date: |
Thu, 02 Nov 2023 11:24:02 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#66898: imported module (rnrs hashtables) overrides core binding `symbol-hash',
Maxim Cournoyer <=