Closed radrow closed 2 years ago
TODO: [X] check error messages in code_errors if all are needed [X] check for orphaned tests
(done)
I have no idea if this is related, but I'll ask anyway.
What is fun_clauses
? Is it something that should be deprecated? There are no parsing rule for it in aeso_parser.erl
and I don't see how it can be derived from any thing else.
I have no idea if this is related, but I'll ask anyway.
What is
fun_clauses
? Is it something that should be deprecated? There are no parsing rule for it inaeso_parser.erl
and I don't see how it can be derived from any thing else.
They are used somewhere in the process of multi-clause function definitions resolution. In the end they turn into case expressions
What else is missing for this PR?
fixes #226