Skip to content

Standardize path resolution #147

Description

@JuanGalilea

Paths are whatever now, nothing forces them to make sense or be relative or absolute until something errors out due to not finding something.

Paths should be treated as relative only (relative to root or config location) and resolved upon parsing (such as when reading actor.json).

Ideally, we should store them in some format that makes it clear its a resolved path (unlike string).

This is potentially a huge pain in the ass down the line, so solving it soon is kinda important. Specially if we plan on doing #106 and just going off of that.

Treat this as setup work for #106 so it can serve them on a sane manner

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

CLIv1: necessaryThis issue must be solved to migrate to v1

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions