You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashids-1.0.0/hashids/source/hashids.d(28,21): Error: cannot implicitly convert expression str.length - 1LU of type ulong to int
hashids-1.0.0/hashids/source/hashids.d(97,28): Error: cannot implicitly convert expression cast(ulong)sepslength - this.seps.length of type ulong to int
hashids-1.0.0/hashids/source/hashids.d(151,23): Error: cannot implicitly convert expression alphas.length / 2LU of type ulong to int
hashids-1.0.0/hashids/source/hashids.d(156,26): Error: cannot implicitly convert expression res.length - cast(ulong)this.minHashLength of type ulong to int
/usr/bin/dmd failed with exit code 1.
/usr/bin/dmd failed with exit code 1.
dmd --version output: DMD64 D Compiler v2.084.0 dub --version output: DUB version 1.13.0, built on Jan 05 2019
The text was updated successfully, but these errors were encountered:
Errors in question:
dmd --version
output:DMD64 D Compiler v2.084.0
dub --version
output:DUB version 1.13.0, built on Jan 05 2019
The text was updated successfully, but these errors were encountered: