April 29, 2011
Some poor soul tried to use dcollections on 64 bit.

So I had to go through the code and update to use e.g. size_t instead of uint.

Good news is, once I did that, everything worked, unit tests passed (and the unit tests are pretty thorough)!


Just wanted to let you know as further confirmation that 64 bit is working.


-Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20110429/bfced269/attachment.html>
April 29, 2011
On Fri, Apr 29, 2011 at 6:39 AM, Steve Schveighoffer <schveiguy at yahoo.com>wrote:

> Some poor soul tried to use dcollections on 64 bit.
>
> So I had to go through the code and update to use e.g. size_t instead of uint.
>
> Good news is, once I did that, everything worked, unit tests passed (and the unit tests are pretty thorough)!
>
> Just wanted to let you know as further confirmation that 64 bit is working.
>
> -Steve
>

Thanks for helping me get that working, by the way. Your collections library supports quite a few different ways of viewing the same collection, and modifying them was a bit daunting. Sorry I didn't manage to get the patch less wrong.

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20110429/2ca76f65/attachment.html>