chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Infinite recursion w/ utf8:(string-hash ...)


From: Kon Lovett
Subject: [Chicken-users] Infinite recursion w/ utf8:(string-hash ...)
Date: Thu, 15 Sep 2005 15:51:05 -0700

Hi,

In the utf8.egg:

In utf8.scm:

(define string-hash (make-string-hasher byte-string-hash))
(define string-hash-ci (make-string-hasher byte-string-hash-ci))

And in byte-string.scm:

(define byte-string-hash string-hash)
(define byte-string-hash-ci string-hash-ci)

Where byte-string-hash is supposed to alias the srfi-13 string-hash proc.

Another real good reason not to (import utf8).

Best Wishes,
Kon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]