exceptional icon indicating copy to clipboard operation
exceptional copied to clipboard

Helpers for Elixir exceptions

Results 9 exceptional issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [dialyxir](https://github.com/jeremyjh/dialyxir) to permit the latest version. Release notes Sourced from dialyxir's releases. 1.1.0 Added Configuration option to set the project's PLT path: :plt_local_path. Project configuration setting...

dependencies

Fix some issues I found while reading the documentation.

Background ---- I have been reading about Exceptional and I have already read the Medium blog post as well as the docs. Namely, one thing jumped to my attention: ```...

I do apologize for combining a new syntax PR with an updated Credo PR, but fixing Credo 'as' I was making the new syntax was greatly useful since it stopped...

A couple questions on design decisions or perhaps requesting new helper functions. --- First, why does `safe` return a fun instead of branching at the point of call to be...

question

For this I'll use a similar example to the one you used for Make Safe in the readme. ```elixir def max_of_row(nested_array, x, y) do toothless_fetch = safe(&Enum.fetch!/2) toothless_max = safe(&Enum.max/1)...

enhancement

Hello, I just discovered `exceptional` and I see you're trying to introduce a few ideas from Haskell to Elixir, which is nice. With that given said, I was wondering if...

question
wontfix

``` 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)...