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

fix(gtest): Allow program creation from code obtained from System #4258

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

techraed
Copy link
Member

Calling System::submitted_code returns instrumented code which can't be used to create a Program, as all the API expects the original code. Instrumented code is only needed for the underlying logic in manager, so removing it from the ExtManager seems reasonable, as it can always be calculated from the original one.

@techraed techraed added A0-pleasereview PR is ready to be reviewed by the team D5-tooling Helper tools and utilities labels Sep 25, 2024
@techraed techraed self-assigned this Sep 25, 2024
@techraed techraed added A2-mergeoncegreen PR is ready to merge after CI passes and removed A0-pleasereview PR is ready to be reviewed by the team labels Sep 25, 2024
@breathx breathx merged commit 2658dc3 into master Sep 25, 2024
20 checks passed
@breathx breathx deleted the st-gtest-fix-submitted-code branch September 25, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2-mergeoncegreen PR is ready to merge after CI passes D5-tooling Helper tools and utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants