-
Notifications
You must be signed in to change notification settings - Fork 457
Create warning for mismatching version of Thrift API. #4807
Copy link
Copy link
Description
Currently, after a Thrift API version bump, developers can forget to rebuild the virtual environment, which can lead to incompatible API calls at runtime. Additionally, the make process does not detect or warn about this mismatch.
A version consistency check should be added to the build process (before packaging) that compares the source API version with the virtual environment one and halts with a clear error if they differ. A rebuild script should also be provided so developers can quickly resolve the mismatch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dev env ⛑️Development environmentDevelopment environment