Re: UUID3 implementation for Guile

2018-01-08 Thread pelzflorian (Florian Pelz)
On Mon, Jan 08, 2018 at 03:58:01PM +0100, pelzflorian (Florian Pelz) wrote: > P.S. If and only if you want to check it out, this is my current > implementation. It should probably be made to accept messages from > ports instead of taking a complete bytevector as input. > I forgot to mention; (u

UUID3 implementation for Guile

2018-01-08 Thread pelzflorian (Florian Pelz)
Hello, I need to generate a unique deterministic ID for Haunt and other Web stuff. Therefore I implemented UUID version 3 and MD5 by myself. But I wonder: * Why is UUID3 support not in Guile proper? Does it belong there? Should I submit a patch? * Is there already a better implementation ou

Re: Bytestructures 1.0.1

2018-01-08 Thread Catonano
2018-01-08 0:45 GMT+01:00 Taylan Ulrich Bayırlı/Kammer < taylanbayi...@gmail.com>: > Amazingly, a bug that existed for months has been coincidentally > discovered hours after I made the release. :-)) > > The alignment of vectors and unions within structs was not being > calculated correctly. Fort