Hans Wennborg via llvm-dev
2020-Jan-30 13:25 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
For example, 7984b47401f7f36475619abf2ff02de3b5ff0481 does not seem to have made it to any mailing lists. This makes things harder for me as release manager, as those changes are essentially landing under the radar. Can we please make sure all commits that get pushed upstream are sent to a -commits list? Who is the right person to ask about this? Thanks, Hans
Tom Stellard via llvm-dev
2020-Jan-30 14:50 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
On 01/30/2020 05:25 AM, Hans Wennborg via llvm-dev wrote:> For example, 7984b47401f7f36475619abf2ff02de3b5ff0481 does not seem to > have made it to any mailing lists. > > This makes things harder for me as release manager, as those changes > are essentially landing under the radar. > > Can we please make sure all commits that get pushed upstream are sent > to a -commits list? > > Who is the right person to ask about this? >I'm looking into this. If you want to guarantee that you get every email. I suggest you subscribe to https://lists.llvm.org/cgi-bin/mailman/listinfo/all-commits which gets all the commit emails directly from github. -Tom> Thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Hans Wennborg via llvm-dev
2020-Jan-30 15:04 UTC
[llvm-dev] MLIR changes not sent to any mailing lists?
On Thu, Jan 30, 2020 at 9:50 AM Tom Stellard <tstellar at redhat.com> wrote:> > On 01/30/2020 05:25 AM, Hans Wennborg via llvm-dev wrote: > > For example, 7984b47401f7f36475619abf2ff02de3b5ff0481 does not seem to > > have made it to any mailing lists. > > > > This makes things harder for me as release manager, as those changes > > are essentially landing under the radar. > > > > Can we please make sure all commits that get pushed upstream are sent > > to a -commits list? > > > > Who is the right person to ask about this? > > > > I'm looking into this. > > If you want to guarantee that you get every email. I suggest you > subscribe to https://lists.llvm.org/cgi-bin/mailman/listinfo/all-commits > which gets all the commit emails directly from github.I actually tried subscribing to that but it didn't work; maybe my subscription request got stuck in moderation? It's also sub-optimal because it would duplicate all the emails already getting sent to the regular -commits lists, but I'd rather have too much email than too little.