Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macro or inspect operator for debugging that tees any variable to stdio #208

Closed
jhellerstein opened this issue Oct 4, 2022 · 0 comments
Closed
Assignees

Comments

@jhellerstein
Copy link
Collaborator

Would be nice for debugging to have an easy syntax to mark a hydroflow variable "debug" and have its contents teed to stdio or stderr.

I.e. suppose I have

message_generator = recv_iter([1,2,3]) -> ... foo(...) -> sink_async(..);

I would want:

message_generator_prep = recv_iter([1,2,3]) -> ... foo(...) -> tee();
message_generator_prep[0] -> foreach(|m| println!(message_generator: {"?"}, m);
message_generator = message_generator_prep[1] -> sink_async(..);
@MingweiSamuel MingweiSamuel self-assigned this Oct 4, 2022
@MingweiSamuel MingweiSamuel changed the title macro for debugging that tees any variable to stdio macro for debugging that tees any variable to stdio (inspect operator) Oct 4, 2022
@MingweiSamuel MingweiSamuel changed the title macro for debugging that tees any variable to stdio (inspect operator) macro or inspect operator for debugging that tees any variable to stdio Oct 4, 2022
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue Oct 13, 2022
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue Oct 13, 2022
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue Oct 13, 2022
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue Oct 14, 2022
nickjiang2378 pushed a commit to nickjiang2378/hydroflow that referenced this issue Jan 24, 2024
nickjiang2378 pushed a commit to nickjiang2378/hydroflow that referenced this issue Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants