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

add the missing operator append #186

Open
heckj opened this issue Mar 11, 2020 · 1 comment
Open

add the missing operator append #186

heckj opened this issue Mar 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@heckj
Copy link
Owner

heckj commented Mar 11, 2020

In the series of Sequence based operators, it seems append has been missed.

https://developer.apple.com/documentation/combine/publisher/3204685-append

(Note: it doesn't work as it's currently documented in Apple's code - append will publish results prior to a completion... so it might be a good idea to double check the tests for other Sequence elements around this issue as well)

@heckj heckj added bug Something isn't working enhancement New feature or request labels Mar 11, 2020
@heckj heckj self-assigned this Mar 11, 2020
@heckj
Copy link
Owner Author

heckj commented Mar 11, 2020

A bit of back and forth on StackOverflow related to this topic: https://stackoverflow.com/questions/60579822/timing-of-values-in-combine-frameworks-append-operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant