Disabling http tests for guix

Pjotr Prins pjotr.public12 at thebird.nl
Mon Feb 12 05:47:01 UTC 2018


On Sunday, 11 February 2018 at 19:40:56 UTC, Seb wrote:
> How about the reverse, s.t. not all build scripts need to be 
> updated?

Can we do something like

!version(ConstrainedEnvUnittest) {
    networking....
}

i.e., a negative? Or do we need to write

version(ConstrainedEnvUnittest) {
    // empty
} else {
    networking...
}

everywhere.

Maybe version is not the best way to do this.


More information about the digitalmars-d-ldc mailing list