blegat / HybridSystems.jl

Hybrid Systems definitions in Julia
Other
28 stars 5 forks source link

New version of MathematicalSystems #53

Closed schillic closed 1 year ago

schillic commented 1 year ago

TagBot does not trigger anymore. Maybe wake it up?

EDIT: The build error in v1.8 x86 seems unrelated:

InexactError: trunc(Int32, -1.0507929548530072e199)
blegat commented 1 year ago

Thanks, there are updates to do in the examples as well

schillic commented 1 year ago

Done! But there is a new build error on v1.8.3:

ERROR: LoadError: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
[...]
ERROR: LoadError: Failed to precompile MappedArrays

Again I think this is independent of this PR.

About the error: MappedArrays.jl has not seen an update since over a year. Maybe consider replacing this dependency or ask about the status of the open PR that tries to fix this warning (now error).

schillic commented 1 year ago

I deactivated depwarn: error on CI to fix the build. @blegat let me know what you think.

blegat commented 1 year ago

Thanks!