You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> immutable Foo
x::Int
y::Intend
julia>using JLD
julia> JLD.save("test.jld", "f", Foo(1,1))
julia> JLD.load("test.jld", "f")
ERROR: type DataType has no field pointerfree
in_gen_jlconvert_immutable(::JLD.JldTypeInfo, ::Any) at /Users/jarrettrevels/.julia/v0.5/JLD/src/jld_types.jl:454ingen_jlconvert(::JLD.JldTypeInfo, ::Any) at /Users/jarrettrevels/.julia/v0.5/JLD/src/jld_types.jl:551injldatatype(::JLD.JldFile, ::HDF5.HDF5Datatype) at /Users/jarrettrevels/.julia/v0.5/JLD/src/jld_types.jl:694inread(::JLD.JldDataset) at /Users/jarrettrevels/.julia/v0.5/JLD/src/JLD.jl:381inread(::JLD.JldFile, ::String) at /Users/jarrettrevels/.julia/v0.5/JLD/src/JLD.jl:357in#jldopen#7(::Array{Any,1}, ::Function, ::JLD.##29#30{String}, ::String, ::Vararg{String,N}) at /Users/jarrettrevels/.julia/v0.5/JLD/src/JLD.jl:256inload(::FileIO.File{FileIO.DataFormat{:JLD}}, ::String) at /Users/jarrettrevels/.julia/v0.5/JLD/src/JLD.jl:1217in#load#13(::Array{Any,1}, ::Function, ::String, ::String, ::Vararg{String,N}) at /Users/jarrettrevels/.julia/v0.5/FileIO/src/loadsave.jl:45inload(::String, ::String) at /Users/jarrettrevels/.julia/v0.5/FileIO/src/loadsave.jl:45ineval(::Module, ::Any) at ./boot.jl:234inmacro expansion at ./REPL.jl:92 [inlined]
in (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:46
julia>versioninfo()
Julia Version 0.5.0-dev+5163
Commit 45ae7d8 (2016-07-0517:15 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU:Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz
WORD_SIZE:64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
ref various @nanosoldier benchmark job failures here, here, and likely here as well (I'm expecting it to fail)
The text was updated successfully, but these errors were encountered:
ref various @nanosoldier benchmark job failures here, here, and likely here as well (I'm expecting it to fail)
The text was updated successfully, but these errors were encountered: