You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/11 05:13:17 UTC

[GitHub] jaydoane commented on issue #1726: Support elixir 1.7

jaydoane commented on issue #1726: Support elixir 1.7
URL: https://github.com/apache/couchdb/pull/1726#issuecomment-437644518
 
 
   @wohali, yes, I also ran the tests with elixir 1.6.6, and they all pass except for this one test (which also fails on 1.7.4):
   ```
     * test Standard config options are present (2.0ms)
   
     1) test Standard config options are present (ConfigTest)
        test/config_test.exs:70
        Expected truthy, got nil
        code: assert context[:config]["daemons"]["httpd"]
        stacktrace:
          test/config_test.exs:72: (test)
   ```
   I hope to have a fix for that test shortly.
   
   As for erlang/elixir version compatibility, there's this [nice table](https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp) which indicates elixir 1.7 should be compatible with OTP 19. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services