After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625156 - Add support for plugin dependencies.
Add support for plugin dependencies.
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-23 23:10 UTC by Steve Frécinaux
Modified: 2010-07-27 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for plugin dependencies. (13.19 KB, patch)
2010-07-23 23:10 UTC, Steve Frécinaux
none Details | Review
Add basic support for plugin dependencies. (14.07 KB, patch)
2010-07-24 12:18 UTC, Steve Frécinaux
committed Details | Review

Description Steve Frécinaux 2010-07-23 23:10:55 UTC
Through the Depends: line of the plugin info.
Comment 1 Steve Frécinaux 2010-07-23 23:10:57 UTC
Created attachment 166471 [details] [review]
Add support for plugin dependencies.
Comment 2 Steve Frécinaux 2010-07-24 12:18:21 UTC
Created attachment 166485 [details] [review]
Add basic support for plugin dependencies.

This one takes care of avoiding circular dependencies, but if there is a
circular dependencies the final behaviour is undefined as we can't
predict reliably in which order the circular dependants will be loaded.
Comment 3 Steve Frécinaux 2010-07-27 18:55:01 UTC
Attachment 166485 [details] pushed as d230359 - Add basic support for plugin dependencies.