-
Notifications
You must be signed in to change notification settings - Fork 71
Support systemd drop files #1136
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1136 +/- ##
==========================================
- Coverage 77.91% 77.85% -0.06%
==========================================
Files 359 359
Lines 32665 32701 +36
==========================================
+ Hits 25450 25460 +10
- Misses 7215 7241 +26
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:
|
CodSpeed Performance ReportMerging #1136 will not alter performanceComparing Summary
|
Fixes:
_select_parsercould be invoked with aPath, while it expects aFileSystemEntry. Additionally, there were multiple code paths inparseandparse_configto supportTargetPath,Path, andFileobjects. Removed the dependence onFileSystemEntryby converting entries toTargetPathin the config file system.Example:
now parses as
{"key value1": [{"key2": "value2a"}, {"key2": "value2b", "key3": "value3b"}]}. Previously, this parsed as{"key value1": {"key2": ["value2a", "value2b"], "key3": "value3b"}}, where the parallel lists could become misaligned.Supports: