Rust-based provocation :)
Dicebot
m.strashun at gmail.com
Tue May 28 00:52:49 PDT 2013
On Tuesday, 28 May 2013 at 07:26:34 UTC, nazriel wrote:
> I tried to port your package to x86_64 but dozens of:
>
> "/home/raz/.dvm/compilers/dmd-2.063/src/druntime/src/rt/typeinfo/ti_Acfloat.d(35):
> Error: cannot implicitly convert expression (s.length * 8LU) of
> type ulong to uint
> /home/raz/.dvm/compilers/dmd-2.063/src/druntime/src/rt/typeinfo/ti_Acfloat.d(42):
> Error: cannot implicitly convert expression (s1.length) of type
> ulong to uint"
>
> blown off my enthusiasm ;)
Those should go away once you change size_t and related alias
meaning from uint to ulong and tweak few places where it is
hard-coded.
More information about the Digitalmars-d
mailing list