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

feature: provide useful errors w/ mismatched versions (e.g. process_lib) #220

Closed
nick1udwig opened this issue Sep 2, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@nick1udwig
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Mismatched versions of, e.g., process_lib can lead to very-hard-to-diagnose compiler errors:

image

Describe the solution you'd like
We should print more useful errors when this type of thing occurs. Some ways to accomplish this:

  1. kit build looks at various Cargo.tomls and, if versions mismatch, fails out & prints error,
  2. kit build intercepts error above and attaches suggestions for how to deal with it, namely matching version numbers.

FYI @jurij-jukic

@nick1udwig
Copy link
Collaborator Author

#227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant