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
Once c-api 1.0 is released, the generated code can check semver compatibility with static_assert (C++) or #if & #error macros (C99).
This would ensure, at compile time, that the generated code is compatible with the library used.
Additionally, since objectbox-c is a shared library, a runtime check may make sense for some users. We should probably encourage them to do so in docs?
The text was updated successfully, but these errors were encountered:
Once c-api 1.0 is released, the generated code can check semver compatibility with
static_assert
(C++) or#if & #error
macros (C99).This would ensure, at compile time, that the generated code is compatible with the library used.
Additionally, since objectbox-c is a shared library, a runtime check may make sense for some users. We should probably encourage them to do so in docs?
The text was updated successfully, but these errors were encountered: