On 11/17/2017 3:17 PM, Stefan Beller wrote:
On Fri, Nov 17, 2017 at 11:49 AM, Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> wrote:
On 11/16/2017 2:57 PM, Ramsay Jones wrote:
On 16/11/17 18:12, Jeff Hostetler wrote:
From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
Introduce fetch-object, providing the ability to fetch one object from a
promisor remote.
[snip]
+#include "transport.h"
I note that this still does not #include "fetch_object.h".
[If you recall, this suppresses a sparse warning].
Sorry, I missed that. I know I did a DEVELOPER=1 build and
I didn't see a warning, but I'll check again.
sparse is an extra tool, which you have to run/install;
it is not included in the developer build.
https://en.wikipedia.org/wiki/Sparse
ah, thanks!
Jeff