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
I think load path or project influences compat for app add when it seems like it should not
I worked around this in my installation instructions for SearchablePDFs.jl by writing JULIA_LOAD_PATH="@:@stdlib" julia +nightly --startup-file=no -e 'using Pkg; Pkg.activate(temp=true); Pkg.Apps.add(url="https://github.com/ericphanson/SearchablePDFs.jl")'. Pretty long!
updating an app should probably regenerate the project/manifest from scratch (delete them), since otherwise there can be issues with the manifest
similarly, I did app add ... then app dev ... and the generated manifest still was that of app add instead of updating to the format used with dev
app rm does not remove the generated environment, I believe it should
if an app fails to precompile when installed, the errors are not clear but it seems to retry like 3 times. I think this is because it's the auto-precompile on installation, maybe it should set some flags or something for this case when it's not a regular library dependency
Things to fix/improve:
Functionality
Apps.instantiate
Apps.update
@main
as appsDisplay
Apps.status()
@info
and use the same formatting as Pkg does elsewhereQuestions
.julia/bin
to path?The text was updated successfully, but these errors were encountered: