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
Sometimes a functionality depends on a combination of packages, and it would be nice to have a syntax for that, something like @require PkgA="..." PkgB="..." include("file.jl")
As discussed on slack, a current workaround is to do something like:
Sometimes a functionality depends on a combination of packages, and it would be nice to have a syntax for that, something like
@require PkgA="..." PkgB="..." include("file.jl")
As discussed on slack, a current workaround is to do something like:
but that solution is too verbose for more than 2 packages.
The text was updated successfully, but these errors were encountered: