-
Notifications
You must be signed in to change notification settings - Fork 172
Add Streams library #381
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 Streams library #381
Conversation
Pull Request Test Coverage Report for Build 927
💛 - Coveralls |
Integrating another test tool into this will take a non-trivial amount of time, and can be done together with tests for the other libraries.
Also just copied the grader file for solidarity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol the stream_take_max
is not meant to be there -- sorry. Can just remove
Also, does this mean that backend needs to add STREAMS
to external library type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more change and its good otherwise!
src/reducers/externalLibraries.ts
Outdated
'integers_from', | ||
'eval_stream', | ||
'stream_ref', | ||
'stream_take_max' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to remove this as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just in case you are not looking at telegram so often: Just reading "Make streams be imported only when specified" |
Todo
streams*
as wellreducers/externalLibraries.ts