Alexander Wang
|
b175c0370c
|
fix edge glob ampersand filters
|
2025-03-12 15:29:48 -06:00 |
|
Alexander Wang
|
3484619383
|
d2compiler: fix globs with board imports
|
2024-12-12 22:53:01 -07:00 |
|
Alexander Wang
|
5f6ee27795
|
fix underscore in edges
|
2024-11-24 10:55:30 -08:00 |
|
Alexander Wang
|
6f7a90d157
|
fix err msg
|
2024-11-23 18:51:48 -08:00 |
|
Alexander Wang
|
da0f3a5dea
|
fix vars nil check
|
2024-11-23 18:50:30 -08:00 |
|
Alexander Wang
|
8802676b3c
|
reserved keywords must be unquoted
|
2024-11-23 18:40:36 -08:00 |
|
Alexander Wang
|
db83fb8d1a
|
fix double globs in multiple scenarios
|
2024-11-05 14:32:39 -07:00 |
|
Alexander Wang
|
24f9150091
|
d2ir: fix importing scopes
|
2024-09-23 06:54:54 -06:00 |
|
Alexander Wang
|
96b386a26d
|
globs: filter works with default values
|
2024-09-10 11:43:46 -06:00 |
|
Alexander Wang
|
de6eafa595
|
d2ir: spread vars in place
|
2024-08-17 14:36:33 +08:00 |
|
Alexander Wang
|
df0648a4d6
|
d2ir: fix edge glob edge case
|
2024-08-07 02:37:26 +08:00 |
|
Alexander Wang
|
32ece4a642
|
d2ir: fix glob applications to multiple scenarios
|
2024-07-27 10:01:21 -06:00 |
|
Alexander Wang
|
7f84242f71
|
implement not filter
|
2024-07-18 13:42:08 -06:00 |
|
Alexander Wang
|
abe9230bce
|
save
|
2024-06-05 12:44:51 -06:00 |
|
Alexander Wang
|
15ba701576
|
d2oracle: glob null edges
|
2024-06-03 13:11:45 -06:00 |
|
Alexander Wang
|
453c24388a
|
d2ir: fix glob applications on edges
|
2024-03-06 22:50:42 -08:00 |
|
Alexander Wang
|
6a4c7a51f8
|
d2ir: fix merging boards with array composites
|
2023-12-07 08:52:55 -08:00 |
|
Alexander Wang
|
12b166b398
|
globs: fix imported case
|
2023-12-05 13:42:43 -08:00 |
|
Alexander Wang
|
7d36a57b04
|
globs: fix ampersand outside glob
|
2023-11-26 18:27:40 -08:00 |
|
Alexander Wang
|
0c230f6eb5
|
Fix link paths in nested imports
|
2023-09-14 07:22:34 -07:00 |
|
Anmol Sethi
|
64c2c8467a
|
d2ir: Fixup lazy globs across imports
|
2023-09-04 15:28:55 -07:00 |
|
Anmol Sethi
|
b1f9083ba1
|
d2ir: Make globs work through imports
|
2023-09-03 23:18:05 -07:00 |
|
Anmol Sethi
|
d03082d84d
|
d2ir: Fix Alex's null glob problem
|
2023-08-30 05:23:35 -07:00 |
|
Anmol Sethi
|
4523b503a7
|
d2ir: Ensure new scenario map doesn't re overlay
|
2023-08-30 04:38:35 -07:00 |
|
Anmol Sethi
|
88b885a753
|
d2ir: Ensure filters pass before setting primary
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
47d671209a
|
d2ir: More alex fixes
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
eed3f7eb21
|
d2ir: Many more glob fixes
|
2023-08-30 00:37:03 -07:00 |
|
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 |
|
Anmol Sethi
|
69df741a6b
|
d2ir: Remove stale testdata
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
2efd87f059
|
d2ir: Add label filter exception for edges too
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
1800ae3448
|
d2ir: Add exception for &label filter
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
976ec17476
|
d2ir: Prevent globs from overriding any fields set by non globs
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
aba28d365a
|
d2ir: More alixander identified lazy glob bugs
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
d90f8253df
|
d2ir: Fix lazy globs being applied in reverse
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
8455a7da8d
|
d2ir: Fix another lazy glob bug found by Alex
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
a24716d1f1
|
d2ir: Fix infinite loop in triple globs
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
4090e780f8
|
d2ir: Prevent triple globs from applying at a board root
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
89b400b8f1
|
d2ir: Alixander review lazy glob fixes
|
2023-08-30 00:37:03 -07:00 |
|
Anmol Sethi
|
bb6b176dee
|
d2ir: Implement lazy globs and triple glob
This finishes up the globs implementation!
See tests for what I mean by lazy globs and what the triple glob does.
|
2023-08-30 00:37:03 -07:00 |
|
Alexander Wang
|
5afc712455
|
dont modify ast when modifying links
|
2023-08-13 10:15:13 -07:00 |
|
Anmol Sethi
|
d0d3ebe17e
|
d2ir: Fix filters on nested fields
See test on edges
|
2023-07-30 13:16:56 -07:00 |
|
Anmol Sethi
|
7ae2d78834
|
d2ir: Add filtering on class arrays
|
2023-07-30 12:41:29 -07:00 |
|
Anmol Sethi
|
6b73a61bd2
|
d2ir: Add filter error tests
|
2023-07-30 12:41:29 -07:00 |
|
Anmol Sethi
|
43166110b8
|
d2ir: Add single field filtering
See test.
|
2023-07-30 12:41:29 -07:00 |
|
Anmol Sethi
|
0002817b0a
|
d2ir: Implement ampersand filters
|
2023-07-30 12:41:29 -07:00 |
|
Anmol Sethi
|
6ca36e6b0c
|
d2ir: Glob review fixes
|
2023-07-30 12:41:15 -07:00 |
|
Anmol Sethi
|
6fdf4b07a5
|
d2ir: Make double globs work sanely across boards
See test.
|
2023-07-30 03:15:33 -07:00 |
|
Anmol Sethi
|
9c37d6dcfb
|
d2ir: Make globs more ergonomic in two specific edge cases
Were identified from @alixander writing documentation.
|
2023-07-30 01:27:49 -07:00 |
|
Anmol Sethi
|
bd2c94f7a8
|
d2ir: Make suffix globs case insensitive too
|
2023-07-29 21:33:41 -07:00 |
|
Anmol Sethi
|
63efa12160
|
d2ir: Fix globs to not match reserved
|
2023-07-29 16:57:25 -07:00 |
|