MessagePack for D released

Masahiro Nakagawa repeatedly at gmail.com
Tue Apr 27 18:55:26 PDT 2010


On Tue, 27 Apr 2010 21:27:35 +0900, Lars T. Kyllingstad  
<public at kyllingen.nospamnet> wrote:

> It doesn't seem to support the real type.  It this a limitation of the  
> MessagePack format or just an oversight?  Even if the format doesn't  
> directly support 80-bit floats, it should be possible to wrap them  
> somehow.
Finished.

http://bitbucket.org/repeatedly/msgpack4d/changeset/87954e46548e

If real type equals double type:
- Packer uses double type for real type.
- Unpacker raises UnpackException when receives real type.
   The reason for this, To use real type means that precision is important.

How does it look?


More information about the Digitalmars-d-announce mailing list