Ad
  • Custom User Avatar

    Huh. I may have ended up using a bit of a hack to get around that. Apologies if that was poor sport! :-)

  • Default User Avatar

    @kazk: great man thanks!

  • Custom User Avatar

    @kalys Elixir 1.6 should be available now.

  • Custom User Avatar

    I'll try to make this 1.6 compatible.
    Should be possible by fixing unsafe variable rot and avoiding deprecated random module.
    I'll let you know when I'm done so you can try this with Elixir 1.6.

  • Default User Avatar

    Can be. The Elixir translation was written 2 years ago...

  • Custom User Avatar

    When I pass spec arguments to my code in 1.6.6 Elixir it gives correct answer.
    Could this be due to version difference? I'm not able to install 1.2.4.

  • Default User Avatar

    I don't see anything wrong in the tests. Look at the top of the page to see how many guys passed the kata in Elixir before posting an issue. Better to look at your code. Cheers.

  • Custom User Avatar

    I got this failed test case on Elixir. And it seems like it's wrong. Could you check it?

    1) test contain_all_rots (AllinclusiveTest)
    
     test/solution_test.exs:10
     Assertion with == failed
     code: Allinclusive.contain_all_rots(strng, arr) == ans
     lhs:  false
     rhs:  true
     stacktrace:
       test/solution_test.exs:23
    
    Test 63
    
  • Custom User Avatar