Carl Quinn

Results 18 issues of 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...

enhancement
help wanted
good first issue

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...

needs discussion

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...

enhancement
needs discussion

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...

needs discussion
needs investigation

If we decide to support these VCSs.

enhancement
help wanted

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...

enhancement
help wanted
good first issue

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...

enhancement