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
Copy file name to clipboardExpand all lines: d2ir/d2ir.go
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -650,7 +650,41 @@ func (rc *RefContext) EdgeIndex() int {
650
650
func (rc*RefContext) Equal(rc2*RefContext) bool {
651
651
// We intentionally ignore edges here because the same glob can produce multiple RefContexts that should be treated the same with only the edge as the difference.
0 commit comments