Cobenian / raygun

A raygun client for Elixir
Apache License 2.0
19 stars 15 forks source link

is this library maintained anymore? #32

Closed ananthakumaran closed 4 years ago

ananthakumaran commented 4 years ago

We get a lot of compiler warnings like below

 warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
   ../deps/raygun/mix.exs:36

I am willing to open a PR to fix the issues, but I see no activity and some of the PRs which are probably addressing the issue have received no comments so far.

brweber2 commented 4 years ago

Willing to accept and merge the PR

Sent from my iPhone

On May 20, 2020, at 12:40 AM, Anantha Kumaran notifications@github.com wrote:

 We get a lot of compiler warnings like below

warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes ../deps/raygun/mix.exs:36 I am willing to open a PR to fix the issues, but I see no activity and some of the PRs which are probably addressing the issue have received no comments so far.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.