Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11939] CodeProcessor: Unknown/Ambiguous reporter plugin/visualizer

GitHub Issuen/a
TypeSub-task
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-12-07T23:44:39.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.0.1, Release 3.1.0, 2012 Sprint 25, 2012 Sprint 25 JS
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2012-12-03T17:53:34.000+0000
Updated2017-03-09T00:38:49.000+0000

Description

When trying to determine why a piece of code was not analyzed, it is almost always necessary to see if we are in an ambiguous context/block and if values are unknown. Currently, one must debug the code processor itself to determine this information. We should create some way of reporting this information via a plugin. Simply dumping to the screen may be information overload though, so we should consider alternative ways of reporting this information, such as writing the source code to file with some sort of annotation.

Comments

  1. Bryan Hughes 2012-12-06

    Upped the time estimate because uglify's endline/column markers are broken and I now have to write my own AST serializer. It's not a bad thing though because it's something we will need later anyways.
  2. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source