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

unexported fields cause panics without helpful stack traces #1

Open
BrianLeishman opened this issue Dec 23, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@BrianLeishman
Copy link
Member

passing a struct that has an unexported field causes a panic when using channels and the stack trace doesn't show the goroutine that called Cool.Select.

We should maybe catch panics and add our own info about what struct/query was used, or check the struct before hand for unexported fields, or even skip unexported fields completely and support structs that have them

@BrianLeishman BrianLeishman added the bug Something isn't working label Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant