Uh oh!
There was an error while loading. Please reload this page.
Primitive Stream wrappers (no laziness and source mutations support) - #871
Conversation
6f2bed7 to
3d81a79Compared2077a2 to
3153e31Compare3153e31 to
8e92e20Compare| } | ||
| if (testName) { | ||
| valueExecutions.checkNameMatchers(summaryNameChecks) | ||
| valueExecutions.checkNamesForBasicErrors() |
There was a problem hiding this comment.
Did you ask anyone from the ML team about it? Is it fine to remove it?
There was a problem hiding this comment.
Hard to say, let's comment it temporarly with the link to the broken test
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8e92e20 to
4897f57CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
9ea7c01 to
74cba30CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
764c3ce to
f001e37Comparef001e37 to
e3381efCompare…nitTestBot#871) * Fixed repeated `hashCode` calculation for `Edge` * Added `toArray` without ClassCastException check API * Fixed UNSAT core debug logging
…nitTestBot#871) * Fixed repeated `hashCode` calculation for `Edge` * Added `toArray` without ClassCastException check API * Fixed UNSAT core debug logging
Adds wrappers for primitive Streams as #548 does, but does not reflect lazy behavior and does not support stream's source mutations as default Java Streams do.
Fixes#146.