We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1685f44 commit 14ece99Copy full SHA for 14ece99
src/API.jl
@@ -1627,7 +1627,7 @@ function add_snapshot_to_undo(env=nothing)
1627
UndoState()
1628
end
1629
# Is the current state the same as the previous one, do nothing
1630
- if !isempty(state.entries) && env.project == env.original_project && env.manifest == env.original_manifest
+ if !isempty(state.entries) && env.project == env.original_project && env.manifest.deps == env.original_manifest.deps
1631
return
1632
1633
snapshot = UndoSnapshot(now(), env.project, env.manifest)
0 commit comments