Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I'll mark this as resolved.
Is this issue resolved?
Thanks. I think I've fixed that bug now. It was just the message generating that wasn't right. Still unsure what causes messages to be clipped; maybe there's an upward limit for test failure messages...
Just want to point out:
[undefined]
or[undefined, undefined]
is not the same asundefined
. If there are no valid values,undefined
should be returned. If there is one valid value,[value]
should be returned. If there are two valid values,[value1, value2]
should be returned.Could you give me direct copy-paste examples of the errors referred to? I'm talking about ones which say something like
expected: x = undefined
.expected: x = undefined
, that would be a bug in my testing code, though I can't figure out what could be causing it. If you do see that in the logs, please let me know what the quadratic equation was so I can try and fix the bug.