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

import Mmap #515

Merged
merged 3 commits into from
Sep 7, 2018
Merged

import Mmap #515

merged 3 commits into from
Sep 7, 2018

Conversation

tknopp
Copy link
Contributor

@tknopp tknopp commented Sep 6, 2018

this otherwise breaks in Julia 1.0

fixes #512

@musm
Copy link
Member

musm commented Sep 6, 2018

Could you add Mmap to _Project.toml under [deps] for future migration?

@musm
Copy link
Member

musm commented Sep 6, 2018

Thanks! This could also be a great opportunity to add test. Perhaps just use #512

@tknopp
Copy link
Contributor Author

tknopp commented Sep 7, 2018

@musm: I added a test. It needs not be disabled on windows for the moment. That of course needs to be fixed but is beyond this PR.

@tknopp
Copy link
Contributor Author

tknopp commented Sep 7, 2018

Test seem to pass, so this is ready to go. @musm would be nice getting a release out when this is in. I have a package that broke at the point where Compat.Mmap was removed. This here is the fix for that.

@musm musm merged commit ad5f958 into master Sep 7, 2018
@musm musm deleted the tknopp-patch-2 branch September 7, 2018 13:09
@musm
Copy link
Member

musm commented Sep 7, 2018

Thank you and I have published a release

@bluehope
Copy link

bluehope commented Sep 7, 2018

Now, HDF5+Mmap works great! with Linux/Mac. Thank you.

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.

HDF5 + Mmap failed with Julia0.7/1.0
3 participants