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

Minor fixes and dependabot bumps #137

Merged
merged 5 commits into from
Dec 23, 2024

Conversation

0815Creeper
Copy link
Contributor

No description provided.

@0815Creeper 0815Creeper marked this pull request as ready for review December 18, 2024 11:11
@0815Creeper
Copy link
Contributor Author

0815Creeper commented Dec 18, 2024

do we want caching for test(latest and lts)s package building? we should either disable the info or enable caching...
same question for eval action

and for lts testing: do we want to use 1.6 specifically or should we change to "lts" label instead of "1.6" everywhere?

@0815Creeper 0815Creeper marked this pull request as draft December 18, 2024 11:49
@0815Creeper 0815Creeper marked this pull request as ready for review December 22, 2024 14:22
@0815Creeper
Copy link
Contributor Author

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)
Copy link
Owner

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?

Copy link
Contributor Author

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)

@ThummeTo ThummeTo merged commit a53d2be into ThummeTo:main Dec 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants