Commit 758afb7
all: Add float32 type, attribute, and function support (#1014)
* Initial Float32 implementation
* Chang `NewFloat32Value` implementation
* Add debug logs
* Fix accuracy variable shadowing
* Fix broken unit tests
* Update documentation
* Add changelog entries
* Update debug logging
* Add comment about float32 test variables
* Add debug log only when value has exact accuracy in both `float32` and `float64`
---------
Co-authored-by: Austin Valle <[email protected]>1 parent 79b0229 commit 758afb7
File tree
95 files changed
+9266
-7
lines changed- .changes/unreleased
- datasource/schema
- function
- internal
- fromproto5
- fromproto6
- fromtftypes
- fwschemadata
- fwschema
- fwxschema
- fwserver
- fwtype
- reflect
- testing
- testdefaults
- testplanmodifier
- testschema
- testtypes
- testvalidator
- toproto5
- provider/schema
- resource/schema
- defaults
- float32default
- float32planmodifier
- planmodifier
- schema/validator
- tfsdk
- types
- basetypes
- website
- data
- docs/plugin/framework
- functions
- parameters
- returns
- handling-data
- attributes
- types
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+9266
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments