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

filterApply undefined behavior bug #90

Open
stevekrouse opened this issue Dec 12, 2018 · 2 comments
Open

filterApply undefined behavior bug #90

stevekrouse opened this issue Dec 12, 2018 · 2 comments
Labels

Comments

@stevekrouse
Copy link
Contributor

filterApply(Behavior.of(undefined).map(() => () => true), stream).log()

Upon an event from stream errors: predicate.at(...) is not a function.

If you replaced undefined with 1, the error goes away.

@paldepind
Copy link
Member

That looks like a bug to me. It's really more a Hareactive than a Turbine bug though. But whatever we can keep it here 😄

@paldepind paldepind added the bug label Jan 28, 2019
@stevekrouse
Copy link
Contributor Author

Sounds good - happy to move it if you'd like. Just let me know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants