requests 2.0.0 release

Jacob Carlborg doob at me.com
Fri Oct 30 13:34:24 UTC 2020


On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote:
> Hi,
>
> requests 2.0.0 released with single change - support for vibe-d 
> moved to separate subpackage.
>
> The goal of this update is to prevent dub from downloading 
> vibe-d packages for optional subConfiguration.

Another approach is to check if vibe.d is available using version 
conditions [1]. This is how the DDB [2] package supports both 
vibe.d sockets and Phobos sockets.

[1] 
https://github.com/pszturmaj/ddb/blob/97bc3652b05492e7917888c92e59f4576a69dfa8/source/ddb/postgres.d#L189-L216
[2] https://code.dlang.org/packages/ddb

--
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list