Message ID | 20240502110331.6347-1-dev+git@drbeat.li (mailing list archive) |
---|---|
Headers | show |
Series | color: add support for 12-bit RGB colors | expand |
"Beat Bolli" <bb@drbeat.li> writes: > * The color parsing code learned to handle 12-bit RGB colors. > > The first commit fixes a typo, the second one adds some test coverage > for invalid RGB colors, and the final one extends the RGB color parser > to recognize 12-bit colors, as in #f0f. Thanks.
On Thu, May 02, 2024 at 01:03:28PM +0200, Beat Bolli wrote: > * The color parsing code learned to handle 12-bit RGB colors. > > The first commit fixes a typo, the second one adds some test coverage > for invalid RGB colors, and the final one extends the RGB color parser > to recognize 12-bit colors, as in #f0f. > --- > > Changes against v1: > - add test coverage for invalid RGB color lengths Ah, I missed that you had sent a new version when I responded to Junio. Yeah, this whole thing looks good to me! -Peff
On 03.05.2024 19:48, Jeff King wrote: > On Thu, May 02, 2024 at 01:03:28PM +0200, Beat Bolli wrote: > >> * The color parsing code learned to handle 12-bit RGB colors. >> >> The first commit fixes a typo, the second one adds some test coverage >> for invalid RGB colors, and the final one extends the RGB color parser >> to recognize 12-bit colors, as in #f0f. >> --- >> >> Changes against v1: >> - add test coverage for invalid RGB color lengths > > Ah, I missed that you had sent a new version when I responded to Junio. > Yeah, this whole thing looks good to me! All good ;-) Thanks for reviewing! Cheers, Beat