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

Fixes for 1.0.0 #26

Merged
merged 1 commit into from
Aug 13, 2018
Merged

Fixes for 1.0.0 #26

merged 1 commit into from
Aug 13, 2018

Conversation

jleugeri
Copy link
Contributor

I fixed a few things that needed to be fixed in order for using Modia to work on a julia 1.0.0:

  • Base.Operators is deprecated, instead operators need to be listed julia/#22251
  • JSON was missing as a dependency, resulting in an Error/Warning
  • some imports required the using Base: <function> syntax instead using Base.<function>
  • my editor automatically got rid of a bunch of trailing white-spaces (sorry about that, I hope they weren't dear to anyone), but I can't be bothered to put them back

Since I'm not normally involved with this package, I'd be happy if someone could have a look at this to make sure I didn't f* things up.

 * Operators are deprecated, instead need to be listed [julia/#22251](JuliaLang/julia#22251)
 * JSON was missing as a dependency, resulting in an Error/Warning
 * some imports required the `using Base: <function>` syntax instead `using
* Base.<function>`
@HildingElmqvist HildingElmqvist merged commit a1914fc into ModiaSim:master Aug 13, 2018
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.

None yet

2 participants