You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate custom type and value types and to/from methods for primitives (#59)
* Refactoring to move generation of to/from functions to attributes and blocks
* Moving schema.gotmpl
* Renaming interface method
* Removing unneeded template variable
* Renaming method
* Renaming methods
* Inline function
* Renaming
* Adding tests for to/from method generated code
* Adding initial implementation of custom type and value types for data source bool attribute along with To/From method generation
* Updating data source attributes to use generated type and value type in schema and models if associated external type is defined
* Populating data source associated external type
* Setting up generation of custom type and value types and to/from functions for data source float64, int64, number, and string attributes
* Setting up generation of custom type and value types and to/from functions for provider and resource bool, float64, int64, number, and string attributes
* Adding test coverage for associated external type
* Temporarily using sha for codegen-spec
* Adding changelog (#70)
* Adding tests for custom string type and value, and to/from methods (#70)
* Using latest codegen-spec SHA from main (#70)
0 commit comments