boomanaiden154 wrote: > Is it appropriate to auto-revert on downstream failures? I don't believe > we've taken that approach previously, and I'm not sure I would feel > comfortable doing that even it is allowed.
At least in LLVM, auto-revert on downstream failures where the failure is obviously wrong and a minimal reproducer is provided is generally how it's done. https://github.com/llvm/llvm-project/pull/215619 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
