* Jörg F. Wittenberger <[email protected]> [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 _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
