Hans Wennborg via llvm-dev
2019-Nov-28 09:22 UTC
[llvm-dev] Some commits not getting sent to the mailing lists.
For example: https://github.com/llvm/llvm-project/commit/549ff601f053303356abe7d8fca8fbcf5e3502e7 and https://github.com/llvm/llvm-project/commit/4eacc32672e60113b835c4356d1c398dc1e30279 Don't seem to have made it to cfe-commits. This makes it harder to search for stuff, reply to commits, and most importantly it allows these patches to land "under the radar", potentially without people noticing them. Is it possible to fix somehow?
Greg Bedwell via llvm-dev
2019-Nov-28 09:43 UTC
[llvm-dev] Some commits not getting sent to the mailing lists.
We've seen issues with the mailing lists dropping messages with commit logs containing emoji characters before. In this case I wonder if it is because of the couple of non-ASCII characters in the committer's name. Is there a Unicode setting or an upgrade that could be performed in the list software? On Thu, 28 Nov 2019 at 09:22, Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:> For example: > > https://github.com/llvm/llvm-project/commit/549ff601f053303356abe7d8fca8fbcf5e3502e7 > and > > https://github.com/llvm/llvm-project/commit/4eacc32672e60113b835c4356d1c398dc1e30279 > > Don't seem to have made it to cfe-commits. > > This makes it harder to search for stuff, reply to commits, and most > importantly it allows these patches to land "under the radar", > potentially without people noticing them. > > Is it possible to fix somehow? > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191128/170dce61/attachment.html>
Martin Storsjö via llvm-dev
2019-Nov-28 09:57 UTC
[llvm-dev] Some commits not getting sent to the mailing lists.
That would explain why my commits never should up on the lists either. I think it'd be better to have it fixed at whatever source produces these mails (maybe they end up misformed and maybe can't be sent at all?), to properly convert the incoming utf8 from the git author names to whatever unicode formatting the commit mail uses. // Martin On Thu, 28 Nov 2019, Greg Bedwell via llvm-dev wrote:> We've seen issues with the mailing lists dropping messages with commit logs > containing emoji characters before. In this case I wonder if it is because > of the couple of non-ASCII characters in the committer's name. Is there a > Unicode setting or an upgrade that could be performed in the list software? > > On Thu, 28 Nov 2019 at 09:22, Hans Wennborg via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > For example: > https://github.com/llvm/llvm-project/commit/549ff601f053303356abe7d8fca8fbc > f5e3502e7 > and > https://github.com/llvm/llvm-project/commit/4eacc32672e60113b835c4356d1c398 > dc1e30279 > > Don't seem to have made it to cfe-commits. > > This makes it harder to search for stuff, reply to commits, and > most > importantly it allows these patches to land "under the radar", > potentially without people noticing them. > > Is it possible to fix somehow? > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > >