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 extends of builtin type in getModelInstance #10070

Merged
merged 1 commit into from Jan 18, 2023

Conversation

perost
Copy link
Member

@perost perost commented Jan 18, 2023

  • Set the isDerived class to true when building instance trees for extends, otherwise extends of builtin types are incorrectly optimized away and cause issues later on.

Fixes #10069

- Set the `isDerived` class to `true` when building instance trees for
  extends, otherwise extends of builtin types are incorrectly optimized
  away and cause issues later on.

Fixes OpenModelica#10069
@perost perost added the COMP/GUI/InstBased Interface Issues with new instantiation-based OMEdit feature label Jan 18, 2023
@perost perost self-assigned this Jan 18, 2023
@perost perost enabled auto-merge (squash) January 18, 2023 15:59
@perost perost merged commit a9f36c0 into OpenModelica:master Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP/GUI/InstBased Interface Issues with new instantiation-based OMEdit feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model instance api call fails without any error
1 participant