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
Would exposing that in the Worker constructor be something the maintainers would be happy to support? It appears to be needed to be able to support PumasAI/QuartoNotebookRunner.jl#42, which is something we'd like to add to the quarto runner.
Allowing for different julias does of course then run into the issue of serializing data between different versions not necessarily being deserializable by another julia. So that might warrant a separate issue to discuss being able to pick a different serialization method rather than using Serialization.serialize. I can open one for that if the issue of supporting julia selection for Worker is considered worth pursuing itself.
The text was updated successfully, but these errors were encountered:
Currently
Worker
doesn't allow for setting the actualjulia
used, it always usesBase.julia_cmd()
.Malt.jl/src/Malt.jl
Lines 103 to 105 in 37e4c4a
Malt.jl/src/Malt.jl
Lines 254 to 256 in 37e4c4a
Would exposing that in the
Worker
constructor be something the maintainers would be happy to support? It appears to be needed to be able to support PumasAI/QuartoNotebookRunner.jl#42, which is something we'd like to add to the quarto runner.Allowing for different
julia
s does of course then run into the issue of serializing data between different versions not necessarily being deserializable by anotherjulia
. So that might warrant a separate issue to discuss being able to pick a different serialization method rather than usingSerialization.serialize
. I can open one for that if the issue of supportingjulia
selection forWorker
is considered worth pursuing itself.The text was updated successfully, but these errors were encountered: