<div dir="ltr">Hey everyone,<br><br>Based on the valuable discussion above, I've written out a first draft of the proposal for the ideas related to path decoding and structured output.<br><br>Please find the initial draft here[1] -- any opinions and feedback would be invaluable.<br>
<br><br>Thanks,<br>Zubin<br>[1] <a href="https://docs.google.com/document/d/1SRbgSNkm4UWxsSF5rHiRpuZvQBSc6YCS9c6wL-TT--4/">https://docs.google.com/document/d/1SRbgSNkm4UWxsSF5rHiRpuZvQBSc6YCS9c6wL-TT--4/</a></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Mar 14, 2014 at 3:42 AM, Mike Frysinger <span dir="ltr"><<a href="mailto:vapier@gentoo.org" target="_blank">vapier@gentoo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu 13 Mar 2014 09:15:16 enh wrote:<br>
<br>
please do not top post<br>
<div class=""><br>
> i'm not sure using numbers rather than strings is a good idea, given<br>
> that Javascript's stupid "everything's a double" belief leaked into<br>
> JSON (and from there into JSON parsers). that's fine for int32_t but<br>
> not int64_t.<br>
<br>
</div>yeah, i was debating that part.  i think it depends on the parser.  python<br>
seems to be sane as it will use int() on every integer rather than float().<br>
and when they say "int", they mean it in the mathematical sense, not as<br>
defined by C.<br>
<br>
maybe make it into a runtime option specific to that module like --strings-<br>
everywhere.<br>
<span class="HOEnZb"><font color="#888888">-mike</font></span><br>------------------------------------------------------------------------------<br>
Learn Graph Databases - Download FREE O'Reilly Book<br>
"Graph Databases" is the definitive new guide to graph databases and their<br>
applications. Written by three acclaimed leaders in the field,<br>
this first edition is now available. Download your free book today!<br>
<a href="http://p.sf.net/sfu/13534_NeoTech" target="_blank">http://p.sf.net/sfu/13534_NeoTech</a><br>_______________________________________________<br>
Strace-devel mailing list<br>
<a href="mailto:Strace-devel@lists.sourceforge.net">Strace-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/strace-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/strace-devel</a><br>
<br></blockquote></div><br></div>