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

Add abstraction layer for external function of Streams.error #4496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

beutlich
Copy link
Member

This avoids that Modelica utility function ModelicaError has to be provided by library ModelicaExternalC.

@beutlich beutlich added L: C-Sources Issue addresses Modelica/Resources/C-Sources L: Utilities Issue addresses Modelica.Utilities labels Oct 27, 2024
@casella
Copy link
Contributor

casella commented Nov 11, 2024

@beutlich can you quickly describe what is the advantage of this solution? Thanks!

@beutlich
Copy link
Member Author

@beutlich can you quickly describe what is the advantage of this solution? Thanks!

Currently MSL requires that tools provide a library (static or dynamic) named "ModelicaExternalC.*" where symbol "ModelicaError" gets resolved. However, this is not required from MLS perspective. This PR fixes this superfluous requirement.

This avoids that Modelica utility function ModelicaError has to be provided by library ModelicaExternalC.
@casella
Copy link
Contributor

casella commented Nov 11, 2024

Is this related to #4476? If so, we should probably try to get a harmonized solution. Or is this an orthogonal issue?

Copy link
Contributor

@HansOlsson HansOlsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: C-Sources Issue addresses Modelica/Resources/C-Sources L: Utilities Issue addresses Modelica.Utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants