jkakar / aws-codegen

Code generator for AWS clients in Elixir.
Other
35 stars 0 forks source link

Update eamark and ex_doc to latest versions #36

Closed dstendardi closed 7 years ago

dstendardi commented 7 years ago

Hello @jkakar

I finally found some time to work on your generator, and I hope to be able to add the query protocol support.

As a first step for this contribution, I updated the versions of eamark and ex_doc in order to remove warning generated during build.

I checked the the two generated directory and there is absolutely no difference, so I guess this upgrade does not introduce any regression.

edit : I also had to update the .travis.yml in order to fix the build which was returning the following error with previous settings

Could not fetch data, please download manually from "https://hex.pm/installs/hex.ez?elixir=1.0.2" and copy it to "/home/travis/.kiex/mix/archives/elixir-1.0.2/hex.ez"

Regards.

jkakar commented 7 years ago

Thank you @dstendardi! I'd appreciate any contributions you want to make to add query protocol support. I don't have a lot of time to dedicate right now (we have a new baby here!), but I'm happy to help however I can.