-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print the absolute path of the file where a failure happens #20
Comments
mneumann
added a commit
to mneumann/savi-Spec
that referenced
this issue
Sep 22, 2022
Issue savi-lang#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. Related issues: savi-lang#20
mneumann
added a commit
that referenced
this issue
Sep 22, 2022
…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
PR #22 prints root-package relative paths. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extracted from #6
The text was updated successfully, but these errors were encountered: