Commit 5d158a4
fix(descriptor): correct variable binding names in
The `l:` arm bound `a_networks_kinds` but referenced `a_network_kinds`,
and the `u:` arm bound `a_networks` but referenced `a_network_kinds`.
Both closures silently captured the wrong variable from an outer scope,
which could produce incorrect network kind filtering results.
Co-Authored-By: HAL 9000
Signed-off-by: Elias Rohrer <dev@tnull.de>l: and u: fragment modifiers1 parent 35a87f3 commit 5d158a4
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
1250 | 1250 | | |
1251 | 1251 | | |
1252 | 1252 | | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
1253 | 1267 | | |
0 commit comments