Skip to content

Commit 21f8abb

Browse files
committed
docs: update CHANGELOG with Python verification progress
1 parent a04a0ff commit 21f8abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Ideas that will be planned and find their way into a release at one point
3131
- [ ] Verification: verify examples against native runtimes with Docker (balance efforts across languages)
3232
- [x] PHP: 62/91 (68%) - remaining: Unicode, pass-by-ref, complex edge cases
3333
- [ ] Go: not implemented (Docker image configured but verification skipped)
34-
- [ ] Python: not implemented
34+
- [x] Python: 15/17 (88%) - remaining: capwords (impl difference), printable (.length)
3535
- [ ] Ruby: not implemented
3636
- [ ] C: not implemented
37-
- [x] Infrastructure: parallel execution, caching, PHP warning stripping
38-
- [ ] CI integration: fail if verification diverges
37+
- [x] Infrastructure: parallel execution, caching, modular architecture, per-language handlers
38+
- [x] CI integration: `verified:` header in function files, `yarn verify` for CI
3939
- [ ] Badge: "Verified against PHP 8.3"
4040
- [ ] Modernize, e.g.:
4141
- [ ] Migrate Babel 6 → native ESM (Node 20+)

0 commit comments

Comments
 (0)