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 julia 0.7 #17

Merged
merged 1 commit into from
Oct 18, 2018
Merged

Fixes for julia 0.7 #17

merged 1 commit into from
Oct 18, 2018

Conversation

carlobaldassi
Copy link
Contributor

@carlobaldassi carlobaldassi commented Jul 24, 2018

This is coordinated with JuliaIO/JLD.jl#215.

I've had to disable a few tests here as well, mostly for the same reasons as detailed in the JLD PR (alignment issues with mmap, a problem with a struct containing a union of bitskind types).

Additionally, there are two new issues:

  1. the representation of Expr has changed in 0.7, the field typ was removed
  2. the representation of Char was also changed, so that the bits stored in old archives are now interpreted differently.

All disabled tests are marked with FIXME comments.
Any pointers on how to fix the above mentioned issues would be appreciated. Alternatively, this PR might be merged and the issues fixed by someone more knowledgeable than me.

@JeffBezanson
Copy link
Contributor

I fixed some of the Char and Expr issues in JuliaIO/JLD.jl#229.

@JeffBezanson
Copy link
Contributor

These tests and JLD depend on each other, so I'll just merge this for now.

@JeffBezanson JeffBezanson merged commit d806c47 into JuliaIO:master Oct 18, 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.

2 participants