Skip to content
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

Improved error messages for failures #830

Open
hlverstoep opened this issue Jul 8, 2022 · 0 comments
Open

Improved error messages for failures #830

hlverstoep opened this issue Jul 8, 2022 · 0 comments

Comments

@hlverstoep
Copy link

When a build fails we get error messages like these:

Error when running Shake build system:
  at want, called at LOCATION
* Depends on: RULE
  at need, called at LOCATION
  at error, called at LOCATION
* Raised the exception:
Error, file does not exist and no rule available:
  FILE

However, if you have a lot of rules it is not always obvious where to start looking. Would it be possible to add more location information?

Error when running Shake build system:
  at want, called at LOCATION
* Depends on: RULE, defined at LOCATION
  at need, called at LOCATION
  at error, called at LOCATION
* Raised the exception:
Error, file does not exist and no rule available:
  FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant