-
Notifications
You must be signed in to change notification settings - Fork 17
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
Minor fixes and dependabot bumps #137
Minor fixes and dependabot bumps #137
Conversation
codecov action version bump
do we want caching for test(latest and lts)s package building? we should either disable the info or enable caching... and for lts testing: do we want to use 1.6 specifically or should we change to "lts" label instead of "1.6" everywhere? |
action outputs checked: no wanings, no notes Ready to merge |
@@ -930,7 +930,7 @@ end | |||
export fmi2GetFMUstate | |||
|
|||
""" | |||
fmi2FreeFMUstate!(c::FMU2Component, state::fmi2FMUstate) | |||
fmi2FreeFMUstate(c::FMU2Component, state::fmi2FMUstate) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change, did you upstream test this (so check of FMI/FMIFlux still work?).
Why do you want to change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say, this is not a breaking change, it is a docstring (although it meight break the FMI-Doc action, but that will be easier to fix afterwards)
No description provided.