Carl Quinn
Carl Quinn
Migrated use of pony-semver to a submodule referencing btab/pony-semver @ v0.1 - Fixes #77 Added submodule for ponylang/appdirs. - Fixes #78 Using appdirs now to compute default repo cache directory....
Current parsing is optimistic and completely ignores unknown elements, and wrong types (like array instead of object). The parser should check that there are no unknown elements and all provided...
We currently have these fields in the bundle-level info object: * name * description * homepage * license * version Are these useful? We might also want: * Ponyc compiler...
To allow local development of Pony bundles, and replacement of public bundles with local or private shared versions. It would be convenient if this aliasing could be a simple override...
A couple of sub-issues related to how corral makes use of the semver solver: - If the solver returns more than one solution to a version constraint, how should we...
If we decide to support these VCSs.
When we locate the tag/version of a commit that we want during `update`, we should also record its commit hash in the lock file. We can then verify this when...
Corral uses two special locations for storing things: - repo_cache: Central location (per user or workspace) for caching repositories (without indexes or workspaces) - corral_base: Per-project location for holding the...