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

Debug bound on calls and queries #127

Open
cwlittle opened this issue Jul 27, 2022 · 1 comment
Open

Debug bound on calls and queries #127

cwlittle opened this issue Jul 27, 2022 · 1 comment

Comments

@cwlittle
Copy link
Contributor

No description provided.

@mappum
Copy link
Contributor

mappum commented Jul 27, 2022

This will also involve deriving Debug on all built-in explicitly-created Call/Query types, and emitting the Debug derive or impl in macro-generated Call/Query implementations.

It's unclear if we can reasonably assume everything inside calls and queries will already have Debug since it will apply to every parameter of every call method - we may need to emit custom Debug implementations which use a placeholder output for types inside variants which are not Deubg (based on specialization, similar to our maybe_call wrappers).

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

2 participants