-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 2b01299
committed
add invert_then_tiebreak argument to process_line Argument Queries
This addition was neededSo the queries of the form "inside nth argument" would work properly. In particular, for these type of queries tiebreaking Needs to happen after inversion because we need to pick the closest call that satisfies the nth description with respect to its (local) parent. Otherwise, the result produced would not be even deterministic,as helpful will not be ordered!!!1 parent e4a6b57 commit 2b01299
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | - | ||
65 | + | ||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | - | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
147 | - | ||
150 | + | ||
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
362 | - | ||
365 | + | ||
363 | 366 | | |
364 | 367 | | |
365 | 368 | | |
| |||
0 commit comments