Closed lcodes closed 3 weeks ago
Make the static fields indexing primary keys instance fields.
Codegen compiles. Same code as before but going through a this pointer instead of a static .
this
static
Context from Boppy: The Unity testsuite exercises this feature in the testsuite: https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/pull/168
@RReverser updated, should be good to go now
Description of Changes
Make the static fields indexing primary keys instance fields.
API and ABI breaking changes
Expected complexity level and risk
Testing
Codegen compiles. Same code as before but going through a
this
pointer instead of astatic
.Context from Boppy: The Unity testsuite exercises this feature in the testsuite: https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/pull/168