-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Migrate out_copy and out_roundrobin to v0.14 API #1064
Conversation
Tests of this change will fail because ArrayEventStream does NOT dup records correctly (and it's not tested in old test code). |
After merged this and #1066, we should release v0.14.1 soon. |
@weights = [] | ||
end | ||
|
||
attr_reader :outputs, :weights | ||
attr_reader :weights | ||
attr_accessor :rand_seed |
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.
Can we remove this accessor?
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.
Maybe yes. I have no idea about it.
LGTM with removing unnecessary |
I pushed a comment to remove |
b081575
to
4a2b7b3
Compare
Rebased on #1063 changes due to fixes on |
4a2b7b3
to
00a7e1b
Compare
00a7e1b
to
346dc73
Compare
I've rebased on current master HEAD. I'll merge this change after CI green. |
Merged! |
This change fixes #1040 too.