Add version compatibility checks #83
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Contributions are welcome
This should be done after #57
When the library is initialized, we need to retrieve versions of native lib and go bindings, and check the following invariant:
(See "Versioning" section in Readme for explanation)
If the invariant is not satisfied, we should throw an exception with a message including the retrieved versions and explanation of what is wrong.
We can do this check in RocLibrary.loadLibrary.
The text was updated successfully, but these errors were encountered: