[ALOY-221] Improve error output from ti.alloy compiler plugin for all python versions
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-24T19:01:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2012 Sprint 19 |
Components | Titanium Studio |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-08-28T09:40:53.000+0000 |
Updated | 2014-06-22T13:21:21.000+0000 |
Description
The
subprocess.check_output
method is currently used by the ti.alloy compiler plugin to execute the appropriate commands and output error information, if necessary. While this works well and gives us good error logs, it only works for python 2.7+, where in its current state, Titanium supports 2.6+. There is a fallback function that is executed in case the developer does not have 2.7+ installed, `. This method, unfortunately, does not give the full error log
subprocess.check_output` does.
We need to implement a method in the ti.alloy compiler plugin that allows for solid error output on python 2.6+.
No comments