Ampersand
Ampersand copied to clipboard
Wanted: improved type error message
Version of ampersand that was used
I used Ampersand-v3.17.3 [feature/Archimate3:b1a0984d1]
What I got
I compiled a project, RAP3, and got the following message:
The problem is that the relation in the spreadsheet,
name[Role*RoleName]
is not declared. It took me a while to spot this because the type error claims ambiguity while there is none.
What I want instead
I would like the message to also point out that the declaration of name[Role*RoleName]
might be missing.
Steps to reproduce
- to be done