Skip to content

Remove Flux#thenMany optimization breaking concat#3783

Merged
chemicL merged 3 commits into
3.4.xfrom
flux-then-many-concat-bug
Apr 11, 2024
Merged

Remove Flux#thenMany optimization breaking concat#3783
chemicL merged 3 commits into
3.4.xfrom
flux-then-many-concat-bug

Conversation

@chemicL

@chemicL chemicL commented Apr 10, 2024

Copy link
Copy Markdown
Member

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
@chemicL chemicL deleted the flux-then-many-concat-bug branch April 11, 2024 08:30
@chemicL

chemicL commented Apr 11, 2024

Copy link
Copy Markdown
Member Author

@violetagg thank you for the review :)

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.

2 participants