Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jprochazk
Copy link
Member

Changing the name discussed in #10158 (comment)

We also decided to add back the stateful API.

Copy link

github-actions bot commented Jun 20, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
7af11ef https://rerun.io/viewer/pr/10312 +nightly +main

Note: This comment is updated whenever you push a commit.

@jprochazk jprochazk added this to the 0.24.0 milestone Jun 20, 2025
@Wumpf Wumpf self-requested a review June 24, 2025 09:09
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change lgtm
but I suggested a few additions to the docstrings which is practically unrelated to this rename, but might as well put that into this pr 🤷 (at your discretion)

recording: RecordingStream | None = None,
) -> None:
"""
Stream data to multiple different sinks.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here and on recording_stream:

what happens to any data logged so far, will those new sinks catch up (I reckon no).
I think this is important to clarify.

the interaction of spawn=True and attach_sinks is also worth pointing out on rr.init's documentation

Copy link
Member Author

@jprochazk jprochazk Jun 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

words are hard. it still seems a bit complicated but i've probably spent enough time trying to reword it, so i'll leave it as is in the latest commit and merge. the fact that it's not "easily" documentable suggests to me that what we have is overly complex, and we should head towards "first class sinks" as the only thing asap.

@jprochazk jprochazk merged commit c278164 into main Jun 24, 2025
41 checks passed
@jprochazk jprochazk deleted the jan/attach-sinks branch June 24, 2025 11:03
@jprochazk jprochazk changed the title Rename to tee to attach_sinks Rename to tee to set_sinks Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants