Fix index out of range error when calling 'bot:status last_build' while builds are ongoing#346
Merged
Merged
Conversation
added 6 commits
August 27, 2025 16:41
…sue_comments always returns a status table with vectors of equal size
Contributor
Author
|
Proven to work in casparvl/software-layer#4 (comment) |
Contributor
Author
|
Also, this is what you now get when the only build for a given arch is unfinished: casparvl/software-layer#4 (comment) I think that's an improvement over what we had. Note that the regular |
bedroge
reviewed
Aug 28, 2025
Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
bedroge
approved these changes
Nov 4, 2025
Contributor
bedroge
left a comment
There was a problem hiding this comment.
Looks good to me, nice improvement that it shows in-progress builds!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix index out of range error by making sure that request_bot_build_issue_comments always returns a status table with vectors of equal size
Fixes #343