[ALOY-864] Remove ALOY-477 workaround for rhino support
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-10-28T20:04:13.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.3.0, 2013 Sprint 22 |
| Components | Titanium SDK |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Tony Lukasavage |
| Created | 2013-10-28T19:39:19.000+0000 |
| Updated | 2013-12-10T18:17:06.000+0000 |
Description
For TiSDK 3.1.0 or less, when rhino was supported for Android, Alloy needed to dynamically change the thread stack size in the tiapp.xml to prevent issues detailed in ALOY-477. As Alloy 1.3.0 will require TiSDK 3.2.0, the workaround is no longer relevant. It should be removed.
PR: https://github.com/appcelerator/alloy/pull/262 Functional test need only be running
jake test:alland making sure none of the existing unit tests fail.Rhino is no longer supported, Alloy 1.3.0 requires TiSDK 3.2.0, workaround is no longer relevant. Also unit test are passing. Closing.