Released: 2026-03-30. Diff.
Version rationale: patch for additive Python runtime expansion plus nightly refresh reliability hardening, without import-model or runtime floor changes.
Expansion
- Added a first
python/bisectharvest coveringbisect,bisect_left, andbisect_right.
Fixes
- Restored PHP-style scalar coercion for
strtotime()numeric input and alignedbcscale()with modern PHP getter/setter semantics, including shared defaultbcmathscale acrossbc*helpers. - Hardened nightly Perl upstream-surface refresh by feeding the discovered namespace catalog through Docker stdin instead of a giant
perl -eargv payload, and improvedrunInDocker()diagnostics when a container exits non-zero without stderr. - Marked Perl upstream-surface discovery as Docker-backed so refresh/enumeration pre-pulls
perl:5.40instead of letting the firstdocker runfail on implicit pull output in nightly CI. - Enabled arm64 emulation in
Nightly Parityso Swift upstream-surface refresh can execute theswift:6.0arm64 symbolgraph extraction path on GitHub’s x64 runners. - Made upstream-surface Docker prewarming platform-aware, so Swift refresh now pre-pulls
swift:6.0forlinux/arm64instead of warming the host-arch image and forcing a failing implicit repull atdocker runtime.