-
Notifications
You must be signed in to change notification settings - Fork 19
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 Variadic Node #13
Conversation
Looks like we're maybe missing some cases. From Travis:
|
Gen.oneOf should take a single item and a list to statically prove you have
at least 1 item.
On Sat, Sep 16, 2017 at 02:56 Erik Osheim ***@***.***> wrote:
Looks like we're maybe missing some cases. From Travis:
[info] ! Literal.Literal.evaluate must match simple explanation: Exception raised on property evaluation.
[info] > Exception: java.lang.IllegalArgumentException: oneOf called on empty collection
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAEJdkKB4vf1MIO-sVL6ycs5Yh1W50cNks5si8WXgaJpZM4PZt6R>
.
--
P. Oscar Boykin, Ph.D. | http://twitter.com/posco | http://pobox.com/~boykin
|
generator was busted. Used a slightly broken transitive dependencies implementation. |
Codecov Report
@@ Coverage Diff @@
## master #13 +/- ##
==========================================
+ Coverage 90% 90.45% +0.45%
==========================================
Files 12 12
Lines 190 199 +9
Branches 15 17 +2
==========================================
+ Hits 171 180 +9
Misses 19 19
Continue to review full report at Codecov.
|
good now @non ? |
👍 |
This allows us to deal with the not uncommon case (in data-flow optimization) of nodes that can consume any number of inputs.