The test suite currently fails on this package, and those failures have been ignored in debian/rules to get the package to build at all. The package *works*: i've been using it as is, in bookworm, for months now. It *might* actually be broken in unstable, but I doubt it: i suspect this is more a test harness problem than anything else. So I'm filing this issue to remember about this problem and possibly see if we can collaborate with upstream to fix it.
Control: tags -1 +patch +upstream Upstream actually fixed this issue, possibly: https://github.com/dajva/rg.el/commit/8e2347d0a11aa64fd721702b176b1dbc7889f78e So, woot, i guess we get this fix when upstream makes a new release (or we import that patch). A.
So I tried that, and it reduces the number of failed tests in the build from: FAILED rg-integration-test/project-root FAILED rg-integration/dwim-search FAILED rg-integration/project-search FAILED rg-integration/rg-executable-results-buffer FAILED rg-integration/rg-executable-through-rg-run FAILED rg-unit/isearch-project To: FAILED rg-integration/rg-executable-results-buffer FAILED rg-integration/rg-executable-through-rg-run But, oddly, it doesn't affect the autopkgtest suite which still fails all the tests. I've also tried excluding the failing tests in debian/elpa-test but that doesn't seem to have any effect, neither on the build or the autopkgtest suite. Stomped.
This is already fixed by anarcat in this version.