Ad
  • Custom User Avatar

    This issue is still present

  • Custom User Avatar

    Thanks, good point. It's not immediately evident why it's not already a string, especially to new Rust users. I've added some hints and a link to docs that give some explanation. Still feel lost on this kata, please add a comment here.

  • Custom User Avatar

    Same issue here:

    • ctrl + enter: doesn't work
    • ctrl + u: opens page source
    • ctrl + i: doesn't work
    • ctrl + s: submit

    windows 7, chrome 45

  • Default User Avatar

    Yes, I will correct it, sorry:-(
    PS: corrected, hopefully now everything is right.

  • Custom User Avatar

    I didn't find them mixed. The arguments are in proper order untill random tests come.

  • Custom User Avatar

    Awesome. Thanks, BK.

  • Custom User Avatar

    @wthit56: If I'm a contributer on a kata, and there's a Haskell version/translation, there's a 90% chance that the Haskell version was mine ;).

    That being said, I've fixed it.

  • Custom User Avatar

    Has this been fixed now?

  • Custom User Avatar

    Accidentally I forgot to check 'w' and 'e' count equality, and my tests passed. (Also, as a consern about profit of random testing)

    That's actually my fault, I forgot to check the corner cases. I've changed my testing style lately and included at least one corner case, even if the original kata didn't. That being said, tests of katas with more than 500+ solutions cannot get changed anymore, sorry.

    Some times I've recieved error about timeout or unknown failure reason (sorry, I don't remember the actual error message). Not shure if it is connected with tests or, may be, server load.

    If that's a "Submission timeout": yep, that's a server issue. See also this issue on github. Any failure that doesn't say "Process timed out" or tells you how many tests were passed/failed is a Codewars failure.

  • Custom User Avatar

    We're talking the Haskell version, right? @jhoffner will have to fix the issue or whatever, then.