Changes between Initial Version and Version 1 of Ticket #3708


Ignore:
Timestamp:
Dec 22, 2015, 3:25:38 AM (8 years ago)
Author:
leper
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3708 – Description

    initial v1  
    11SpiderMonkey 38 was released some time ago, and it brings some improvements like eg better ES6 support.
    22
    3 I've started working on the upgrade and it compiles without problems right now, but there are still 2 test failures (one of which is game-breaking, the other which is to be expected and cannot easily be fixed since the function we relied on was removed). Some review and possibly some improvements would be nice. (Since testing is only really possible after the game-breaking issue is fixed)
     3I'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.
    44
    55There 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.
     
    99Given the high number of changes needed and for easier testing/reviewing the code is in the sm38 branch of my github repo.
    1010
    11 https://github.com/leper/0ad/tree/sm38
     11https://github.com/leper/0ad/tree/sm38 (Note that this will be rebased (both on top of 0ad/0ad and interactively).)