December 17, 2009
On 14.12.2009 18:41, Andrei Alexandrescu wrote:

>
> I just had a little related idea. If you (Eldar) put the property in the
> naming convention, then you may be able to simplify things by using
> __traits(allMembers, Type), which works now.
>
> For example: all signals start with "signal_" and all slots start with
> "slot_".
>
> Would that work?
>
>
> Andrei

I think we'll use that approach as a stop-gap. Thanks!



December 29, 2009
Eldar Insafutdinov Wrote:

> The main one is probably forward references bug. That's why I have to use patched version of dmd (done not by me). Work on it is still in progress, and when the author of the patches finishes it and submits them to the bugzilla, we would need apply them somehow, as otherwise official dmd will not compile QtD.

Rainer Schuetze has completed his patches, the latest versions are attached to bug reports 102, 2511 and 3600. We use them to compile QtD currently. If applied it will greatly facilitate the development and usage of QtD.

One other patch of the compiler involves a semantic change (__traits), of which we are going to post tomorrow.
December 29, 2009
Eldar Insafutdinov Wrote:

> The main one is probably forward references bug. That's why I have to use patched version of dmd (done not by me). Work on it is still in progress, and when the author of the patches finishes it and submits them to the bugzilla, we would need apply them somehow, as otherwise official dmd will not compile QtD.

Rainer Schuetze has completed his patches, the latest versions are attached to bug reports 102, 2511 and 3600. We use them to compile QtD currently. If applied it will greatly facilitate the development and usage of QtD.

One other patch of the compiler involves a semantic change (__traits), of which we are going to post tomorrow.
December 29, 2009
Eldar Insafutdinov Wrote:

> The main one is probably forward references bug. That's why I have to use patched version of dmd (done not by me). Work on it is still in progress, and when the author of the patches finishes it and submits them to the bugzilla, we would need apply them somehow, as otherwise official dmd will not compile QtD.

Rainer Schuetze has completed his patches, the latest versions are attached to bug reports 102, 2511 and 3600. We use them to compile QtD currently. If applied it will greatly facilitate the development and usage of QtD.

One other patch of the compiler involves a semantic change (__traits), of which we are going to post tomorrow.
December 29, 2009
Eldar Insafutdinov Wrote:

> Eldar Insafutdinov Wrote:
> 
> > The main one is probably forward references bug. That's why I have to use patched version of dmd (done not by me). Work on it is still in progress, and when the author of the patches finishes it and submits them to the bugzilla, we would need apply them somehow, as otherwise official dmd will not compile QtD.
> 
> Rainer Schuetze has completed his patches, the latest versions are attached to bug reports 102, 2511 and 3600. We use them to compile QtD currently. If applied it will greatly facilitate the development and usage of QtD.
> 
> One other patch of the compiler involves a semantic change (__traits), of which we are going to post tomorrow.

Sorry for the flood, the Firefox seemed to play with me.
1 2 3 4 5 6 7
Next ›   Last »