You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(3f198bc8) Clean up commented-out debug hooks in _Cache tractor.trionics._mngrs has several await tractor.pause(shield=True) calls left from the diagnostic session
— remove before merging to main.
Bundle per-ctx_key state into a CacheEntry dataclass The
current impl uses parallel dicts for lock, users, no_more_users, and resource refs — a single dataclass per ctx_key would reduce bookkeeping complexity.
Assert tn parentage in maybe_open_context() There's a # TODO, assert tn is eventual parent of this task! in the nursery
setup block that should be enforced to catch misuse.
(this tracking issue was generated by claude-code)
Follow-up from
moc_revert_to_fix(PR #436)Tracking items identified during the
moc_revert_to_fixPR.(3f198bc8) Clean up commented-out debug hooks in
_Cachetractor.trionics._mngrshas severalawait tractor.pause(shield=True)calls left from the diagnostic session— remove before merging to main.
Bundle per-
ctx_keystate into aCacheEntrydataclass Thecurrent impl uses parallel dicts for
lock,users,no_more_users, and resource refs — a single dataclass perctx_keywould reduce bookkeeping complexity.Assert
tnparentage inmaybe_open_context()There's a# TODO, assert tn is eventual parent of this task!in the nurserysetup block that should be enforced to catch misuse.
(this tracking issue was generated by
claude-code)