xxhash-d icon indicating copy to clipboard operation
xxhash-d copied to clipboard

@nogc

Open kettes-leulhetsz opened this issue 6 years ago • 3 comments
trafficstars

kettes-leulhetsz avatar Aug 28 '19 01:08 kettes-leulhetsz

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?

repeatedly avatar Aug 28 '19 20:08 repeatedly

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.

n8sh avatar Dec 11 '19 18:12 n8sh

Here are 2 PRs that add @nogc, it would be very useful to have them merged :)

davispuh avatar May 16 '21 22:05 davispuh