Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12769] CodeProcessor: Need to evaluate all parameters to Titanium methods, not just functions

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2013-02-20T01:01:38.000+0000
Affected Version/sRelease 3.0.0
Fix Version/s2013 Sprint 04 JS, 2013 Sprint 04
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneeBryan Hughes
Created2013-02-16T01:46:40.000+0000
Updated2013-03-13T18:58:40.000+0000

Description

Right now, only methods passed to Titanium methods are processed (so they can be deferred), but all other types are left alone, meaning that they are marked as _unvisited and any errors in them are not discovered. These parameters should be processed, even if their results are discarded

Comments

  1. Bryan Hughes 2013-02-20

    Turns out this is a non-issue, since it's not up to the function call implementation to parse args...that's the rule's job
  2. Eric Merriman 2013-03-04

    Closing as Invalid based on comments above.

JSON Source