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

Impl execution_plan::Value for many modeling command types #45

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

adamchalmers
Copy link
Collaborator

@adamchalmers adamchalmers commented Dec 21, 2023

Finally, the macro is advanced enough to derive Value for the huge OkModelingCmdResponse enum! The only missing piece was that Vec<T: Value> didn't impl Value, but I've added that now.

@adamchalmers adamchalmers force-pushed the achalmers/derive-on-more branch from 8045e19 to 4ad0501 Compare December 21, 2023 16:45
Finally, the macro is advanced enough to derive Value for the huge `OkModelingCmdResponse` enum! The only missing piece was that Vec<T: Value> didn't impl Value, but I've added that now.
@adamchalmers adamchalmers force-pushed the achalmers/derive-on-more branch from 4ad0501 to d9d0dce Compare December 21, 2023 17:24
@adamchalmers adamchalmers merged commit 8d55e78 into main Dec 21, 2023
5 of 6 checks passed
@adamchalmers adamchalmers deleted the achalmers/derive-on-more branch December 21, 2023 17:39
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

Successfully merging this pull request may close these issues.

1 participant