-
Notifications
You must be signed in to change notification settings - Fork 41
fix: display UDB extension dependency information correctly in ISA Explorer #723
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
Merged
james-ball-qualcomm
merged 17 commits into
main
from
597-isa-explorer-backend-missing-extension-dependencies
May 14, 2025
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4ab355b
fix: avoid Sorbet errors and improve consistency of database to avoid…
james-ball-qualcomm 3f94451
fix: testing if PR can avoid listing commits of older PR
james-ball-qualcomm 21b4cef
fix: display implied-by and requires columns from UDB & bugs it exposed
james-ball-qualcomm 6aeebb9
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm a1ae8ba
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm 6e6fbec
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm 01a14f1
Merge remote-tracking branch 'origin/main' into 731-still-have-404-er…
james-ball-qualcomm 14a485d
fix: improved clarity of result logging and fixed bad links to profil…
james-ball-qualcomm 5afe5aa
Merge branch '597-isa-explorer-backend-missing-extension-dependencies…
james-ball-qualcomm 498588b
Merge pull request #739 from riscv-software-src/731-still-have-404-er…
james-ball-qualcomm ca5f011
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm 5ae5c99
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm dfcfb74
fix: make deploy.sh start & end message consistent
james-ball-qualcomm 06075b0
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm 2a8fb7e
fix: see that parallel is called to build artifacts to removed redund…
james-ball-qualcomm 9a22f13
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm abcb817
Merge branch 'main' into 597-isa-explorer-backend-missing-extension-d…
james-ball-qualcomm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# yaml-language-server: $schema=../../schemas/ext_schema.json | ||
|
||
$schema: "ext_schema.json#" | ||
kind: extension | ||
name: Zve32f | ||
long_name: Vector Extension for Minimal Single-Precision Embedded Floating-Point | ||
description: | | ||
TBD - See GitHub issue 616 | ||
type: unprivileged | ||
versions: | ||
- version: "1.0.0" | ||
state: ratified | ||
ratification_date: null | ||
requires: F |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.