Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-27 Thread Robbie Harwood
Robbie Harwood writes: > I could be wrong, but I'm actually not sure this affects grub at all. > We're not translated, which I think means that every character we put in > a help string will fit in a single byte under UTF-8. (Just a note that I am in fact wrong about this - grub is translated.)

Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-27 Thread Robbie Harwood
Glenn Washburn writes: > Robbie Harwood wrote: > >> fix-width.patch has not merged upstream. A version has been >> proposed, but would need significant rewrite. It doesn't seem worth >> the effort to carry, and once this changeset merges to grub, it >> becomes easier to increment our gnulib ve

Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-26 Thread Glenn Washburn
On Wed, 26 Jan 2022 17:09:08 -0500 Robbie Harwood wrote: > This patchset is an expansion of "Drop gnulib fix-base64.patch" and rolls us > forward to current gnulib development head. Not carrying patches means we > don't have to maintain a gnulib tree (nor do downstream distros). It also > allow

[PATCH v2 0/4] Update gnulib and drop patches

2022-01-26 Thread Robbie Harwood
This patchset is an expansion of "Drop gnulib fix-base64.patch" and rolls us forward to current gnulib development head. Not carrying patches means we don't have to maintain a gnulib tree (nor do downstream distros). It also allows us to pull in static analyzer fixes that gnulib has applied. I'v