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
Drop selectedLines from the Google GenAI snippets (#5078)
Four snippets on the Google GenAI page used `selectedLines` ranges that
started partway into the file, so each rendered with a leading `# ...`
elision marker. Because that marker sits at column 0, it also suppressed
snipsync's dedenting and left the two worker excerpts indented.
temporalio/samples-python now scopes the SNIPSTART/SNIPEND markers to
exactly this code, so the ranges are no longer needed. Merge the samples
change first: the daily snipsync job pulls from samples-python main and
would otherwise splice the whole files in.
The streaming excerpt gains the consume() function it was missing. Its
old range began at a dangling `if` and left out the stream.subscribe()
call the surrounding prose describes.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments