elixirscript / elixirscript/elixirscript
enforce extra type checks
Open
kind:enhancement
- Dominant language
- Elixir
- Stars
- 1.6k
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
```
[] |> :erlang.binary_to_integer
NaN
length(0)
undefined
```
We should crash here, given that is the behavior of elixir. I am sure there is many more like this.
Contributor guide
Assessment
This issue has not been assessed yet.