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

Packs with requirements, without specifying version, requires incorrect version #91

Closed
TTornblom opened this issue Nov 5, 2019 · 1 comment
Labels
DONE We consider this issue as resolved - please review and close it.

Comments

@TTornblom
Copy link

According to the CMSIS-Pack 1.6.0 specification the version number for a required pack is optional, but leaving it out causes the plugin to attempt to install the required pack in the same version as the pack being installed.

Example:
Maxim.MAX32650.pdsc contains the following pieces:

  <release version="1.1.0-a" date="2018-07-11">
     - Updates to ARM startup
  </release>

...




...

Installing this pack causes the plugin to attempt to install ARM.CMSIS.1.1.0-a, which seems wrong.

If a version number is available for the requirement then that version is used, which is the expected behavior.

@edriouk
Copy link
Contributor

edriouk commented May 27, 2020

Fixed in v2.6.0

@edriouk edriouk added the DONE We consider this issue as resolved - please review and close it. label May 27, 2020
@jkrech jkrech closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DONE We consider this issue as resolved - please review and close it.
Projects
None yet
Development

No branches or pull requests

3 participants