Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different warnings message for sets of same content different name vs same content same name #139

Open
unhammer opened this issue Feb 15, 2024 · 0 comments

Comments

@unhammer
Copy link
Collaborator

unhammer commented Feb 15, 2024

These two errors get the same warning:

LIST foo = foo;
LIST foo = foo;
LIST bar = bar;
LIST baz = bar;

but it would be nice if they differed, since the first one is a trivial thing which should always be fixed, while sometimes we want to ignore the second warning (e.g. grammars for different languages might have synchronised set names for easy diffing and copy-pasting, and in one of the languages a set happens to duplicate the contents of another)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants