Skip to content

Commit

Permalink
Merge #1159
Browse files Browse the repository at this point in the history
1159: Backport 1.1 r=fredrikekre a=fredrikekre



Co-authored-by: Carlo Baldassi <[email protected]>
  • Loading branch information
bors[bot] and carlobaldassi committed Apr 17, 2019
2 parents ed351d1 + a3bec39 commit 40cbbe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GraphType.jl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ mutable struct Graph
end
# The remaining dependencies do not have compatibility constraints
for uuid in values(n2u)
get!(req, pdict[uuid]) do; VersionSpec() end
p1 = pdict[uuid]
p1 == p0 && continue
get!(req, p1) do; VersionSpec() end
end
# Translate the requirements into bit masks
# Hot code, measure performance before changing
Expand Down

0 comments on commit 40cbbe2

Please sign in to comment.