Changes between Version 1 and Version 7 of Ticket #3708
- Timestamp:
- 03/07/16 12:07:08 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3708 – Description
v1 v7 1 1 SpiderMonkey 38 was released some time ago, and it brings some improvements like eg better ES6 support. 2 3 2 I've started working on the upgrade and it compiles without problems right now, but there is still 1 test failures (which is to be expected and cannot easily be fixed since the function we relied on was removed). Some review, testing and suggestions would be nice. 4 5 3 There is a commit for each upstream change that required a change in our code, or did not fit in any of those. The last commit contains some TODOs. 6 7 4 The debug api was removed and `JS_SetFunctionCallback` which could have been used for our needs was also removed in SM37 (hinting at both the JS Debugger and the tracelogger). 8 9 5 Given the high number of changes needed and for easier testing/reviewing the code is in the sm38 branch of my github repo. 10 11 6 https://github.com/leper/0ad/tree/sm38 (Note that this will be rebased (both on top of 0ad/0ad and interactively).)