Conversation
Minor: remove dead code Minor: why none? lets make this an empty list please
Minor: remmove dead code
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (88.31%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2325 +/- ##
==========================================
+ Coverage 55.25% 55.32% +0.06%
==========================================
Files 413 413
Lines 44457 44524 +67
Branches 8195 8213 +18
==========================================
+ Hits 24566 24634 +68
+ Misses 19031 19029 -2
- Partials 860 861 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6c45e3b to
ff7bfce
Compare
fernando79513
left a comment
There was a problem hiding this comment.
Good job here. I just have a couple of questions/suggestions, but it looks good in general (appart from the path bug)
This is designed for paths, it doesn't make sense to call it extra_environment if it is not designed to set extra environment but only add (and combine) extra paths
fernando79513
left a comment
There was a problem hiding this comment.
LGTM +1!
Good job, thanks!
👍
Description
Some libraries are not the default locations and, without ldconfig support, which we don't have in snaps, we don't have an easy way to point to them.
The old approach was to add them to the wrapper common, but this leads to:
This introduces a new mechanism, in the form of a file in the root of the snap with a very simple sintax and comments support. This file is supposed to be created during snap creation and is in the form of:
Resolved issues
Fixes: CHECKBOX-2172
Documentation
Added a HowTo that expains how to use the new packaging feature
Tests
Tested on a rebuilt version of Checkbox24. Use this command to run the test
Add this file under squashfs-root
Now patch the snap and run the test(assuming
../checkboxpoints to checkbox repo at this branch