On 16 June 2013 02:13, Iain Buclaw <ibuc...@ubuntu.com> wrote: > On 16 June 2013 01:05, Adam D. Ruppe <destructiona...@gmail.com> wrote: >> nvm, I figured it out. I didn't pass the right ABI version when building >> runtime, so my fault. >> >> This is pretty exciting though, D is working and it wasn't really *that* >> much effort! > > It's been a few years in the making. And there are still one or two > things that need to be pushed upstream to the D front end. > > The last few months has been hugely beneficial for being architecture > agnostic code generation. So every problem you encounter when > targeting a new platform would hopefully be in relation to the > druntime C interface, which if you have patches for please send my > way. ;) >
I would also invite you to run the test suite as well ( make check-d ) and post all failed and unresolved tests as new bugs, where possible providing minimal test cases that trigger the issue. Thanks -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';