parroty / extwitter

Twitter client library for elixir.
MIT License
409 stars 129 forks source link

Compilation fails with elixir 1.14 #151

Closed neilberkman closed 2 years ago

neilberkman commented 2 years ago

With elixir 1.14, compilation fails with this error

== Compilation error in file lib/extwitter/model.ex ==
** (ArgumentError) unknown fields [:raw_data] in :except when deriving the Inspect protocol for ExTwitter.Model.DirectMessage
    (elixir 1.14.0-rc.0) lib/inspect.ex:580: Inspect.Any.validate_option/4
    (elixir 1.14.0-rc.0) expanding macro: Inspect.Any.__deriving__/3
    lib/extwitter/model.ex:136: ExTwitter.Model.DirectMessage (module)

PR #150 fixes this.

pdgonzalez872 commented 2 years ago

this should be closed, right? Closed by https://github.com/parroty/extwitter/pull/150 as @neilberkman mentioned

parroty commented 2 years ago

Thank you for the follow-up. I am closing this item.