On Tuesday, 28 February 2012 at 21:36:28 UTC, Walter Bright wrote:
On 2/26/2012 6:39 PM, Brad Anderson wrote:
If phobos can include zlib, I see no reason it couldn't include libcurl.

Yes, we do include zlib, but I don't think that is a precedent we should follow. Including such third party libraries is potentially a large support burden and source of conflict as those libraries get updated. It's already been a problem with zlib. It's beyond the scope of what D should be to take this stuff on.

Instead, we should provide download links so the user can install it themselves as required.

As for the auto tester breaking, a better approach might be to install curl on the test system, or simply not run those tests.

https://github.com/D-Programming-Language/phobos/pull/466
https://github.com/D-Programming-Language/d-programming-language.org/pull/92
https://github.com/D-Programming-Language/installer/pull/7

Regards,
Brad Anderson

Reply via email to