Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11496] CodeProcessor: Implement an intelligent ambiguous code mechanism

GitHub Issuen/a
TypeSub-task
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-11-09T16:59:11.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2012 Sprint 23 JS, 2012 Sprint 23
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2012-10-16T05:51:27.000+0000
Updated2017-03-22T17:10:16.000+0000

Description

Right now, ambiguous code isn't very intelligent about values: If it's an object, getting a value always returns unknown, and setting a value always converts the object to unknown. We can improve this by doing things like checking if a value is invariant, what the lifetime scope of the object is (and if it's local, not evaluating in ambiguous mode), etc.

Comments

  1. Lee Morris 2017-03-22

    Closing ticket as Code Processor is no longer supported.

JSON Source