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

Fix exists() #4

Closed
wants to merge 1 commit into from
Closed

Fix exists() #4

wants to merge 1 commit into from

Conversation

simonster
Copy link
Member

This bug is currently causing write failures with MAT_HDF5. Not sure if this is the best fix.

This bug is currently causing write failures with MAT_HDF5. Not sure if this is the best fix.
@timholy
Copy link
Member

timholy commented Dec 10, 2012

What's triggering it? Can you send me an example?

@simonster
Copy link
Member Author

You should be able to reproduce it by running test/write.jl from MAT.jl. The backtrace is

no method exists(HDF5Dataset{MatlabHDF5File},ASCIIString,HDF5Properties)
 in method_missing at base.jl:81
 in exists at /home/simon/Documents/Julia/julia_hdf5/src/hdf5.jl:655
 in exists at /home/simon/Documents/Julia/julia_hdf5/src/hdf5.jl:662
 in write at /home/simon/Documents/Julia/MAT/src/MAT_HDF5.jl:258
 in write at /home/simon/Documents/Julia/MAT/src/MAT_HDF5.jl:305
 in test_write at test/write.jl:9
 in include at boot.jl:237
at test/write.jl:38

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