pietervdvn / Lang

Yet another programming language
1 stars 1 forks source link

When to trigger duplicate function warning? #100

Open pietervdvn opened 8 years ago

pietervdvn commented 8 years ago

For functions, defined with the same name and the same types, an error is issued 'duplicate function'.

Function signatures with the same name and different types however are allowed, but in what cases do we warn for the functions (as possible duplicate or dangerous)? E.g.

pietervdvn commented 8 years ago

:birthday: because :100: :bug: