[TIMOB-17093] Code Processor: Using Ti.API.info will break code processor
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:48:46.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | qe-3.3.0 |
Reporter | Samuel Dowse |
Assignee | Praveen Innamuri |
Created | 2014-06-09T22:21:45.000+0000 |
Updated | 2017-03-20T20:31:19.000+0000 |
Description
Description
If the code 'Ti.API.info' is used in a project, then code processor will fail to analyse.Steps To Reproduce
1. Create a new project 2. Copy the following into the app.jsTi.API.info('this is a test');
3. Run the code processor for any platform
Expected Result
Code processor should finish successfully.Actual Result
Code processor will fail and throw an errorAttachments
File | Date | Size |
---|---|---|
Screen Shot 2014-06-09 at 3.21.11 PM.png | 2014-06-09T22:21:45.000+0000 | 32208 |
[~sdowse] Would it be possible for you to confirm whether this is a regression from 3.2.3 release ?
[~pinnamuri], I tested this using 3.2.1 and 3.2.3 versions of Studio, both showed the same error. Reverted back to Titanium-Code-Processor version 1.1.0 and the error also occurs there.
Code processor is dead.
Closing ticket as Code processor is no longer supported.