-
Notifications
You must be signed in to change notification settings - Fork 7
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
[NKV-SDK-Host] Refactor nkv host code #64
Conversation
ramachaitanyak
commented
Aug 20, 2024
host/src/nkv_framework.cpp
Outdated
// This delete is not required with the STL container, clean up happens | ||
// when container goes out of scope | ||
//delete[] listing_keys; | ||
//delete[] data_cache; |
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.
Please remove commented code
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.
Fixed or updated appropriately
19f0e9c
to
66facb0
Compare
Brief Changes: ============== * Fixed issue using resize and pushback at the same time * Fix listing_keys and data_cache proto-types * Gitlab upgrade, trigger:include now takes a string or list * Fix Sonar-Scanner download. - Get sonar-scanner from URL determined by CI/CD var - Determine sonar-scanner dir name by listing contents of zip Testing Done: ============= * Run with gitlab pipeline Signed-off-by: r.kavuluru <r.kavuluru@samsung.com>
66facb0
to
13a70e8
Compare
Quality Gate passedIssues Measures |
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.
Looks good