[D-runtime] [D-Programming-Language/druntime] 59aaf6: ModuleGroup

Alex Rønne Petersen xtzgzorex at gmail.com
Sun Jul 8 17:23:13 PDT 2012


On Mon, Jul 9, 2012 at 1:34 AM, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> On Sunday, July 08, 2012 15:58:39 GitHub wrote:
>>   Branch: refs/heads/master
>>   Home:   https://github.com/D-Programming-Language/druntime
>>   Commit: 59aaf67474b3b5baeeaa6830210c181ac07b106a
>>
>> https://github.com/D-Programming-Language/druntime/commit/59aaf67474b3b5bae
>> eaa6830210c181ac07b106a Author: dawg <dawg at dawgfoto.de>
>>   Date:   2012-06-27 (Wed, 27 Jun 2012)
>>
>>   Changed paths:
>>     M src/rt/minfo.d
>>
>>   Log Message:
>>   -----------
>>   ModuleGroup
>>
>> - bundle rt.minfo functionality in a new struct ModuleGroup so it can
>>   be accessed/reused for shared library handling
>>
>>
>>   Commit: 9706a92cc9eac025774d0089c2fb0f746b7531a4
>>
>> https://github.com/D-Programming-Language/druntime/commit/9706a92cc9eac0257
>> 74d0089c2fb0f746b7531a4 Author: Andrei Alexandrescu <andrei at erdani.com>
>>   Date:   2012-07-08 (Sun, 08 Jul 2012)
>>
>>   Changed paths:
>>     M src/rt/minfo.d
>>
>>   Log Message:
>>   -----------
>>   Merge pull request #254 from dawgfoto/ModuleGroup
>>
>> ModuleGroup
>>
>>
>> Compare:
>> https://github.com/D-Programming-Language/druntime/compare/1d7e41f75ef8...9
>> 706a92cc9ea
>
> I believe that this broke OSX. We're seeing this message on all OSX druntime
> builds now:
>
> src/rt/minfo.d(197): Error: undefined identifier _moduleinfo_array

https://github.com/D-Programming-Language/druntime/pull/262

Should fix it.

Regards,
Alex


More information about the D-runtime mailing list