Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6457] iOS: CommonJS - Console errors not understandable

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-01-23T16:35:44.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sRelease 2.0.0, Release 1.8.1
ComponentsiOS
Labelsdr-list, module_require, parity, qe-testadded
ReporterMatthew Apperson
AssigneeStephen Tramer
Created2011-12-05T08:47:45.000+0000
Updated2014-06-19T12:43:48.000+0000

Description

Comments

  1. Stephen Tramer 2011-12-05

    Should be resolved in conjunction with TIMOB-6458; both are changes that change how we evaluate require()d modules.
  2. Blain Hamon 2011-12-15

    Note to future: It's because the jslint that does the namespace discovery (IE, that we use imageView) is done to only the files in Resources, not in modules. This sounds like a python support file fix.
  3. Matthew Apperson 2011-12-15

    Blain, just to note, this is an issue with any/all errors... not just this, or even this type of error.
  4. Tony Lukasavage 2011-12-15

    Also, its not just errors and exceptions. If I try to print out an event object with Ti.API.info(), all I get back is
       [INFO] {
       
  5. Vishal Duggal 2011-12-16

    PR#1014 accepted against 1_8_X PR#1015 accepted against master
  6. Tony Lukasavage 2011-12-20

    FYI, running an app that causes one of these exceptions can be debugged effectively just by running it in debug mode. When the exception occurs, TiStudio will stop execution at the offending line and highlight it, making it very easy to figure out what went wrong.
  7. Paul Dowsett 2011-12-20

    Stephen, TonyL reports today that the full error is still not output using RC3.
  8. Natalie Huynh 2012-01-13

    Tested with 1.9.0.v20120112104633 on iPod 4.3.3

JSON Source