Commit 8b109ac
fix: address review findings from node constructor cleanup
1. FSCollector: fix double _imply_path call that would produce duplicate
deprecation warnings when fspath is used. Now __init__ skips the
_imply_path call when path is already resolved (by from_parent),
using _check_path for consistency validation instead.
2. Function: remove dead keywords/fixtureinfo parameters from __init__
since from_parent now pops them before calling super. Replace with
**kw for forward-compatibility with additional kwargs.
Co-authored-by: Cursor AI <ai@cursor.sh>
Co-authored-by: Anthropic Claude <claude@anthropic.com>1 parent 52aaf3c commit 8b109ac
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
598 | 604 | | |
599 | 605 | | |
600 | 606 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1580 | 1580 | | |
1581 | 1581 | | |
1582 | 1582 | | |
1583 | | - | |
1584 | 1583 | | |
1585 | | - | |
1586 | 1584 | | |
| 1585 | + | |
1587 | 1586 | | |
1588 | | - | |
| 1587 | + | |
1589 | 1588 | | |
1590 | 1589 | | |
1591 | 1590 | | |
| |||
0 commit comments