Closed
Bug 687706
Opened 14 years ago
Closed 14 years ago
remove "Test App.app" and its troublesome symlink
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.3
People
(Reporter: warner, Assigned: warner)
Details
Attachments
(1 file)
as Myk noticed (http://groups.google.com/group/mozilla-labs-jetpack/browse_thread/thread/c71cea4749291ce1?hl=en), the symlink in "python-lib/cuddlefish/Test App.app" is troublesome (doesn't work on git under windows), and from what I can tell, that whole "Test App" directory is effectively unused. So let's get rid of it.
| Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 561057 [details]
remove TestApp.app and change code to stop using it
I don't know if this patch capture my intent correctly (patches which delete binary files aren't always possible to represent in text), but it's basically 'rm -f python-lib/cuddlefish/Test\ App.app' and then some changes to __init__.py to stop using it under darwin.
Attachment #561057 -
Flags: review?(myk)
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → warner-bugzilla
Comment 2•14 years ago
|
||
Comment on attachment 561057 [details]
remove TestApp.app and change code to stop using it
Note: I ran into trouble applying the patch, as `git apply` complained "error: cannot apply binary patch to 'python-lib/cuddlefish/Test App.app/Contents/MacOS/xulrunner' without full index line."
`git diff --full-index` generated a patch without this problem, as did `git diff --binary` (which implies `--full-index`).
Attachment #561057 -
Flags: review?(myk) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Landed, in https://github.com/mozilla/addon-sdk/commit/9efdd448bb2ca6a1e6c557f4a504feefb957d271
Thanks for the tip about --full-index!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•