disable compiler validation

This commit is contained in:
Gavin Nishizawa 2023-09-28 13:28:56 -07:00
parent ef70843c83
commit c228b400b2
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -1137,8 +1137,8 @@ func (c *compiler) validateEdges(g *d2graph.Graph) {
}
if srcCell != dstCell && (!srcIsGridCell || !dstIsGridCell) {
c.errorf(edge.GetAstEdge(), "edge cannot exit grid cell %#v", srcCell.AbsID())
continue
// c.errorf(edge.GetAstEdge(), "edge cannot exit grid cell %#v", srcCell.AbsID())
// continue
}
}