xxhash-d
xxhash-d copied to clipboard
@nogc
trafficstars
Tests failed by following errors:
src/xxhash.d(99): Error: user defined attributes must be first
src/xxhash.d(204): Error: unrecognized declaration
Is this bug on travis-ci environment?
Yes, it is because the travis-ci configuration uses DMD 2.064.2 but @nogc was introduced in DMD 2.066. See https://github.com/repeatedly/xxhash-d/pull/5.
Here are 2 PRs that add @nogc, it would be very useful to have them merged :)