exceptional icon indicating copy to clipboard operation
exceptional copied to clipboard

Remove deprecated (1.15) functions

Open haljin opened this issue 1 year ago • 2 comments

warning: Exception.exception?/1 is deprecated. Use Kernel.is_exception/1 instead

starts to occur in Elixir 1.15. This should hopefully fix this, although it does require minimum Elixir version of 1.11 (https://hexdocs.pm/elixir/1.15.4/Kernel.html#is_exception/1) so I have updated mix.exs as well.

However that also means CI should be updated, but I am not sure how you'd prefer it? :)

haljin avatar Jul 28 '23 11:07 haljin

Hi @expede is this repo still maintained at all?

haljin avatar Aug 10 '23 08:08 haljin

Also looking forward to merging that PR, it's hard to use Exceptional with all these warnings.

Valian avatar Aug 15 '23 12:08 Valian