December 27, 2011
Al 27/12/11 14:54, En/na Jordi Sayol ha escrit:
> Al 27/12/11 14:41, En/na mta`chrono ha escrit:
>>
>> Yes, but phobos is called "phobos" instead of phobos2. I'll think about it ;-).
>>
> hmmmm, phobos for dmd2 is not a fork of phobos for dmd1 ;-)
> 
> Another thing, I got many problems generating documentation.
> 
> $ make doc -f posix.mak
> ...
> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
> ...
> 

Me too!
-- 
Epíleg

December 28, 2011
>> Another thing, I got many problems generating documentation.
>>
>> $ make doc -f posix.mak
>> ...
>> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
>> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
>> ...
>>
> 
> Me too!

I've fixed that. Solution was just to replace typedef with alias on Line 569. Just do `git pull`.
1 2 3 4 5 6 7 8
Next ›   Last »