-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broadcast test failure #18577
Comments
|
Fixing #265 caught a similar bug in the definition of |
Ideally, you call a bot that runs the tests on the topmost commit and only merges if the tests pass. The bot should also have some queue system so that every PR is applied to the very commit the tests run on. I think the Rust repo has something like that... |
we'd need to implement barosl/homu#87 for them |
@vtjnash We will have to fix that somehow. Simply including a closure in a generated function can't be considered a bug at the user level. |
this would have detected #18577 before it was merged
New
broadcast
test failure on master, specifically onAlso evident in logs from #18566, #18571, #18575, and #18576. Perhaps caused by an interaction between #16986 and some change merged after #16986's last CI run? The failure (locally):
cc @pabloferz. Best!
The text was updated successfully, but these errors were encountered: