Skip to content

Conflict relationship is triggered even when version constrained #1245

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

Closed
dbent opened this issue Jul 5, 2015 · 3 comments
Closed

Conflict relationship is triggered even when version constrained #1245

dbent opened this issue Jul 5, 2015 · 3 comments
Labels
Bug Something is not working as intended Core (ckan.dll) Issues affecting the core part of CKAN Relationships Issues affecting depends, recommends, etc. ★★☆

Comments

@dbent
Copy link
Member

dbent commented Jul 5, 2015

This came up in KSP-CKAN/NetKAN#1841 where I attempted to add the following relationship:

{
  "conflicts": [
    { "name": "HotRockets", "max_version": "1.0.4" }
  ]
}

This still triggered a conflict error even though HotRockets-1.0.4.1 was installed.

@dbent dbent added the Bug Something is not working as intended label Jul 5, 2015
@pjf pjf added the Core (ckan.dll) Issues affecting the core part of CKAN label Jul 16, 2015
@pjf
Copy link
Member

pjf commented Jul 16, 2015

Yikes. This happens in the core, and affects both the GUI and Cmdline, yes?

@dbent
Copy link
Member Author

dbent commented Jul 17, 2015

Only tested it on the command line, but I'm assuming it's in the relationship resolver so it should affect the GUI as well. I'll double-check.

@HebaruSan HebaruSan added the Relationships Issues affecting depends, recommends, etc. label Feb 26, 2018
@HebaruSan
Copy link
Member

Fixed in #2339.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working as intended Core (ckan.dll) Issues affecting the core part of CKAN Relationships Issues affecting depends, recommends, etc. ★★☆
Projects
None yet
Development

No branches or pull requests

4 participants