Opened 14 years ago
Closed 14 years ago
#2001 closed defect (fixed)
[patch] Patch to allow module prefixes (dependencies.prefixes) to be absolute
Reported by: | Owned by: | James Burke | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | BuildSystem | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When building a package with custom widgets, it is often handy to use absolute paths to the module location.
This patch enables this for interning strings.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | buildUtil-support-absolute-module-prefix.patch added |
---|
comment:1 Changed 14 years ago by
Component: | General → BuildSystem |
---|---|
Milestone: | → 0.5 |
Owner: | changed from anonymous to James Burke |
Summary: | Patch to allow module prefixes (dependencies.prefixes) to be absolute → [patch] Patch to allow module prefixes (dependencies.prefixes) to be absolute |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Turns out this got fixed in the build system rewrite for 0.9.
Note: See
TracTickets for help on using
tickets.
I would like to apply this patch for 0.5. However, before applying it, I need to modify other parts of the build that are now aware of 3rd party module/widget resources (like xdgen.js, buildUtil.js, flattenResources.js and buildUtilXd.js). These files are now aware of dependencies.prefixes, so a similar change should be made in those files.