Skip to content
New issue

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

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

Already on GitHub? # to your account

UDB doesn't generate an error if a profile or CRD specifies a version of an extension not present in the database #336

Closed
james-ball-qualcomm opened this issue Dec 3, 2024 · 1 comment · Fixed by #350
Assignees
Labels
bug Something isn't working

Comments

@james-ball-qualcomm
Copy link
Collaborator

I just noticed that RVA20 has the S extension listed as 1.12 when its yaml file specifies ~> 1.11. Then I looked at the S extension and see it only has version 1.12 and is missing version 1.11. So, it seems like UDB is just using 1.12 since the RVA20 profile yaml says ~> 1.11. However, then the wrong version is reported in the RVA20 PDF.

I suggest that UDB create an error when a profile or CRD specifies a version number not in the database (especially if it requests a lower version number).

We also need to add version 1.11 to the S extension which hopefully we could include in this GitHub issue so we have it available for testing.

@james-ball-qualcomm james-ball-qualcomm added the bug Something isn't working label Dec 3, 2024
@james-ball-qualcomm
Copy link
Collaborator Author

We should re-examine this after Derek's done refactoring arch_def.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants