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
Or maybe we can use julia's Pkg manager to do this?
Been thinking about hermetically including dependencies by recreating a .julia structure inside the .app (via JULIA_DEPOT_PATH), and if we do that, maybe we could wrap the user's code all up in a Package inside there, and only re-run things if it's modified somehow?
The text was updated successfully, but these errors were encountered:
Maybe integration with something like
make
?Or maybe we can use julia's Pkg manager to do this?
Been thinking about hermetically including dependencies by recreating a
.julia
structure inside the.app
(viaJULIA_DEPOT_PATH
), and if we do that, maybe we could wrap the user's code all up in a Package inside there, and only re-run things if it's modified somehow?The text was updated successfully, but these errors were encountered: