Closed neilberkman closed 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.
this should be closed, right? Closed by https://github.com/parroty/extwitter/pull/150 as @neilberkman mentioned
Thank you for the follow-up. I am closing this item.
With elixir 1.14, compilation fails with this error
PR #150 fixes this.