Ad
  • Default User Avatar

    f=v=>"BOOM"

    This issue is also fixed, now it uses appropriate information.

  • Default User Avatar

    Length of multiline solutions is correctly identified as too large, but not presented correctly in failure messages:
    Maximum length of characters
    Current characters length 19 should be less or equal than 75

    • JavaScript tests should use Chai assertions instead of obsolete CW framework [Finished OK]
    • Inputs presented with failure messages would be really helpful [Finished OK]

    The above are implemented OK now and entire solution is more compatible with other nodejs versions as well.
    Also: works with chai assert and there are more informative messages on most cases.

  • Default User Avatar

    Good to know that lo_ can now be used, was considering to use for similar purpose.

  • Default User Avatar

    Changed to chai expects, asserts > compatible with v10/12 but randomizations need to be re-customized to support as such, be patient as I am currently fixing this. If there is anything easy to use for random tests on chai please suggest.

    NOTE: also fixed the message mentioned.

  • Default User Avatar

    Well noted, will fix.

  • Default User Avatar

    Well noted, will fix.

  • Default User Avatar

    Re-added kata with improvements/checks.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    The current kata is already in js language. I will try and make this available also in PHP.

    NOTE: This is a mac address converter - canonical to token ring format, if you need the program to just change a mac address in any way, this should be a separate Kata.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Will try and figure out what is wrong with these test scenarios.
    Note: I added some other special cases where parsing generated /* */ causes erroneous behaviour, that might be the issue with some random tests.

    This is also outlined in the description but since you have pointed out another case, I will be adjusting it accordingly if necessary.

    If you have something else in mind, please feel free to point it out.

  • Default User Avatar

    Thanks for the info, should be useful in other golf-kata.

  • Default User Avatar

    What would you suggest for characters checking, in case you need to do golfing?

    Note: This is a first attempt in cg so it could have some issues at some point.

  • Default User Avatar

    Changed the kata description to include more details for error in input.

  • Default User Avatar

    Some phrasing and grammar errors fixed, more detail added to explain the bits diagram.

  • Loading more items...