Skip to content

OSATE plugin versions should change when its dependencies change #776

Description

@smithdtyler

As an author of plugins which depend on OSATE, it would be really helpful if minor/maintenance version numbers of OSATE builds were incremented when OSATE changes the versions of plugins it uses. This will allow me to better manage transitive dependencies.

For example, if I write a plugin that uses OSATE 2.2.1_xyz and xtext 1.0.0, then OSATE 2.2.1_xzw switches to xtext 2.0.0, I'm unable to constrain my OSATE dependency so that only OSATE versions using xtext 1.0.0 are used by my plugin. If OSATE instead increments from 2.2.1 to 2.2.2, I'm able to constrain my plugins appropriately.

If the top level version number (e.g., 2.2.1) is difficult to change due to its high visibility, I'd like a less visible version number I can rely on to manage transitive dependencies.

I have discussed this issue with @joeseibel
child of #1538

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions