Commit 2bda8ae
Remove dead parameter-to-constant fallthrough in converter
Parameters are always registered via build_parameter_dict, so the
fallthrough path that created them as make_constant was dead code.
Replace with an explicit error if a parameter is missing from param_dict.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 082611b commit 2bda8ae
1 file changed
Lines changed: 5 additions & 13 deletions
Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
520 | 512 | | |
521 | 513 | | |
522 | 514 | | |
| |||
0 commit comments