Closed
Bug 696026
Opened 13 years ago
Closed 10 years ago
Option to include all modules as requirements.
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: irakli, Unassigned)
References
Details
With [no-runtime-search](https://github.com/warner/addon-sdk/tree/no-runtime-search) it's pretty hard now to test things at runtime. For example [repl](https://github.com/Gozala/jep4repl) plugin is no longer able to load modules as most of them are not in manifest and are not listed as dependencies of the sandbox module it runs in. Would be great if we had some way option for cfx that would have included all the modules modules into manifest regardless of whether they were required or not. This would allowed repl to function at runtime as expected without implementing alternative module loader that can easily get out of sync and mislead it's users.
Priority: -- → P3
Comment 1•10 years ago
|
||
Can we wontfix this? jpm packages all modules at the moment.
Flags: needinfo?(rFobic)
Reporter | ||
Comment 2•10 years ago
|
||
Sure, that's no longer relevant!
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(rFobic)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•