-
Notifications
You must be signed in to change notification settings - Fork 52
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
Specify default field value for field with type that uses generic parameters with defaults #73
base: master
Are you sure you want to change the base?
Commits on Dec 7, 2022
-
add support for initializing builder's generic parameters with defaul…
…t values if the field types using those generic params impl Default
Configuration menu - View commit details
-
Copy full SHA for 3c4aed3 - Browse repository at this point
Copy the full SHA 3c4aed3View commit details -
add support for specifying default values on fields which have the fi…
…eld's type if all generic parameters in the type have default values provided or there are no generic parameters at all
Configuration menu - View commit details
-
Copy full SHA for 7d22d8b - Browse repository at this point
Copy the full SHA 7d22d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0be3e - Browse repository at this point
Copy the full SHA 8c0be3eView commit details -
add usage of proc-macro-crate to support package renames in applicati…
…ons using this library
Configuration menu - View commit details
-
Copy full SHA for 891dcbf - Browse repository at this point
Copy the full SHA 891dcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4094904 - Browse repository at this point
Copy the full SHA 4094904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5ee22 - Browse repository at this point
Copy the full SHA 9e5ee22View commit details -
Configuration menu - View commit details
-
Copy full SHA for a708e3c - Browse repository at this point
Copy the full SHA a708e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6022ce3 - Browse repository at this point
Copy the full SHA 6022ce3View commit details -
fix bug where field types which depend on both generic params with an…
…d without defaults were not properly suffixing the generic types currently existing on the builder
Configuration menu - View commit details
-
Copy full SHA for baaf547 - Browse repository at this point
Copy the full SHA baaf547View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb96cc6 - Browse repository at this point
Copy the full SHA fb96cc6View commit details -
restore necessity for the #[builder(default)] field attribute to be a…
…pplied in order for a field to have a default value set
Configuration menu - View commit details
-
Copy full SHA for 7ac7198 - Browse repository at this point
Copy the full SHA 7ac7198View commit details