chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] strange error message, please help with interpreta


From: Christian Kellermann
Subject: Re: [Chicken-hackers] strange error message, please help with interpretation
Date: Sat, 9 Mar 2013 10:13:47 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

* Jörg F. Wittenberger <address@hidden> [130308 23:00]:
> (define (make-uri scheme authority path query fragment)
>  (%make-uri (if (string? scheme) (string->symbol scheme) scheme)
>            authority path query fragment))
> 
> Also: the code is pulled into the module via "include" and
> otherwise shared with rscheme.  -->  Any use of a "#" character
> in the code would make it unreadable to rscheme.

Can you provide a minimal example which fails for you? This will
make the bug hunt by magnitudes easier.

Thanks!

Christian

-- 
In the world, there is nothing more submissive and weak than
water. Yet for attacking that which is hard and strong, nothing can
surpass it. --- Lao Tzu



reply via email to

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