Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
f669c5c74c Add strict type checking to _freeze_module.py
- Added complete type annotations to all functions, parameters, and return types
- Added runtime type checking function _check_type() that enforces strict typing
- All functions now validate parameter types and raise TypeError if incorrect
- Added comprehensive docstrings explaining type requirements
- Module header variable now has explicit type annotation
- Tested both normal operation and type error detection

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 12:29:04 +00:00
copilot-swe-agent[bot]
9fd77e5b53 Initial plan 2025-12-24 12:17:29 +00:00
dependabot[bot]
ff43f41b8a Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 03:33:36 +00:00
Richie Ward
9853be11ff Initial 3.14 commit 2025-07-22 07:54:51 +01:00