AdRoll / rebar3_hank

The Erlang Dead Code Cleaner
MIT License
68 stars 9 forks source link

Extend doc on NIFs and unnecessary_function_arguments #142

Closed elbrujohalcon closed 3 years ago

elbrujohalcon commented 3 years ago

We need to add a part to the note stating that we assume that when implementing a NIF stub, erlang:nif_error/1,2 will be called.

paulo-ferraz-oliveira commented 3 years ago

Yeah, look: https://github.com/tsloughter/rebar3_run/pull/15/files#diff-82164c31c03717109e0ad73cca938d80878d9e52901255d9b068f3d83e629f39L56.

Guess where that change came from 😄