disable compiler validation
This commit is contained in:
parent
ef70843c83
commit
c228b400b2
1 changed files with 2 additions and 2 deletions
|
|
@ -1137,8 +1137,8 @@ func (c *compiler) validateEdges(g *d2graph.Graph) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if srcCell != dstCell && (!srcIsGridCell || !dstIsGridCell) {
|
if srcCell != dstCell && (!srcIsGridCell || !dstIsGridCell) {
|
||||||
c.errorf(edge.GetAstEdge(), "edge cannot exit grid cell %#v", srcCell.AbsID())
|
// c.errorf(edge.GetAstEdge(), "edge cannot exit grid cell %#v", srcCell.AbsID())
|
||||||
continue
|
// continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue