Tom Stellard via llvm-dev
2020-Feb-10 21:46 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
On 02/10/2020 01:02 PM, Martin Storsjö wrote:> On Thu, 6 Feb 2020, Tom Stellard via llvm-dev wrote: > >> On 02/06/2020 02:48 PM, Greg Bedwell wrote: >>> Here's a non-MLIR commit that also wasn't sent to any list: >>> b3576f60ebc8f660afad8120a72473be47517573 >>> >>> >>> I don't think that this is the same issue as the mlir commits. This particular one is likely due to the issue of non-ascii characters the commit summary (author/comitter name in this case) causing some sort of failure somewhere in the email pipeline, resulting in emails not turning up on the list: >>> http://lists.llvm.org/pipermail/llvm-dev/2019-August/134516.html http://lists.llvm.org/pipermail/llvm-dev/2019-November/137292.html http://lists.llvm.org/pipermail/llvm-dev/2019-December/137508.html My guess is that somewhere on some server involved in sending the emails there's a series of error messages hiding in a logfile about invalid ascii characters from some software that isn't utf-8 aware. I don't know who owns that process though. >>> >> >> You are correct, this second email is the same non-ascii issue. I >> think we have a fix now and hopefully we'll be able to deploy it soon. > > Looks like this works now - now I saw the first mail for a commit from myself since the transition to git. Thanks! >Yes, the utf-8 issue has been fixed, and there is now an mlir-commits list. -Tom> // Martin >
Eric Christopher via llvm-dev
2020-Feb-10 22:20 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
Want to update the llvm.org page with links to the MLIR commits list? On Mon, Feb 10, 2020 at 1:46 PM Tom Stellard <tstellar at redhat.com> wrote:> On 02/10/2020 01:02 PM, Martin Storsjö wrote: > > On Thu, 6 Feb 2020, Tom Stellard via llvm-dev wrote: > > > >> On 02/06/2020 02:48 PM, Greg Bedwell wrote: > >>> Here's a non-MLIR commit that also wasn't sent to any list: > >>> b3576f60ebc8f660afad8120a72473be47517573 > >>> > >>> > >>> I don't think that this is the same issue as the mlir commits. This > particular one is likely due to the issue of non-ascii characters the > commit summary (author/comitter name in this case) causing some sort of > failure somewhere in the email pipeline, resulting in emails not turning up > on the list: > >>> http://lists.llvm.org/pipermail/llvm-dev/2019-August/134516.html > http://lists.llvm.org/pipermail/llvm-dev/2019-November/137292.html > http://lists.llvm.org/pipermail/llvm-dev/2019-December/137508.html My > guess is that somewhere on some server involved in sending the emails > there's a series of error messages hiding in a logfile about invalid ascii > characters from some software that isn't utf-8 aware. I don't know who > owns that process though. > >>> > >> > >> You are correct, this second email is the same non-ascii issue. I > >> think we have a fix now and hopefully we'll be able to deploy it soon. > > > > Looks like this works now - now I saw the first mail for a commit from > myself since the transition to git. Thanks! > > > > Yes, the utf-8 issue has been fixed, and there is now an mlir-commits list. > > -Tom > > > // Martin > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200210/e529a90d/attachment.html>
Hans Wennborg via llvm-dev
2020-Feb-11 08:58 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
On Mon, Feb 10, 2020 at 10:47 PM Tom Stellard <tstellar at redhat.com> wrote:> > On 02/10/2020 01:02 PM, Martin Storsjö wrote: > > On Thu, 6 Feb 2020, Tom Stellard via llvm-dev wrote: > > > >> On 02/06/2020 02:48 PM, Greg Bedwell wrote: > >>> Here's a non-MLIR commit that also wasn't sent to any list: > >>> b3576f60ebc8f660afad8120a72473be47517573 > >>> > >>> > >>> I don't think that this is the same issue as the mlir commits. This particular one is likely due to the issue of non-ascii characters the commit summary (author/comitter name in this case) causing some sort of failure somewhere in the email pipeline, resulting in emails not turning up on the list: > >>> http://lists.llvm.org/pipermail/llvm-dev/2019-August/134516.html http://lists.llvm.org/pipermail/llvm-dev/2019-November/137292.html http://lists.llvm.org/pipermail/llvm-dev/2019-December/137508.html My guess is that somewhere on some server involved in sending the emails there's a series of error messages hiding in a logfile about invalid ascii characters from some software that isn't utf-8 aware. I don't know who owns that process though. > >>> > >> > >> You are correct, this second email is the same non-ascii issue. I > >> think we have a fix now and hopefully we'll be able to deploy it soon. > > > > Looks like this works now - now I saw the first mail for a commit from myself since the transition to git. Thanks! > > > > Yes, the utf-8 issue has been fixed, and there is now an mlir-commits list.Excellent! Many thanks!
Hans Wennborg via llvm-dev
2020-Feb-11 09:00 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
On Mon, Feb 10, 2020 at 11:21 PM Eric Christopher <echristo at gmail.com> wrote:> > Want to update the llvm.org page with links to the MLIR commits list?Do you mean the mailing list links in the left-hand column? It doesn't have links to cfe-commits etc. either. I've added a "more" link to all the mailing lists there.