-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use index instead of shit to avoid changing input #1
base: master
Are you sure you want to change the base?
Conversation
this is a breaking change because it reverses the order that the array is added to the stream. |
Sorry about the order. |
sorry I don't understand. Can you explain what you are using this for and why you need this change? |
ok, its not the ideal use of pull-streams but I was iterating a large json object. |
Well, if you are gonna do it like that, you should make a pull-stream module that is about that, with tests for that usecase... |
But right now pull-flatmap DOES mutates the input. It zeroes the input arrays. |
I mean, the part that is ment to be functional is the function you pass to Anyway, I'm not gonna merge this because it's a unnecessary breaking change. |
No description provided.