Results 159 comments of SiegeLord

I couldn't reproduce that specific error, but it did change that function a bit so maybe it went away?

I fixed most of those issues with 222ccc442757a0cbd5eb47eaa0b218334237b507 (it's a DMD regression as usual: http://d.puremagic.com/issues/show_bug.cgi?id=9563 ). There are still some issues with tango/text/Text.d which I need to resolve... (bug http://d.puremagic.com/issues/show_bug.cgi?id=9258)

Actually... I don't really like those fixes, as they are broken for some types. I'll need to think about this some more.

I can compile most of the library fine with DMD 2.063. There is some issues with the Regex module, but otherwise it should be good to go.

Yes, cargo integration is an important feature. I am looking into it.

I've added a macro to add cargo dependencies. For dependencies which conflict with the built-in dependencies, you actually need to add a hack for now (I'm not sure how to...

Another issue is implicit type conversions. Rules in D2 are much more stringent.

Err... could you make a new branch off of d2port branch with just the commits you want merged?

Try putting `-lwidgetz` before your Allegro link arguments.