Files
synapse/rust
Erik JohnstonandClaude Fable 5 792c9973e2 Accept None for LoggingContext.tag again
The port narrowed `tag` from an untyped Python attribute to a str-only Rust
String field, so `context.tag = None` — accepted silently before, and the
value the sentinel's `tag` reports — started raising TypeError. Keep the
field Optional at runtime (still initialised to "" and typed as str in the
stub, matching how all in-tree code treats it).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JFbRtswu7rsHrttJFauUUb
2026-07-16 15:25:34 +00:00
..