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

Update generated index.pidx to become compliant with the schema #8

Open
jkrech opened this issue Aug 14, 2024 · 0 comments
Open

Update generated index.pidx to become compliant with the schema #8

jkrech opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jkrech
Copy link
Member

jkrech commented Aug 14, 2024

Describe the bug
The index.pidx. generated by vidx2pidx fail the schema check against:
https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/main/schema/PackIndex.xsd

To Reproduce
Steps to reproduce the behavior:

  1. Run the vidx2pidx tool
  2. Run a schema check against PackIndex.xsd
  3. missing mandatory elements:
  • <vendor> = take the filename of the file passed as parameter "vendors.vidx" -> "vendors" (BTW this should be singular "vendor" in the help/usage information.
  • <url> = take the absolute path of the generated "index.pidx" (or whatever is specified by -o )
  • <timestamp> = take the dateTime where hours, minutes is sufficient e.g.: 2024-08-20T04:00:20

Expected behavior
vidx2pidx must generate schema compliant index.pidx

Environment (please complete the following information):

  • OS: all of windows/linux/darwin
  • Version latest
@jkrech jkrech added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants