Need single module for finding executables across projects and platforms
Bug #1021833 reported by
Mike McCracken
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
dirspec | Status tracked in Trunk | |||||
Stable-4-0 |
Fix Released
|
Undecided
|
Unassigned | |||
Trunk |
Fix Released
|
High
|
Mike McCracken |
Bug Description
There are too many places in several of the ubuntuone projects that have code to find executable paths. With 3 platforms and frozen/nonfrozen contexts, this code has gotten complex enough that we should factor it out into a single module in a common dependency, like dirspec.
Related branches
lp://staging/~mikemc/dirspec/add-exefind
- dobey (community): Needs Fixing
-
Diff: 257 lines (+215/-1)2 files modifieddirspec/tests/test_utils.py (+141/-1)
dirspec/utils.py (+74/-0)
lp://staging/~dobey/dirspec/add-exefind
- Roberto Alsina (community): Approve
- Mike McCracken (community): Approve
-
Diff: 241 lines (+190/-4)2 files modifieddirspec/tests/test_utils.py (+118/-2)
dirspec/utils.py (+72/-2)
Changed in dirspec: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.