#2653 closed defect (fixed)
intern-strings broken in builds
Reported by: | James Burke | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildSystem | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With the current code in the 0.4 branch, trunk and 0.9 tree, you will get this error if trying to intern-strings:
"buildUtil.js", line 737: uncaught JavaScript? runtime exception: TypeError?: Cannot read property "prefixes" from undefined
This is causes by line 735 using "profileFile" instead of "profile".
Change History (4)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
(In [7803]) Fixes #2653. Bug was introduced with layered build support.