#16 closed defect (fixed)
build tools use b0rken regexp to determine module dependencies
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildTools | Version: | 0.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The current system uses a set of regular expressions in getDependencyList.js to determine what modules a file needs. These regexps don't obey commenting out of lines, which leads to incorrect and out-of-order module inclusion which can cause all kinds of problems at deployment time.
Recommended fix: make the regular expressions comment-aware.
Change History (4)
comment:1 Changed 16 years ago by
Version: | → 0.0 |
---|
comment:2 Changed 16 years ago by
Milestone: | → 0.2release |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2379]) fixing the regular expression used to retreive dependencies at build time by removing comments. Fixes #16