-
Notifications
You must be signed in to change notification settings - Fork 14
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
Warnings and Errors with Julia 0.4 #21
Comments
I can confirm that this happens simply by executing the example code on ReadTheDocs. |
See also #17. |
@pao Are you considering tagging a new version? It looks like some of these warnings / errors have been resolved. |
👍 please tag a new version the last is from more than a year ago and breaks with |
👍 |
👍 for tagging a new version |
👍 I would also like to see a new released version with this issue fixed. Soon two years will have passed since the last release. |
v0.1.0 supporting 0.5 was tagged some time ago. |
I was trying to use this package with Julia 0.4, but on top of tons of deprecation warnings, it throws an error when actually trying use
pack
orunpack
.When loading the package, there is a flood of warnings along the lines of
Once I use
@struct
, there are more of these:And then when I try
pack
orunpack
I get:The text was updated successfully, but these errors were encountered: