forcex icon indicating copy to clipboard operation
forcex copied to clipboard

HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http)

Open nilvon9wo opened this issue 6 years ago • 1 comments

I just compiled my project to include forcex and got the following warning:

warning: function process_response/1 required by behaviour HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http) lib/forcex/api/http.ex:1: Forcex.Api.Http (module)

nilvon9wo avatar Jul 14 '19 16:07 nilvon9wo

This is fixed in https://github.com/jeffweiss/forcex/pull/54 .

fastjames avatar Jun 30 '22 15:06 fastjames