chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] string-index in extras and srfi-13


From: tonyg
Subject: Re: [Chicken-users] string-index in extras and srfi-13
Date: Tue, 12 Nov 2002 14:18:25 +0000
User-agent: Mutt/1.4i

> I don't know what's going to happen.  But the abiguity is bad anyway:
> I need both chicken units 'extras' and 'srfi-13'.  both define a
> 'string-index' but different.  Which one is going to be used (I need
> the srfi-13 one).

Yes! I found this the other day, too. It was very confusing until I
realised the definitions were different!

I think changing the order of (require)s let me choose the right
one. I don't know if changing the order of (declare (uses)) would
help.

How could the ambiguity best be resolved? Rename the 'extras' version
of string-index to something else?

Tony
-- 
>From the Son of Heaven down to the mass of the people, all must
consider the cultivation of the person the root of everything besides.
        - Confucius, "The Great Learning"




reply via email to

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