-
Notifications
You must be signed in to change notification settings - Fork 143
[WIP][Java] Add libcuvs version check
#1315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP][Java] Add libcuvs version check
#1315
Conversation
|
For the record, I took this change (and #1314) out for a spin with #1296. The patches don't apply completely cleanly, but they are easy enough to resolve. Things seem to work. These changes are compatible with #1296. I also tested changing the version, to see if the incompatibility is detected. That works as well. |
mythrocks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@mythrocks I don't understand why this was closed.. can you help? |
|
Hmm. I don't get this either. It's not allowing me to reopen it either. Very odd. |
|
Nope, no dice. The Github UI says that the branch Please feel free to raise another PR with the same branch. It's already been reviewed, so it shouldn't be controversial to get it in. |
|
Ah, I see that this PR was raised against |
yep, I wanted to change it to branch-25.10 but it does not let you do that when the PR is closed, and if it is closed again as soon as you re-open it... |
|
I've create #1327 to replace this |
This PR extends #1314 to add version check (version reported by libcuvs vs. cuvs-java build version) It replaces #1315 which was already reviewed and approved, but got closed before I could rebase it. Authors: - Lorenzo Dematté (https://github.com/ldematte) Approvers: - MithunR (https://github.com/mythrocks) URL: #1327
This PR extends #1314 to add version check (version reported by libcuvs vs. cuvs-java build version)