click is executed to get information about click packages
Bug #1292645 reported by
dobey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-scope-click (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Now that libclick is available, it should be used instead, to get information about installed click packages. However, the click scope is still building a command line for click and parsing STDOUT to get the necessary information.
Related branches
lp://staging/~mvo/unity-scope-click/lp1292645-use-libclick
- Alejandro J. Cura (community): Needs Information
- PS Jenkins bot (community): Approve (continuous-integration)
- Michael Vogt (community): Abstain
- dobey (community): Needs Fixing
-
Diff: 483 lines (+93/-248)9 files modifieddebian/control (+1/-0)
debian/tests/control (+1/-0)
scope/click/CMakeLists.txt (+3/-0)
scope/click/configuration.cpp (+16/-2)
scope/click/configuration.h (+0/-3)
scope/click/interface.cpp (+67/-57)
scope/click/interface.h (+0/-4)
scope/tests/test_configuration.cpp (+4/-44)
scope/tests/test_interface.cpp (+1/-138)
lp://staging/~mvo/unity-scope-click/lp1292645-use-libclick2
- dobey (community): Needs Fixing
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
-
Diff: 988 lines (+447/-221)14 files modifieddebian/control (+1/-0)
debian/tests/control (+2/-0)
libclickscope/click/CMakeLists.txt (+3/-0)
scope/click/CMakeLists.txt (+9/-0)
scope/click/configuration.cpp (+2/-20)
scope/click/configuration.h (+1/-5)
scope/click/interface.cpp (+47/-56)
scope/click/interface.h (+8/-5)
scope/click/libclick.cpp (+123/-0)
scope/click/libclick.h (+58/-0)
scope/tests/CMakeLists.txt (+10/-0)
scope/tests/test_configuration.cpp (+8/-56)
scope/tests/test_interface.cpp (+91/-79)
scope/tests/test_libclick.cpp (+84/-0)
Changed in unity-scope-click (Ubuntu): | |
assignee: | nobody → Michael Vogt (mvo) |
status: | Triaged → In Progress |
Changed in unity-scope-click (Ubuntu): | |
assignee: | Michael Vogt (mvo) → nobody |
status: | In Progress → Triaged |
importance: | High → Medium |
To post a comment you must log in.
I started a branch with that, but I need some feedback how you want the tests do be done.