Closed
Bug 1032033
Opened 11 years ago
Closed 11 years ago
Fix jshint error for build/test/integration/helper.js
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yurenju, Assigned: ShellHacker, Mentored)
References
Details
(Whiteboard: [good first bug][mentor-lang=zh])
Attachments
(1 file, 2 obsolete files)
+++ This bug was initially created as a clone of Bug #1032032 +++
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [good first bug][mentor-lang=zh]
Comment 1•11 years ago
|
||
Some guidance on how to approach this bug is available here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1032045#c2
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8466611 -
Flags: review?(yurenju.mozilla)
Flags: needinfo?(yurenju.mozilla)
| Reporter | ||
Comment 3•11 years ago
|
||
Sudheesh, this pull request didn't trigger try-server for testing, could you checkout to your branch, amend your commit without any change and force push again?
commands looks like:
$ git checkout Patch_1032033
$ git commit --amend (just save it without any change)
$ git push origin Patch_1032033 -f
and go to your pull request page, it should appear in few minutes.
Flags: needinfo?(yurenju.mozilla) → needinfo?(sudheesh1995)
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → sudheesh1995
| Assignee | ||
Comment 4•11 years ago
|
||
The try-server has now been triggered. :)
Flags: needinfo?(sudheesh1995) → needinfo?(yurenju.mozilla)
| Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8466611 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/22443
Sudheesh, since you add 'use strict' into helper.js then we found checkFileContentInZip has been declared twice, could you help to remove the duplicate function?
please set me review flag again if pull request is updated.
thanks!
Attachment #8466611 -
Flags: review?(yurenju.mozilla)
Flags: needinfo?(yurenju.mozilla)
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8466611 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/22443
Duplication removed. Fixed via squashed commit ccf8b5bda149ba8b31e5a71d6c8a166b639f2ea4 on PR 22443
Attachment #8466611 -
Flags: review?(yurenju.mozilla)
Flags: needinfo?(yurenju.mozilla)
| Reporter | ||
Comment 7•11 years ago
|
||
Comment on attachment 8466611 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/22443
catch another issue, we declare an |exec| by |exec = require('child_process').exec;| but also declare another exec function.
Attachment #8466611 -
Flags: review?(yurenju.mozilla)
Flags: needinfo?(yurenju.mozilla)
| Reporter | ||
Comment 8•11 years ago
|
||
this patch can solve that issue.
| Assignee | ||
Comment 9•11 years ago
|
||
Patched. Added extra commit to fix the merge conflict.
Flags: needinfo?(yurenju.mozilla)
| Reporter | ||
Comment 10•11 years ago
|
||
Comment on attachment 8466611 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/22443
r=yurenju if distribution.test.js and multilocale.test.js are removed in .jshintignore and all commits are squashed to one.
thanks!
Attachment #8466611 -
Flags: review+
Flags: needinfo?(yurenju.mozilla)
| Assignee | ||
Comment 11•11 years ago
|
||
Fixes all problems, The squashing was becoming too much of a problem and too many merge conflicts after updating the branch. So i decided to purge that and redo this. Everything is now in the new pull request that is created. The other one has been closed.
Pull Request : #22835
Commit : 1d7d2ebccd02469f5df9624686a90be2396a7517
Attachment #8466611 -
Attachment is obsolete: true
Attachment #8471301 -
Attachment is obsolete: true
Attachment #8472320 -
Flags: review?(yurenju.mozilla)
| Reporter | ||
Comment 12•11 years ago
|
||
Comment on attachment 8472320 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/22835
that looks good, thank you!
Attachment #8472320 -
Flags: review?(yurenju.mozilla) → review+
| Reporter | ||
Comment 13•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•