Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13270] CodeProcessor: Ti.include needs to be a direct call to eval, not an indirect call

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-03-29T05:10:11.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2013-03-29T04:51:21.000+0000
Updated2017-03-09T00:23:34.000+0000

Description

Eval calls can either be direct or indirect (see 15.1.2.1.1 in the spec). Ti.include is currently indirect, but should be direct to get the proper context set up.

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source