Conversation
# Conflicts: # .github/workflows/formal-full.yaml # README.md # formal/explore.mjs # formal/go-parity.json # formal/source-audit.json # formal/validation.mjs # scripts/generate-docs.mjs # typescript/test/formal-exploration.test.ts
lan17
marked this pull request as ready for review
September 22, 2026 07:25
# Conflicts: # docs/index.md # docs/maintainers.md # formal/go-parity.json # formal/source-audit.json
Keep mismatch details in logger events, discard denied async predicates without starting work, bound oversized decoder memory, and bind validation and saved replay inventories to their source snapshots. — Levicus 🤖
Require primary-only Cluster connections for tracked reads across redirects. Make integration acceptance verify every required case and bind documented scenarios to the selected backend. — Levicus 🤖
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python applications can now use DialCache's explicit request scopes, layered caching, runtime policy, and tracked Redis invalidation through an asyncio-native package for Python 3.11+.
The API retains source-reviewed gcache conveniences (
cached,id_arg, argument adapters, context managers,aget, andainvalidate) while implementing DialCache's behavioral and wire contracts. The port includes coalescing, deadline and cancellation ownership, stale recovery, shadow validation, compression, and a borrowed-client Redis/Cluster adapter.Also adds independent Python replay of all 17 shared profiles, completion fingerprint checks, native and real-server CI, packaging, and Python examples throughout the shared documentation.
python/API-DESIGN.mdrecords the gcache revision and API choices.Local validation
Validated source commit:
a34989f6a087f39500b0945db0b3f70bdc166891.make check: all four language checks, package checks, documentation build, and audit gates passed.make formal-python: 7,759 conformance cases passed, including 6,022 generated/regression histories, 244 scenarios, 1,477 protocol vectors, and 16 witness checks.asyncio.eager_task_factorywas introduced in Python 3.12.Scope
The package is experimental and unpublished. The complete replay gate establishes finite shared conformance evidence; a Python-specific semantic mutation campaign is not yet registered. Cached wrappers are always awaitable, and applications own their event loop and Redis client lifecycle.
— Levicus 🤖