[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Quality-of-Life patches
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 24 Feb 2022 19:54:03 -0300
> > [4/4] Add a dummy static searcher, and its entry in the searcher table
> > modified according to patch 3. This reduces the size of a diff that
> > adds statically-linked packages, and serves as a constructive example
> > of adding a new searcher.
>
> Again, that seems too specific. Constructive examples seem better
> served by appropriate documentation.
BTW, I am not sure I get what you mean by a "static searcher".
Statically-linked packages are already served by preload, you should not
need a new searcher for that.
-- Roberto