Skip to content

Conversation

eoinkelly
Copy link

This PR fixes a bunch of compiler warnings and mix format which were easy to fix. There are a few other warnings which will require changes in functionality but I will address those separately (in smaller PRs). Sorry this PR is big.

```
** (Mix) Could not compile dependency :meck,
"/Users/eoinkelly/.mix/rebar compile skip_deps=true
deps_dir="/Users/eoinkelly/Code/github.com/eoinkelly/raygun/_build/test/lib""
command failed. You can recompile this dependency with "mix deps.compile meck",
update it with "mix deps.update meck" or clean it with "mix deps.clean meck"
```

This error was fixed by running `mix deps.update meck`
This fixes a number of distracting warnings showing in the UI whenever
you run a mix task or compile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant