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

Use stop instead of raise on genstatem #320

Closed
wants to merge 1 commit into from

Conversation

TylerWitt
Copy link

Raise requires Elixir 1.17.2 in order to not crash the logger.

:stop allows us to use Elixir's logger instead of the Erlang handling.

Raise requires Elixir 1.17.2 in order to not crash the logger.

Stop allows us to use Elixir's logger instead of the Erlang handling.
@josevalim
Copy link
Member

I'd prefer to not do this change because it may change semantics in subtle ways (for example, regarding terminate callback). I'd prefer to keep the exception semantics and experience, given that's what happened in the first place. :)

@TylerWitt TylerWitt closed this Jan 13, 2025
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