Ace
Ace copied to clipboard
Add type information
Type all the things. Minor refactors.
Any thoughts on this?
This is good. Would be good to be able to Run dialyzer against it in travis
@varnerac can you merge the latest master into this branch.
Then have a look if dialyzer passes. https://travis-ci.org/github/CrowdHailer/Ace/pull_requests
I see a few errors on master but wonder if the improved type information on here will clear them up. The errors I have are
lib/ace/governor.ex:37: Function init/1 has no local return
lib/ace/governor.ex:64: Function start_server/1 has no local return
Will do