Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible inconsistency between addon and database dependencies #359

Open
kynikos opened this issue Oct 20, 2014 · 0 comments
Open

Possible inconsistency between addon and database dependencies #359

kynikos opened this issue Oct 20, 2014 · 0 comments
Milestone

Comments

@kynikos
Copy link
Owner

kynikos commented Oct 20, 2014

Currently, extensions are checking if an opened database is compatible (database_dependency_group_N), however consider this scenario in the extension's .info file:

dependencies = extensions.foo.2
database_dependency_group_1 = extensions.foo.1

If extensions.foo is really installed with version 2, the extension is shown as enabled in the database properties, but when it checks database_dependency_group_1, it will consider the database as incompatible, with non-investigated consequences.
Of course as long as dependencies and database_dependencies are kept (manually) in sync, there aren't any problems, but this duplication should be avoided, see also #358)

@kynikos kynikos added this to the 1.0.1 milestone Oct 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant