
26 Sep
2022
26 Sep
'22
9:47 a.m.
Simon Peyton Jones
Friends
I'm struggling with GitLab search.
eg I was looking for #22200
I wen to https://gitlab.haskell.org/ghc/ghc/-/issues, and put "-DEEBUG" and "slow" in the search box. No #22200. Yet both of those strings appear in the title of the ticket.
Oh dear, indeed. The problem is that GitLab paused indexing due to a version incompatibility. I have fixed the issue and unpaused the indexer. Searching for '"-DDEBUG" slow' now turns up #22200 as the first result. Cheers, - Ben