feature: provide useful errors w/ mismatched versions (e.g. process_lib)
Closed this issue · 1 comments
nick1udwig commented
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:
Describe the solution you'd like
We should print more useful errors when this type of thing occurs. Some ways to accomplish this:
kit build
looks at variousCargo.toml
s and, if versions mismatch, fails out & prints error,kit build
intercepts error above and attaches suggestions for how to deal with it, namely matching version numbers.
FYI @jurij-jukic
nick1udwig commented