If it is possible, I'd like to merge following three pulls into 2.057. They are type merging/semantic issues, and there is no workaround.
https://github.com/D-Programming-Language/dmd/pull/429 - Issue 6763 - Using TypeTuple with (const/in/ref etc.) changes it forever https://github.com/D-Programming-Language/dmd/pull/430 - Issue 6056 - Type lookup problem in string mixins - Issue 7093 - aliased type sometimes isn't resolved https://github.com/D-Programming-Language/dmd/pull/555 - Issue 6872 - Breaking type parsing of shared(inout(int)[]) Kenji Hara 2011/12/11 Walter Bright <[email protected]>: > With Kenji's fixes for problems outlined in the n.g. > > http://ftp.digitalmars.com/dmd2beta.zip > _______________________________________________ > dmd-beta mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/dmd-beta _______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
