[jsapigen-devel] [ jsapigen-Feature Requests-3613163 ] JSAPI 17 support
Status: Beta
Brought to you by:
tdz
From: SourceForge.net <no...@so...> - 2013-05-13 05:03:10
|
Feature Requests item #3613163, was opened at 2013-05-12 22:03 Message generated for change (Tracker Item Submitted) made by kg6cvv You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1103475&aid=3613163&group_id=237508 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Sean Lynch (kg6cvv) Assigned to: Nobody/Anonymous (nobody) Summary: JSAPI 17 support Initial Comment: I'm running into a few problems trying to use current git as of 2013-05-22 with jsapi 17: 1. uintN is gone, it's now just unsigned (resolved with a typedef in the ,j) 2. JS_NewNumberValue is gone, replaced by JS_NumberValue (resolved by defining a stub function) 3. There is a weird call to cstring() in the generated output. Probably nothing to do with the JSAPI version. If you don't have time to get around to this before I do I'll work on it and send a patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1103475&aid=3613163&group_id=237508 |