-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Context
The Python stubs file (bindings/python/formualizer/__init__.pyi) is generated by cargo run --bin stub_gen and can drift from Rust bindings.
Proposal
Add a CI job that regenerates stubs and fails if there is a diff.
Acceptance criteria
- Add a CI step that runs stub generation in
bindings/python - If generated stubs differ, CI fails with a clear message
- Document local command needed to refresh stubs
- Ensure workflow works with current Python runtime setup in CI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers