Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print root-package relative path of the file where a failure happens (#…
…22) Issue #20 is about printing the absolute path and not the package-relative path as this commit implements. We decided to use the root-package relative path as the absolute path exposes details about where you store your files and also makes the spec for `Spec` itself difficult. The root-package is the one where you are running `savi build` or `savi run` from. This requires savi v0.20220921.1 or later. Related issues: #20
- Loading branch information