fmease / lushui

The reference compiler of the Lushui programming language
Apache License 2.0
7 stars 0 forks source link

Improve labels of diagnostic E006 #116

Closed fmease closed 2 years ago

fmease commented 2 years ago

Currently, they say duplicate or conflicting attribute. However that looks rather unprofessional/unclean. Instead, we should just say duplicate attribute if the attribute is nullary (zero arguments) or if all the arguments are equal. In the other case, we should say conflicting attribute.

fmease commented 2 years ago

Fixed in d959b55c82b27dac39af581b7131beb765df4e7d.