d2/d2ir
Anmol Sethi 57ffc8dbbd
d2ir: Filter glob creation of edges with edge index where appropriate
On query globs, filtering without the edge index overfilters as we only match
one of the edge instead all of them.
2023-08-30 00:37:03 -07:00
..
compile.go d2ir: Add label filter exception for edges too 2023-08-30 00:37:03 -07:00
compile_test.go d2ir: Implement ampersand filters 2023-07-30 12:41:29 -07:00
d2ir.go d2ir: Filter glob creation of edges with edge index where appropriate 2023-08-30 00:37:03 -07:00
d2ir_test.go d2compiler: Integrate d2ir (wip) 2023-01-24 03:24:30 -08:00
filter_test.go d2ir: Filter glob creation of edges with edge index where appropriate 2023-08-30 00:37:03 -07:00
import.go d2ir: Prevent globs from overriding any fields set by non globs 2023-08-30 00:37:03 -07:00
import_test.go d2ir: Fix variables to passthrough primary type 2023-07-18 14:58:22 -07:00
merge.go d2ir: More alixander identified lazy glob bugs 2023-08-30 00:37:03 -07:00
pattern.go d2ir: More alixander identified lazy glob bugs 2023-08-30 00:37:03 -07:00
pattern_test.go d2ir: Filter glob creation of edges with edge index where appropriate 2023-08-30 00:37:03 -07:00
query.go d2ir: More alixander identified lazy glob bugs 2023-08-30 00:37:03 -07:00