Closed
Bug 905096
Opened 12 years ago
Closed 12 years ago
Build script modularization
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yurenju, Assigned: yurenju)
References
Details
Attachments
(1 file, 3 obsolete files)
for now we use xpcshell to execute javascript in GAIA_DIR/build/, we should use module pattern for those scripts to help developer can reuse those scripts to customize build process.
I would like to use commonjs pattern to encapsulate each script in GAIA_DIR into a module. to do that, I need to use commonjs/toolkit/loader.js to define require to solve dependency issue.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
today WIP, now we can use sdk/io/fs! :D
Assignee | ||
Comment 3•12 years ago
|
||
Hi Alex, Could you give some feedback for xpcshell-commonjs.js in attachment 790732 [details] [diff] [review]? it works but it would be great if you can take a look to it :)
you also can read it on github: https://github.com/yurenju/gaia/blob/82a9e37c556d9be5da1af27f9ecbfe6bb0869c1b/build/xpcshell-commonjs.js
Flags: needinfo?(poirot.alex)
Assignee | ||
Comment 4•12 years ago
|
||
now we can |make reset-gaia| with xpcshell modules! wooooow!
I'm working on cleaning code and test build/*.js one by one to check everything is okay.
Attachment #790732 -
Attachment is obsolete: true
Assignee | ||
Comment 5•12 years ago
|
||
I forgot adding files when commit, update to new patch.
Attachment #792695 -
Attachment is obsolete: true
Assignee | ||
Comment 6•12 years ago
|
||
This pull request is ready to review,I tested each script on xpcshell and everthing looks good. Since changes of build system is easy to get failed on TBPL, I would like to get two r+ to land it.
Tim and Alex, could you review this PR? thanks!
Attachment #792723 -
Attachment is obsolete: true
Attachment #793928 -
Flags: review?(timdream)
Attachment #793928 -
Flags: review?(poirot.alex)
Flags: needinfo?(poirot.alex)
Comment 7•12 years ago
|
||
Comment on attachment 793928 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/11693
Splendid! You should feedback? :lightsofapollo too IMHO.
Attachment #793928 -
Flags: review?(timdream) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 793928 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/11693
James, could you give some feedback for this? thanks!
Attachment #793928 -
Flags: feedback?(jlal)
Comment 9•12 years ago
|
||
Comment on attachment 793928 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/11693
Looks good! I did some basic sanity testing too and everything in my daily workflow works well.
Attachment #793928 -
Flags: feedback?(jlal) → feedback+
Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 793928 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/11693
since Alex looks very busy, I'll land this commit first only with r=timdream after verified this commit on windows.
Attachment #793928 -
Flags: review?(poirot.alex)
Assignee | ||
Comment 11•12 years ago
|
||
pull request was updated for Windows.
Assignee | ||
Comment 12•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•