-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Add parsing color_t #2015
Add parsing color_t #2015
Conversation
86a9843
to
29a20f3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2015 +/- ##
==========================================
- Coverage 95.79% 95.78% -0.02%
==========================================
Files 128 125 -3
Lines 10396 10652 +256
==========================================
+ Hits 9959 10203 +244
- Misses 437 449 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f75e84a
to
4ae7f9b
Compare
4ae7f9b
to
eaf2963
Compare
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.
some nitpicks as per tradition but look good :)
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.
some questions and remarks
I made a quick review and it looks super great! Thank you @VittorioSanchez! 👍 |
Do you need help moving forward ? :) |
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.
small changes needed
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.
LGTM
Thanks for your contribution @VittorioSanchez ! |
Added parsing for:
These are case insensitive and whitespace insensitive. % symbol is also optional.
Limits are checked and throws error if out of range.
Updated doc and added tests
Fix: #2003