diff --git a/std/socket.d b/std/socket.d index 111cd17..6d23da9 100644 --- a/std/socket.d +++ b/std/socket.d @@ -448,7 +448,7 @@ class Protocol // Skip this test on Android because getprotobyname/number are // unimplemented in bionic. version(CRuntime_Bionic) {} else -@safe unittest +@safe version(hasNetwork) unittest { // import std.stdio : writefln; softUnittest({ @@ -770,7 +770,7 @@ class InternetHost } /// -@safe unittest +@safe version(hasNetwork) unittest { InternetHost ih = new InternetHost; guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/local.mk
AgeCommit message (Expand)Author
2021-11-06nls: Update translations....Julien Lepiller
2021-08-04nls: Update translations....Julien Lepiller
2021-05-03nls: Remove the doc-po-update target....Maxim Cournoyer
2021-04-30build: Correct a mistake in the guix-manual.pot rule....Maxim Cournoyer
2021-04-29build: Make doc-po-update and doc-pot-update targets idempotent....Maxim Cournoyer
2021-04-29build: Build the guix.pot-update and contributing.pot-update targets only once....Maxim Cournoyer
2021-04-18nls: Fix Chinese cookbook inclusion....Julien Lepiller
2021-04-18nls: Add Chinese (Traditional) translation....Julien Lepiller
2021-04-18nls: Add Korean translation....Julien Lepiller
2021-04-18nls: Add Italian translation....Julien Lepiller
2021-04-18nls: Add Persian translation....Julien Lepiller
2021-04-18nls: Add Slovak translation....Julien Lepiller
2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller
2021-04-18nls: Add French translation of the cookbook.Julien Lepiller
2020-09-29nls: Fix documentation pot generation....Julien Lepiller
2020-03-06doc: Fix build of German Cookbook translation....Florian Pelz
2020-02-17doc: Add German Cookbook translation....Florian Pelz