[ALOY-661] CLONE - Code Processor: Get alloy to recompile before an analysis
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-12-03T21:40:15.000+0000 |
Affected Version/s | Alloy 1.1.2 |
Fix Version/s | Alloy 1.2.0, Alloy 1.1.3, 2013 Sprint 10 |
Components | Appcelerator Studio, Tooling |
Labels | qe-testadded |
Reporter | Bryan Hughes |
Assignee | Tony Lukasavage |
Created | 2013-05-13T20:50:00.000+0000 |
Updated | 2013-12-03T21:40:15.000+0000 |
Description
The code processor analysis the generated code from Alloy projects, not the original source. To prevent developer heartache, the code processor should have alloy generate new code each time. This can be accomplished via a hook since the code processor is now a CLI command
PR: https://github.com/appcelerator/alloy/pull/130 (1_1_X) PR: https://github.com/appcelerator/alloy/pull/129 (master) When the code processor is invoked via the "analyzer" command from the CLI, Alloy will now compile the project before analysis begins. This requires an as of yet unreleased version of the code processor, currently accessible like this:
Alloy projects are recompiled as expected every time before an analysis from the Code Processor. Titanium SDK 3.1.2.v20130806034554 Alloy 1.2.0-alpha6 Appcelerator Studio 3.1.2.201308021524 CLI 3.1.1 Node 0.10.13 Closing.
Removed merge label.