Re: [julia-users] Re: does JLD handle Int128 (saw at one time it did not)

2015-08-19 Thread Tim Holy
They were split, but google hasn't quite caught up to it. And all the old issues are of course still there in the original HDF5 repository. I don't remember the status of this at all. I hate to say it, but why don't you just try it out and see if it works? If not, please file an issue---

Re: [julia-users] Re: does JLD handle Int128 (saw at one time it did not)

2015-08-19 Thread Stefan Karpinski
JLD is built on top of HDF5. Jeffrey: does JLD not handle Int128 out of the box? On Wed, Aug 19, 2015 at 2:43 PM, Ismael VC ismael.vc1...@gmail.com wrote: Have you tried using it with HDF5.jl? https://github.com/timholy/HDF5.jl El miércoles, 19 de agosto de 2015, 12:50:35 (UTC-5), Jeffrey

Re: [julia-users] Re: does JLD handle Int128 (saw at one time it did not)

2015-08-19 Thread Jeffrey Sarnoff
I can do that. If it goes south, I note the issue. You showed me how to use it the first time, Thanks TIm. On Wednesday, August 19, 2015 at 4:20:22 PM UTC-4, Tim Holy wrote: They were split, but google hasn't quite caught up to it. And all the old issues are of course still there in the

[julia-users] Re: does JLD handle Int128 (saw at one time it did not)

2015-08-19 Thread Ismael VC
Have you tried using it with HDF5.jl? https://github.com/timholy/HDF5.jl El miércoles, 19 de agosto de 2015, 12:50:35 (UTC-5), Jeffrey Sarnoff escribió: Or, what is a good approach to saving and reloading Int128s .. -x .. +x?

Re: [julia-users] Re: does JLD handle Int128 (saw at one time it did not)

2015-08-19 Thread Jeffrey Sarnoff
It works On Wednesday, August 19, 2015 at 4:44:51 PM UTC-4, Jeffrey Sarnoff wrote: I can do that. If it goes south, I note the issue. You showed me how to use it the first time, Thanks TIm. On Wednesday, August 19, 2015 at 4:20:22 PM UTC-4, Tim Holy wrote: They were split, but google