Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated (1.15) functions #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haljin
Copy link
Contributor

@haljin haljin commented Jul 28, 2023

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
Copy link
Contributor Author

haljin commented Aug 10, 2023

Hi @expede is this repo still maintained at all?

@Valian
Copy link

Valian commented Aug 15, 2023

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

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.

2 participants