dlang / ci

dlang CI testing pipelines
https://buildkite.com/dlang
Boost Software License 1.0
13 stars 29 forks source link

set -eu for Travis #431

Closed wilzbach closed 4 years ago

wilzbach commented 4 years ago

Fixes https://github.com/dlang/ci/issues/430

dlang-bot commented 4 years ago

Thanks for your pull request, @wilzbach!

wilzbach commented 4 years ago

Great, now a few D projects are failing for real:

automem

automem 0.6.2: building configuration "automem-test-asan"...
tests/ut/package.d(112,41): Deprecation: `shared` postblit is deprecated. Please use an unqualified postblit.
source/automem/utils.d(38,5): Error: static assert:  `__traits(compiles, () pure nothrow @nogc @safe
{
__error__
}
)` is false
dmd failed with exit code 1.

CC @atilaneves I see that https://github.com/atilaneves/automem/pull/52 fixes this. Could you maybe add a new tag? Thanks!

atilaneves commented 4 years ago

@wilzbach done.