-
Notifications
You must be signed in to change notification settings - Fork 318
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
Small improvements to exception mapping data #8162
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8162 +/- ##
=========================================
Coverage 67.16% 67.16%
Complexity 2052 2052
=========================================
Files 358 358
Lines 17166 17166
Branches 2462 2462
=========================================
Hits 11530 11530
Misses 4613 4613
Partials 1023 1023
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
afd074e
to
74bb6d9
Compare
BTW, I've filed an issue to be able to get this information automatically in the future. |
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.
@sschuberth Could you please update the commit message of "feat(exception-mapping): Add Autoconf-exception-generic*" to include links as evidence for the statement "These are analog to the non-generic ones."?
Sorting the lines would break the YAML list nesting. Signed-off-by: Sebastian Schuberth <[email protected]>
The examples from [1] link to `GPL-2.0-only`. [1]: https://spdx.org/licenses/Asterisk-exception.html Signed-off-by: Sebastian Schuberth <[email protected]>
74bb6d9
to
f3551c6
Compare
These are analog to the non-generic ones, see [1] and [2]. [1]: https://spdx.org/licenses/Autoconf-exception-generic.html [2]: https://spdx.org/licenses/Autoconf-exception-generic-3.0.html Signed-off-by: Sebastian Schuberth <[email protected]>
f3551c6
to
c547bf1
Compare
Please have a look at the individual commit messages for the details.