-
Notifications
You must be signed in to change notification settings - Fork 31
SNOW-1736045: update cJSON 1.7.18 #886
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #886 +/- ##
==========================================
+ Coverage 80.05% 80.14% +0.09%
==========================================
Files 127 127
Lines 10707 10708 +1
==========================================
+ Hits 8571 8582 +11
+ Misses 2136 2126 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 download the cJSON in build script as dependency and remove the copied files
cJSON is used in multiple components (curl, libsfclient, aws). The approach so far is renaming cJSON symbols (function names) in curl and libsnowflakeclient (adding prefix of |
Hi @sfc-gh-ext-simba-hx , I think it's not a top priority, let's do the integration in a separate ticket. |
Hi @sfc-gh-dstempniak |
be8266f
to
7fea2ad
Compare
Hi @sfc-gh-jszczerbinski I've made changes to download the cJSON in build script, removed the copied files and use patch to generate them from the downloaded one. Please take a look if that looks good I might apply the same approach when updating other dependencies later (such as aws sdk). |
teamwork issue 1134