ERROR: expected package SlateExtensionsBase [bc31d39e] to exist at path #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/KaimonSlate.jl#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@pitsianis This is a temporary growing pain as the package is not registered yet which causes some additional complication. Looking at a workaround for this, but you could likely also fix now by using
]app dev https://github.com/kahliburke/KaimonSlate.jlinstead of add. Or by cloning the package. It looks like you may also have to manually run
]instantiatein the resulting directory (~/.julia/dev/KaimonSlateif you usedapp dev), i.e.@pitsianis Unfortunately the Julia Pkg.Apps functionality is not quite what I'd like it to be. It works well for completely registered releases but seems to have some blind spots when it comes to packages not yet registered. We'll be in the registry soon, thanks for patience in the meantime. I'd like to make the installation path as simple as possible, but there are these couple additional steps that need to be taken at the moment. The issue is that while Julia's projects accept a [sources] section which allows pointing at sources (in this case at the subdirectory for
SlateExtensionsBaseinlib), the Pkg.Apps functionality doesn't seem to utilize or respect it, and there is a difference betweenPkg.Apps.addvsPkg.Apps.develop, in that the add creates a new separate environment, and does not copy the referenced source into that environment, which causes this error.@pitsianis Is this issue resolved and can we close it?
Yes app dev worked. Thank you.
The first half of General registry inclusion is finished, so this will be going away soon.