exercism / elixir-analyzer

GNU Affero General Public License v3.0
30 stars 32 forks source link

Annotate piped functions to get the correct number of arguments #331

Closed jiegillet closed 1 year ago

jiegillet commented 1 year ago

Closes #330.

For matching imported functions (including Kernel functions), we were checking the number of arguments of the functions in the code, but that number was off by one for functions called in pipes.