Instantiate vs Resolve: Which Approach Safely Recovers a Corrupted Julia Environment?
Goal After a failed Julia package upgrade, the user wants to restore a functional environment that previously compiled successfully. Constraints During the upgrade, the Manifest.toml was modified to include an impossible or incompatible version entry for a package, causing subsequent using statements to error. The user has a backup of the original Manifest b