It's a V8 issue. The code is changing all the time, so if you didn't change anything it's safe to assume V8 did :)
The argument types that don't agree with the format string seems like a bug. I'll file an issue for you. Here's the link to the V8 issue page (use "New Issue" to file) for future reference: http://code.google.com/p/v8/issues/list On Thu, Dec 16, 2010 at 10:56 PM, pikpik <[email protected]> wrote: > Hi, > > On Dec 14, 5:06 pm, Stephan Beal <[email protected]> wrote: > > > > In the off chance that the v8 devs don't know this, <inttypes.h> (from > C99) > > defines standard printf and scantf format specifiers for the core numeric > > types, e.g. > > > > [...] > > Thanks Stephan. > > Mind if I ask if this seems to be a general issue for V8, or does it > look like I did something wrong? > > Thank you, > pikpik > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
