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

Update tests to not use reflect.DeepEqual on errors #7238

Open
anderseknert opened this issue Dec 23, 2024 · 0 comments
Open

Update tests to not use reflect.DeepEqual on errors #7238

anderseknert opened this issue Dec 23, 2024 · 0 comments
Labels

Comments

@anderseknert
Copy link
Member

Hacking on the OPA repo in VS Code and I'm seeing a bunch of warnings from the language server about us using reflect.DeepEqual to compare errors. This is apparently problematic for... reasons, as described here and elsewhere. Don't have time to spend on this tonight, but noting it down so that we can fix this and enable whatever linter is flagging this issue, as it seems legit to me.

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

No branches or pull requests

1 participant