-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[FIX] Use explicit ordered multiple inputs #4860
[FIX] Use explicit ordered multiple inputs #4860
Conversation
f889680
to
c3ae76f
Compare
Codecov Report
@@ Coverage Diff @@
## master #4860 +/- ##
==========================================
+ Coverage 85.91% 86.38% +0.46%
==========================================
Files 313 304 -9
Lines 65361 61757 -3604
==========================================
- Hits 56157 53347 -2810
+ Misses 9204 8410 -794 |
79aedce
to
40ad816
Compare
40ad816
to
f46d302
Compare
f46d302
to
2d15ce5
Compare
574cc16
to
26eb359
Compare
26eb359
to
ed6c351
Compare
1079d59
to
491f0cb
Compare
491f0cb
to
f0c9a5a
Compare
f0c9a5a
to
54bb2b8
Compare
d6defd7
to
6ff25d3
Compare
/rebase |
@ales-erjavec, thanks a lot for this PR. Could you please rebase to master? If I rebase naively (= remove all code corresponding to summaries) I get crashes in the Venn diagram and then in Test and Score when running the widget. Then I stopped. The crashes seem connected with the automatic summaries. |
6ff25d3
to
21dc35c
Compare
319f4d5
to
b7db2f1
Compare
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.
I think we can merge this as soon as the next version of widget-base is released
b7db2f1
to
72606ab
Compare
72606ab
to
091c35a
Compare
091c35a
to
8b63366
Compare
Issue
Ref #4215
Description of changes
Use biolab/orange-widget-base#78 explicitly ordered MultiInput insert/remove handlers for all widget with 'multiple' input.
Includes