Setting up a development environment for hacking GDC

2014-10-11 Thread Mike via D.gnu
I'm wondering, if some of you that do development on GDC could briefly describe how you set up your development environment. I can build GDC fine, but I can't do the 30-minute build for every little change. The build script is just a black box to me right now. How do you guys do incremental

Re: RFC: Move runtime hook definitions to a .di file in druntime

2014-10-11 Thread Mike via D.gnu
On Saturday, 11 October 2014 at 17:37:22 UTC, Kevin Lamonte wrote: On Saturday, 11 October 2014 at 06:59:33 UTC, Mike wrote: Hello, In my continued, though stalled, effort to try and make minimal runtime for embedded systems, I've tried to find a way for users to know at compile-time if a fea

Re: RFC: Move runtime hook definitions to a .di file in druntime

2014-10-11 Thread Johannes Pfau via D.gnu
Am Sat, 11 Oct 2014 17:37:20 + schrieb "Kevin Lamonte" : > On Saturday, 11 October 2014 at 06:59:33 UTC, Mike wrote: > > Hello, > > > > In my continued, though stalled, effort to try and make minimal > > runtime for embedded systems, I've tried to find a way for > > users to know at compile-

Re: RFC: Move runtime hook definitions to a .di file in druntime

2014-10-11 Thread Kevin Lamonte via D.gnu
On Saturday, 11 October 2014 at 06:59:33 UTC, Mike wrote: Hello, In my continued, though stalled, effort to try and make minimal runtime for embedded systems, I've tried to find a way for users to know at compile-time if a feature of the runtime is supported or not, and more importantly, if t

Re: RFC: Move runtime hook definitions to a .di file in druntime

2014-10-11 Thread Iain Buclaw via D.gnu
On 11 October 2014 07:59, Mike via D.gnu wrote: > Hello, > > In my continued, though stalled, effort to try and make minimal runtime for > embedded systems, I've tried to find a way for users to know at compile-time > if a feature of the runtime is supported or not, and more importantly, if > they

RFC: Move runtime hook definitions to a .di file in druntime

2014-10-11 Thread Mike via D.gnu
Hello, In my continued, though stalled, effort to try and make minimal runtime for embedded systems, I've tried to find a way for users to know at compile-time if a feature of the runtime is supported or not, and more importantly, if they are explicitly or implicitly using an unsupported feat