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

Fix bug with tap op and value channel #4936

Closed
wants to merge 4 commits into from
Closed

Conversation

bentsherman
Copy link
Member

This PR fixes a bug with the tap operator which causes it to hang forever when given a value channel. I also removed the IntoOp class as it is essentially identical to TapOp and no longer used.

Source: #4784 (comment)

Copy link

netlify bot commented Apr 19, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 8b4314f
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/66290c165a58da0009ccd50f

Signed-off-by: Ben Sherman <[email protected]>
Signed-off-by: Ben Sherman <[email protected]>
@bentsherman
Copy link
Member Author

Now there is an issue where if the tap op is forwarded to a downstream op (see TapOpTest) it will hang forever. Now we are playing whack-a-mole. Bit of a puzzle, will need to rethink when I have some time

@bentsherman bentsherman marked this pull request as draft April 24, 2024 14:36
@bentsherman
Copy link
Member Author

This fix will be rendered moot by future DSL improvements, closing...

@bentsherman bentsherman deleted the fix-tap-op-value branch July 22, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants