Titanium JIRA Archive
Alloy (ALOY)

[ALOY-661] CLONE - Code Processor: Get alloy to recompile before an analysis

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-12-03T21:40:15.000+0000
Affected Version/sAlloy 1.1.2
Fix Version/sAlloy 1.2.0, Alloy 1.1.3, 2013 Sprint 10
ComponentsAppcelerator Studio, Tooling
Labelsqe-testadded
ReporterBryan Hughes
AssigneeTony Lukasavage
Created2013-05-13T20:50:00.000+0000
Updated2013-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

Comments

  1. Tony Lukasavage 2013-05-14

    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:
       npm install -g git://github.com/bryan-m-hughes/titanium-code-processor.git#timob-13827
       
  2. Federico Casali 2013-08-06

    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.
  3. Ingo Muschenetz 2013-12-03

    Removed merge label.

JSON Source