[PATCH] TODO: add some Xapian-related stuff

2022-08-26 Thread Eric Wong
Just to more clearly spell out what needs to be done on the search side. --- TODO | 7 +++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 36055911..14dcfe72 100644 --- a/TODO +++ b/TODO @@ -111,6 +111,13 @@ all need to be considered for everything we introduce) * improve

Re: extindex for git? [was: an even bigger git show than before...]

2022-08-26 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Thu, Aug 25, 2022 at 09:34:42PM +, Eric Wong wrote: > > > I wanted to add search to git repos ages ago, but it was silly > > > expensive in terms of space. That was before extindex... > > > > > > extindex ought to be able to offer space savings across forks

Re: extindex for git? [was: an even bigger git show than before...]

2022-08-26 Thread Konstantin Ryabitsev
On Thu, Aug 25, 2022 at 09:34:42PM +, Eric Wong wrote: > > I wanted to add search to git repos ages ago, but it was silly > > expensive in terms of space. That was before extindex... > > > > extindex ought to be able to offer space savings across forks > > and similar documents (commits vs

[PATCH] www: fix unindexed v1 inboxes w/ public-inbox-httpd

2022-08-26 Thread Eric Wong
Unindexed v1 inboxes were leaving $smsg objects unpopulated when using public-inbox-httpd (but not generic PSGI servers) and causing missing HTML content and uninitialized value warnings. Our existing tests for unindexed v1 inboxes only assumed generic PSGI servers and synchronous blob retrieval.