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

Jonathan M Davis jmdavisProg at gmx.com
Sun Jul 8 16:34:49 PDT 2012


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

- Jonathan M Davis


More information about the D-runtime mailing list