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

Remove Flux#thenMany optimization breaking concat #3783

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

chemicL
Copy link
Member

@chemicL chemicL commented Apr 10, 2024

The optimization incorrectly ignored only the last Publisher instead of all currently concatenated Publishers causing undesired values to be emitted.

Fixes #3777

The optimization incorrectly ignored only the last Publisher instead of
all currently concatenated Publishers causing undesired values to be
emitted.

Fixes #3777
@chemicL chemicL added the type/bug A general bug label Apr 10, 2024
@chemicL chemicL added this to the 3.4.38 milestone Apr 10, 2024
@chemicL chemicL self-assigned this Apr 10, 2024
@chemicL chemicL requested a review from a team as a code owner April 10, 2024 10:51
@chemicL chemicL merged commit 2a664dd into 3.4.x Apr 11, 2024
6 checks passed
@chemicL chemicL deleted the flux-then-many-concat-bug branch April 11, 2024 08:30
@chemicL
Copy link
Member Author

chemicL commented Apr 11, 2024

@violetagg thank you for the review :)

chemicL added a commit that referenced this pull request Apr 11, 2024
chemicL added a commit that referenced this pull request Apr 11, 2024
chemicL added a commit that referenced this pull request Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants