[dmd-internals] Time for new release?

Steve Schveighoffer schveiguy at yahoo.com
Thu Oct 13 05:40:54 PDT 2011


Finished, dcollections is now fully inout-aware, and passes all unit tests.  One additional somewhat annoying issue I found:  http://d.puremagic.com/issues/show_bug.cgi?id=6809


I had to deal with some interesting issues (not bugs, but design-related), which I'm going to detail in a newsgroup post.

But one nice thing -- I needed to add 0 overloads to deal with const and immutable versions of collections.  It looks like inout is pretty effective!  In most cases I just had to add the inout decorations.

Here is the related commit:

http://www.dsource.org/projects/dcollections/changeset/114

-Steve




>________________________________
>From: Steve Schveighoffer <schveiguy at yahoo.com>
>To: Discuss the internals of DMD <dmd-internals at puremagic.com>
>Sent: Wednesday, October 12, 2011 3:21 PM
>Subject: Re: [dmd-internals] Time for new release?
>
>
>FWIW, I'm trying to get dcollections compiled with full inout support.  I think this should be a pretty good test of how usable inout is (it fleshed out this bug that Kenji just fixed).  Should be done this week.
>
>
>
>-Steve
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20111013/15d5983f/attachment-0001.html>


More information about the dmd-internals mailing list