Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13191] CodeProcessor: Ambiguous blocks do not handle returns properly

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-03-25T23:17:20.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2013 Sprint 07 JS, 2013 Sprint 07
ComponentsCode Processor
Labelsqe-devCheck
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2013-03-25T18:04:21.000+0000
Updated2017-03-09T00:38:43.000+0000

Description

Statements that alter the flow of execution outside of am ambiguous block are not handled correctly. There are two ways to do this: returns and throws. Throws are very complex, and I don't know how to handle those yet, but returns are fairly easy (and more common)

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source