Re: [Chicken-users] md5 egg documentation wrong

2011-12-16 Thread obscuroloconato
2011/12/15 Kon Lovett konlov...@gmail.com: So:        (message-digest-chunk-converter (lambda (obj) (call-with-output-string (cut serialize obj should be enough. serialize from s11n has its own limitations. I tried to write an exception to a file in order to be able to analyze it

[Chicken-users] md5 egg documentation wrong

2011-12-15 Thread obscuroloconato
The documentation for the md5 egg states: Any Scheme-object can be the SOURCE for a digest. But that seems to be wrong: (md5-digest (cons 1 2)) Error: (message-digest-update-object) indigestible object: (1 . 2) ___ Chicken-users mailing list

Re: [Chicken-users] md5 egg documentation wrong

2011-12-15 Thread Kon Lovett
On Dec 15, 2011, at 10:16 AM, obscurolocon...@googlemail.com wrote: The documentation for the md5 egg states: Any Scheme-object can be the SOURCE for a digest. But that seems to be wrong: It is wrong, or at least incomplete, without the sentence below it in the doc: See