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

Add report suggestion when an app contains message types that differ only by pointer/non-pointer. #187

Open
jmalloc opened this issue Nov 24, 2020 · 2 comments

Comments

@jmalloc
Copy link
Member

jmalloc commented Nov 24, 2020

For example, if within a single app, one handler uses the message type Foo{} and another uses the message type &Foo{} this should produce some kind of "warning" suggestion at the test level.

@jmalloc
Copy link
Member Author

jmalloc commented Nov 24, 2020

This could even cause every test to fail unless you specifically allow it by calling something like test.AllowSimilarMessageTypes()

@jmalloc
Copy link
Member Author

jmalloc commented Nov 26, 2020

See also #28

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

No branches or pull requests

1 participant