Closed
Bug 1485477
Opened 7 years ago
Closed 7 years ago
clean up socorro.lib and do a dead-code pass
Categories
(Socorro :: General, task, P3)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(2 files)
There's a bunch of code in socorro.lib that's dead code:
* socorro/lib/buildtype.py
* socorro/lib/citexttype.py
* socorro/lib/jsontype.py
* socorro/lib/ver_tools.py
The first three are imported, but not used, in migrations. The last isn't used at all. Interestingly, I wrote a similar function in build_default_context in the webapp so I could sort version numbers.
This bug covers removing these bits and fixing the migrations so as not to import them.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Summary: clean up socorro.lib → clean up socorro.lib and do a dead-code pass
Comment 2•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/d4e9d9f4ebcaaad542daebae30860800b0f42c0b
bug 1485477: clean up unused modules
This removes modules in socorro.lib that are unused.
https://github.com/mozilla-services/socorro/commit/96f10782cbbdc48e2869703174d979e5fea2c1ea
Merge pull request #4570 from willkg/1485477-cleanup
bug 1485477: clean up unused modules
| Assignee | ||
Comment 3•7 years ago
|
||
We should remove socorro/processor/breakpad_pipe_to_json.py. We don't have anything in pipe format anymore, so no need for this.
| Assignee | ||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/a381eda906cc35c6d0cce4973e3add4ac55ad075
bug 1485477: remove breakpad_pipe_to_json.py code
We don't use this in Socorro, so we should remove it.
https://github.com/mozilla-services/socorro/commit/e7bb2cf0439baf4e029004635a2f90d86ac20b26
Merge pull request #4584 from willkg/1485477-more-dead-code
bug 1485477: remove breakpad_pipe_to_json.py code
| Assignee | ||
Comment 6•7 years ago
|
||
Everything I was thinking of covering is covered now. Closing this out.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•