Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Conversation

@seddy
Copy link
Contributor

@seddy seddy commented Jan 5, 2018

This was causing the following compilation warning, but is ultimately
fine because we always pass options into this function. If we create a
case in the future that doesn't, we can add this default back in then.

$ mix compile
Compiling 6 files (.ex)
warning: default arguments in find/3 are never used
  lib/closex/http_client.ex:88

@seddy seddy requested review from Adzz and samsondav January 5, 2018 14:21
@seddy seddy force-pushed the fix_compilation_warning branch from a061e6c to c6a7b79 Compare January 5, 2018 14:22
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.211% when pulling c6a7b79 on fix_compilation_warning into 87aaa1f on master.

@samsondav
Copy link
Contributor

Probably no need to bump the version with this sort of fix but its no biggie.

@seddy
Copy link
Contributor Author

seddy commented Jan 5, 2018

@samphilipd - so just publish this over the top of the previous version (0.5.12)? Given it's an internal library, that sounds reasonable

@seddy
Copy link
Contributor Author

seddy commented Jan 5, 2018

I'm making the assumption no-one else is using this of course 😳

@seddy seddy force-pushed the fix_compilation_warning branch from c6a7b79 to 5961a4f Compare January 5, 2018 14:30
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.211% when pulling 5961a4f on fix_compilation_warning into 87aaa1f on master.

This was causing the following compilation warning, but is ultimately
fine because we always pass options into this function. If we create a
case in the future that doesn't, we can add this default back in then.

    $ mix compile
    Compiling 6 files (.ex)
    warning: default arguments in find/3 are never used
      lib/closex/http_client.ex:88
@seddy seddy force-pushed the fix_compilation_warning branch from 5961a4f to d2e1037 Compare January 5, 2018 14:32
@seddy seddy merged commit d94d23b into master Jan 5, 2018
@seddy seddy deleted the fix_compilation_warning branch January 5, 2018 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants