Thread overview
[D-runtime] [D-Programming-Language/druntime] 59aaf6: ModuleGroup
Jul 08, 2012
GitHub
Jul 08, 2012
Jonathan M Davis
July 08, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 59aaf67474b3b5baeeaa6830210c181ac07b106a
      https://github.com/D-Programming-Language/druntime/commit/59aaf67474b3b5baeeaa6830210c181ac07b106a
  Author: dawg <dawg@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/9706a92cc9eac025774d0089c2fb0f746b7531a4
  Author: Andrei Alexandrescu <andrei@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...9706a92cc9ea


July 08, 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@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@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
_______________________________________________
D-runtime mailing list
D-runtime@puremagic.com
http://lists.puremagic.com/mailman/listinfo/d-runtime

July 09, 2012
On Mon, Jul 9, 2012 at 1:34 AM, Jonathan M Davis <jmdavisProg@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@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@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
_______________________________________________
D-runtime mailing list
D-runtime@puremagic.com
http://lists.puremagic.com/mailman/listinfo/d-runtime