wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libWARC | Add support for UUID generation (#6)


From: Darshit Shah
Subject: Re: libWARC | Add support for UUID generation (#6)
Date: Thu, 28 May 2020 15:24:04 +0000



Darshit Shah commented:


I don't see a point in doing that. If someone asks, it can be tacked on later. 
The way it should work is:

```
if (libuuid is available)
  use libuuid;
else if (uuid.h is available)
  use uuid.h;
else
  use fallback uuid generator;
```

With this, there is no reason to disable libuuid, except when you're trying to 
test the fallback code.
But that should be a unit test, so this configuration doesn't need to affect it.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/libwarc/-/issues/6#note_351205820
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]