We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> using JLD julia> JLD.save("tmp.jld", "id", identity) ERROR: UndefVarError: isgeneric not defined Stacktrace: [1] func2expr(::Function) at /Users/cedric/.julia/v0.6/JLD/src/JLD.jl:848
On this line. Error aside, wouldn't it be possible to save generic functions the same way Python does, by storing something like (:Base, :identity)?
(:Base, :identity)
The text was updated successfully, but these errors were encountered:
Dup of #57
Sorry, something went wrong.
This one worked for me! https://discourse.julialang.org/t/save-variable/33986
No branches or pull requests
On this line. Error aside, wouldn't it be possible to save generic functions the same way Python does, by storing something like
(:Base, :identity)
?The text was updated successfully, but these errors were encountered: