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.
Nice kata, well done.
Switching to node 10 (it was set to 6.11 by default) fixed the problem.
@B1ts: Thank you very much for your help!
I just checked, there are no console logs anywhere in the tests :D
And again, using your given code, 5 submits worked without a problem.
Try switching to node 10 and resetting the kata, if that's not already the case.
Are you sure you're not logging anything? I submitted 10 times, not a single time I got this error.
Javascript:
Max Buffer Size Reached (1.5 MiB), even though I'm logging nothing.
Solution fails even though I pass all the tests.
Thx.
I haven't followed the discussion above closely, so the translation may have gotten stung by the wasps' nest in the meantime. Oh well, somebody might let us know ..
Approved eventually. :D
yup, well done. :)
@B4B, I tried option number 2. Better now?
I hcecked pythoàn and it sounds pretty good. The only remaining trouble is the concatenation of the describe/it blocks. 2 ways out of this:
print("<COMPLETEDIN::>")
That's because the initial author had them in, so we left them for a while. I removed
NaN
andundefined
altogether.Might be some typos from copy pasting, idk... Please tell me it's fixed now =/
Why the hell JS tests still have
undefined
andNaN
?!Fixed tests are not sorted in JS as well.
sounds good to me (I checked python version)
I just wonder about one single thing now: shouldn't the assertions of the fixed tests use the sorting too?
Made some changes
Please confirm that it's working and if issue is resolved (especially python)
Lastly, I feel strongly that
undefined
shouldn't be populating lists at all,null
is enough. Undefined shouldn't exist in SQL queries. Change my mind.I'm afraid you opened a nasty can of worms with this, B4B :P Sorting the results seems to be the least of my worries. I wish this wasn't approved so hastily.
That means changing how random tests are generated. (fixed tests seem fine)This seems fixable. Assigning each column a random type generator function (each with chance to generate null, NaN for numbers, None for python, etc.)
I'll try playing around and fixing this later tonight.
Loading more items...