Ticket #6688 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

xd loader has problem with dojo.provide ("module.name")

Reported by: jburke Owned by: jburke
Priority: normal Milestone: 1.2
Component: PackageSystem Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

The space between provide and ("module.name") causes the regexp in loader_xd.js, dojo._xdCreateResource to fail. Lame. Fix it, and check other dojo.provide parsing in normal loader and build system.

Change History

Changed 7 months ago by jburke

  • status changed from new to closed
  • resolution set to fixed

Fixed in r13581.

Changed 7 months ago by jburke

(In [13741]) Refs #6688: make sure to allow space before parens for all the dependency regexps.

Changed 7 months ago by jburke

(In [13742]) Refs #6688: make sure to allow space before parens for all the dependency regexps. Forgot extra slash.

Note: See TracTickets for help on using tickets.