"H. S. Teoh" <[email protected]> wrote in message news:[email protected]... > > One of the most problematic things is that its implementation is > sprinkled throughout DMD (each bit interacting in intricate ways with > its surroundings), object_.d (a sort of hybrid half-user, half-built-in > struct AssociativeArray), and aaA.d (the core runtime implementation). > Each of these pieces interact in complex ways with each other, and don't > always share the same information together. >
We can at least fix the hybrid situation: https://github.com/D-Programming-Language/dmd/pull/2856
