MrcSnm / redub

Alternative implementation of dub, speed and consistency oriented
https://code.dlang.org/packages/redub
MIT License
31 stars 7 forks source link

Compilation error #16

Closed oracle1wr closed 3 months ago

oracle1wr commented 3 months ago

error message: hipjson/source/hipjson.d(175,50): Error: found T when expecting ) hipjson/source/hipjson.d(175,51): Error: found ) when expecting ; hipjson/source/hipjson.d(175,52): Deprecation: use { } for an empty statement, not ; Error ldc2 failed with exit code 1.

Branch: main

Compiler: LDC - the LLVM D compiler (1.30.0) DMD64 D Compiler v2.102.2

Command: dub build -b release-debug --compiler=ldc2

Can you please advice what is going on. Is there are any compiler version limitation?

MrcSnm commented 3 months ago

Yeah so your compiler looks very old, so, it might have been a version which T didn't turn into T.stringof automatically. I could try simply using .stringof since this could increase some compiler versions support