[ALOY-801] Not properly cleaning up platform-specific orphan files
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-20T18:07:25.000+0000 |
Affected Version/s | Alloy 1.2.2 |
Fix Version/s | Alloy 1.3.0 |
Components | Tooling |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-08-20T17:00:23.000+0000 |
Updated | 2013-10-14T21:29:27.000+0000 |
PR: https://github.com/appcelerator/alloy/pull/230 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/models/todo
make sure your log level is set to TRACE (default on CLI)
Run the app
compile the app again. You should see no files removed the "CLEANING RESOURCES" section of the log
Prior to this fix, if you followed the above steps for ios, you would get the following log indicating that files were designated as "orphan" incorrectly:
While this wouldn't impact the app as the files would simply be copied back in, it is inefficient and could potentially impact the speed at which incremental compiles (ALOY-757) would be executed.
Verified fixed. No files are shown in the CLEANING RESOURCES process. TiSDK 3.2.0.v20131013140318 Alloy 1.3.0 CLI 3.2.0 Closing.