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
In BSON.jl there is a bug JuliaIO/BSON.jl#25 which is solved by JuliaIO/BSON.jl#91 which allows passing module by BSON.load("data.bson", @__MODULE__) as shown in readme. But in https://github.com/invenia/JLSO.jl/blob/master/src/serialization.jl#L7 there is no way to pass it. Would it be possible to add that parameter there?
BSON.jl
BSON.load("data.bson", @__MODULE__)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
BSON.jl
there is a bug JuliaIO/BSON.jl#25 which is solved by JuliaIO/BSON.jl#91 which allows passing module byBSON.load("data.bson", @__MODULE__)
as shown in readme.But in https://github.com/invenia/JLSO.jl/blob/master/src/serialization.jl#L7 there is no way to pass it.
Would it be possible to add that parameter there?
The text was updated successfully, but these errors were encountered: