-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix silent ABI mismatch in cubric Python shim #5444
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
+109
−3
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0fddd8b
OMPE-91419: Fix silent ABI mismatch in cubric Python shim
jmart-nv 4fad5e1
OMPE-91419: Review feedback
jmart-nv 7786693
OMPE-91419: Review feedback - trust minor semver bumps, warn loudly o…
jmart-nv e4573b4
OMPE-91419: Emit loud stderr warning on ABI minor version mismatch in…
jmart-nv 6272ce2
OMPE-91419: Revert cubric ABI version to v0.1 and relax warning back …
jmart-nv 0e5ef21
OMPE-91419: Added changelog fragment
jmart-nv 55a5fa8
Merge branch 'develop' into jmart/cubric-abi
kellyguo11 028e464
Merge branch 'develop' into jmart/cubric-abi
kellyguo11 0b790cd
Merge branch 'develop' into jmart/cubric-abi
kellyguo11 6fbdf5a
Merge branch 'develop' into jmart/cubric-abi
kellyguo11 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,7 @@ | ||
| Added | ||
| ^^^^^ | ||
|
|
||
| * Added runtime verification of the ``omni::cubric::IAdapter`` interface | ||
| version in :mod:`~isaaclab_newton.physics._cubric` as defense-in-depth | ||
| against future ABI shifts. The shim falls back to the CPU path on | ||
| major-version mismatch or older-minor. |
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.