[phobos] Showstopper bug: Hello world fails on OSX!

Sean Kelly sean at invisibleduck.org
Wed Nov 10 09:57:40 PST 2010


I've considered putting a hashtable written in C (or stripped-down D backed by malloc/free) in the runtime for things like this, but I don't think apps will have enough libraries loaded to justify an AA.

On Nov 10, 2010, at 9:42 AM, Walter Bright wrote:

> I'll have to leave these to Sean, I am not very competent on how things work on OSX.
> 
> One way to deal with the moduleinfos is to have it be an array of array of moduleinfos, then adding/removing as .so's are added/removed becomes a cinch. Using associative arrays may produce problems with initialization - if a future aa implementation requires module construction.



More information about the phobos mailing list