jarun / buku

:bookmark: Personal mini-web in text
GNU General Public License v3.0
6.52k stars 294 forks source link

regression test failure with 4.9 release #729

Closed chenrui333 closed 7 months ago

chenrui333 commented 7 months ago

πŸ‘‹ looks like something got changed that buku --nostdin --nc --update no longer update index. This was returned before

Title: [GitHub - Homebrew/brew: 🍺 The missing package manager for macOS (or Linux)]
Index 1: updated

This caused some regression test failure, see in https://github.com/Homebrew/homebrew-core/actions/runs/8586780682/job/23529673964

relates to https://github.com/Homebrew/homebrew-core/pull/168219/

LeXofLeviafan commented 7 months ago

Well that's an unpleasant one… It's a bug in the data passed by CLI; I don't use full DB mass fetches (which sounds like a good way to get network-banned by IP as a bot by some servers :sweat_smile:) and our tests don't cover CLI itself so I didn't catch it before the release.

…A bug like this sounds like a good reason for a hotfix release :sweat_smile:

jarun commented 7 months ago

A bug like this sounds like a good reason for a hotfix release πŸ˜…

We'll wait for a while on this. Since this release is made after more than a year, there might be other regressions. Let's get some feedback.