Commit 3526b42
authored
[Rewriter] Prevent out of range when matching node outputs (#2508)
Trying to bind more outputs (from the pattern) than there are actual
outputs of the candidate node now simply rejects the node before even
trying to index into the list of node outputs.
---------
Signed-off-by: Christoph Berganski <[email protected]>1 parent f5b58e0 commit 3526b42
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
177 | 183 | | |
178 | 184 | | |
179 | 185 | | |
| |||
0 commit comments