On Thu 13 Mar 2014 09:15:16 enh wrote:

please do not top post

> i'm not sure using numbers rather than strings is a good idea, given
> that Javascript's stupid "everything's a double" belief leaked into
> JSON (and from there into JSON parsers). that's fine for int32_t but
> not int64_t.

yeah, i was debating that part.  i think it depends on the parser.  python 
seems to be sane as it will use int() on every integer rather than float().  
and when they say "int", they mean it in the mathematical sense, not as 
defined by C.

maybe make it into a runtime option specific to that module like --strings-
everywhere.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to