Skip to content

Resolver breaks when logging long names #35

Closed
@KnownSubset

Description

When logging the resolving of application elements.

Ember.ENV.LOG_MODULE_RESOLVER = true;

The logging can fail when you have long component/view/template names. The logging code expects the parsedName.fullName.length to be <= 40. If not, then the logging hits an invalid array length exception.

screen shot 2014-03-24 at 9 46 12 am

The resolver was looking up "template:components/update-aware-text-field"

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions