You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 various Cargo.tomls 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.
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
The text was updated successfully, but these errors were encountered: