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

class library: streamArg correctly yields #2110

Merged

Conversation

telephon
Copy link
Member

A stream returned from streamArg should call next before yield. This is
to mimic the next that the stream-consumer calls on the stream.

This fixes #2109.

A stream returned from streamArg should call next before yield. This is
to mimic the `next` that the stream-consumer calls on the stream.

This fixes supercollider#2109.
@crucialfelix crucialfelix added this to the 3.8 milestone May 28, 2016
@crucialfelix crucialfelix added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library labels May 28, 2016
@crucialfelix crucialfelix merged commit 17d2e39 into supercollider:master May 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants