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

2015-01-13 Thread Mike via D.gnu
On Tuesday, 13 January 2015 at 10:49:43 UTC, Iain Buclaw via D.gnu wrote: I can assist, though timing is a problem as of late. I'll have a list of jobs to catch-up on my side before my attention becomes undivided. Iain. Thanks, Iain. I patiently await any assistance you can provide.

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

2015-01-13 Thread Iain Buclaw via D.gnu
On 13 January 2015 at 10:17, Mike via D.gnu wrote: > On Saturday, 11 October 2014 at 08:15:55 UTC, Iain Buclaw via D.gnu wrote: > >>> So, I'm wondering if the compiler maintainers would entertain a change to >>> the GDC that moved the runtime declarations (i.e. _d_newclass, >>> _d_{whatever}) to a

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

2015-01-13 Thread Mike via D.gnu
On Saturday, 11 October 2014 at 08:15:55 UTC, Iain Buclaw via D.gnu wrote: So, I'm wondering if the compiler maintainers would entertain a change to the GDC that moved the runtime declarations (i.e. _d_newclass, _d_{whatever}) to a .di file in druntime. * Compilation would automatically import

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

2014-10-12 Thread Kevin Lamonte via D.gnu
On Sunday, 12 October 2014 at 00:12:47 UTC, Mike wrote: Sounds like you you and I are after pretty much the same thing. I'm not really trying to build anything, like a kernel, just yet. Rather, I'm just trying to get a decent runtime built so we can all have a reasonably polished language to

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