Opened 6 years ago
Closed 6 years ago
#2157 closed defect (fixed)
want list of available bundles to actually be installable
Reported by: | Greg Couch | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | critical | Milestone: | 0.91 |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Would like Toolshed._get_available_bundles() to return the bundles that can actually be installed in the current version. Only installable bundles should be used to build provider list, possible commands, etc.
Note:
See TracTickets
for help on using tickets.
Fixed in acc84bf99.
Uninstallable bundles (ones whose ChimeraX-Core version requirement is not met) are no longer considered "available" by the toolshed. They are still accessible in
toolshed._available_bundle_info.uninstallable
.