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
TestBasicTypes should include a field that tests all possible inlined and non-inlined renderers e.g. should have both an int field and an *int field (and the same for string/uint/etc.)
This won't test interactions between the different types but at least gives a basic overview of all the different simple types.
The text was updated successfully, but these errors were encountered:
TestBasicTypes should include a field that tests all possible inlined and non-inlined renderers e.g. should have both an
int
field and an*int
field (and the same for string/uint/etc.)This won't test interactions between the different types but at least gives a basic overview of all the different simple types.
The text was updated successfully, but these errors were encountered: