Hi, i started hacking with dnet, and it looks to be working pretty nice, but some tests failes:
y:~/Projekty/D/dnet/dnet-48188/trunk/dmd$ make 2>&1 | grep -E -i 'Test Failed|^OK'
OK: void_main
...
Id #5052 | Release:
None
| Updated: Feb 14 at 12:52 AM by movax | Created: Aug 20, 2010 at 5:33 PM by movax
It would be nice if generated .exe files will have executable bit set.
currently i need to do this manually.
Id #5051 | Release:
None
| Updated: Feb 14 at 12:52 AM by movax | Created: Aug 20, 2010 at 5:27 PM by movax
In D a package cannot be a name space. This is not the case with dot net though eg:
using System;
using System.Windows.Forms;
To allow this a slight change must be made:
--- module-old.c 2009...
Id #1418 | Release:
None
| Updated: Feb 14 at 12:52 AM by vmlinuz | Created: May 25, 2009 at 12:11 PM by tim_m89