std.allocator: plea for contributions

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Sun May 17 10:09:58 PDT 2015


On Thursday, 14 May 2015 at 19:07:51 UTC, Andrei Alexandrescu 
wrote:
> On 5/13/15 2:19 PM, Atila Neves wrote:
>> Tried to, couldn't get it to compile with git HEAD. Could you 
>> please
>> post the dmd and druntime git hashes, or are those forks as 
>> well?
>
> Thanks for looking into it! Here's what I have:
>
> dmd - acbe13ee54e024c0bba044d1146e244a5ea57502
> druntime - 18d57ffe3eed8674ca2052656bb3f410084379f6
>
> I haven't rebased phobos in a while, maybe that's the matter. 
> What errors are you getting?
>
>
> Thanks,
>
> Andrei

Things like (snipped):

std/concurrency.d(1402): Error: 
'core.sync.condition.Condition.mutex' is not nothrow

std/regex/internal/parser.d(1159): Error: struct 
std.uni.InversionList!(GcPolicy).InversionList member add is not 
accessible from module parser

I checked out the hashes you gave but still got similar errors.

Atila


More information about the Digitalmars-d mailing list