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
I think the best way to do this would be by checking if both the CLI and the framework of Makes are pointing to a commit within the same version.
if not same_version(makes_cli, makes_framework):
warn(
f"You are currently using Makes CLI v{makes_cli.version}, "
f"but have Makes framework v{makes_framework.version} pinned on your makes.lock.nix file. "
f"This may cause incompatibility issues."
)
When the user has an old version of makes and attempts to run a command from a newer one
The proposal is to handle this case, showing a clear error on why it happened and how to update makes
The text was updated successfully, but these errors were encountered: