PlayScriptRedux / playscript

PlayScript is an ActionScript compatible compiler and Flash compatible runtime that runs in the Mono/.NET environment
Other
17 stars 9 forks source link

Merges to mono 4.0.0.143 - Part 1 #88

Closed sushihangover closed 9 years ago

sushihangover commented 9 years ago

Ref #82

sushihangover commented 9 years ago

The merge to 4.0.0.143 is not complete. Need to do some refactoring and code cleanup to handle pending merges, the code execution path has been diverged since the original project and is causing regression issues in the CSharp compilation in merging 4.x changes. This has been confirmed by using "mono --trace=N:Mono.CSharp" on some of the C# tests (mainly been looking at the 'static using' changes that are pending and causing some major regressions.

Still pending to get to 4.0.0.143:

git log --pretty=oneline HEAD..mono-4.0.0.143 | wc -l    
1154