changeset 938:daa84d37520c

<bugzilla@digitalmars.com> 2006-04-01 news:e0kmjq$18ls$1@digitaldaemon.com
author thomask
date Sat, 01 Apr 2006 20:21:54 +0000
parents 47023508cb9e
children 38e8bc3a9a50
files compile/m/module_05_A.d compile/m/module_05_B.d compile/m/module_05_C.d nocompile/m/mixin_18_A.d nocompile/m/mixin_18_B.d nocompile/m/mixin_18_C.d nocompile/m/mixin_18_D.d nocompile/m/module_05_A.d nocompile/m/module_05_B.d nocompile/m/module_05_C.d
diffstat 10 files changed, 115 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/m/module_05_A.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<thomas-dloop@kuehn.cn>
+// @date@	2006-03-31
+// @uri@	news:bug-78-3@http.d.puremagic.com/bugzilla/
+
+module dstress . compile . m . module_05_A;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/m/module_05_B.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<thomas-dloop@kuehn.cn>
+// @date@	2006-03-31
+// @uri@	news:bug-78-3@http.d.puremagic.com/bugzilla/
+
+module dstress. compile. m. module_05_B;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/m/module_05_C.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<thomas-dloop@kuehn.cn>
+// @date@	2006-03-31
+// @uri@	news:bug-78-3@http.d.puremagic.com/bugzilla/
+
+module dstress .compile .m .module_05_C;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_18_A.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,24 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<nail-mail@mail.ru>
+// @date@	2006-03-28
+// @uri@	news:bug-76-3@http.d.puremagic.com/bugzilla/
+
+// __DSTRESS_ELINE__ 17
+
+module dstress.nocompile.m.mixin_18_A;
+
+struct A{
+}
+
+class C(P){
+        mixin P!().T!();
+}
+
+void main(){
+	C!(A) c = new C!(A);
+}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_18_B.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,24 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<nail-mail@mail.ru>
+// @date@	2006-03-28
+// @uri@	news:bug-76-3@http.d.puremagic.com/bugzilla/
+
+// __DSTRESS_ELINE__ 17
+
+module dstress.nocompile.m.mixin_18_B;
+
+class A{
+}
+
+class C(P){
+        mixin P!().T!();
+}
+
+void main(){
+	C!(A) c = new C!(A);
+}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_18_C.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<nail-mail@mail.ru>
+// @date@	2006-03-28
+// @uri@	news:bug-76-3@http.d.puremagic.com/bugzilla/
+
+// __DSTRESS_ELINE__ 17
+
+module dstress.nocompile.m.mixin_18_C;
+
+class A{
+}
+
+void main(){
+        mixin A!().T!();
+}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_18_D.d	Sat Apr 01 20:21:54 2006 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<nail-mail@mail.ru>
+// @date@	2006-03-28
+// @uri@	news:bug-76-3@http.d.puremagic.com/bugzilla/
+
+// __DSTRESS_ELINE__ 17
+
+module dstress.nocompile.m.mixin_18_D;
+
+struct A{
+}
+
+void main(){
+        mixin A!().T!();
+}
+
+
--- a/nocompile/m/module_05_A.d	Fri Mar 31 09:02:10 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	<thomas-dloop@kuehn.cn>
-// @date@	2006-03-31
-// @uri@	news:bug-78-3@http.d.puremagic.com/bugzilla/
-
-// __DSTRESS_ELINE__ 11
-
-module dstress . nocompile . m . module_05_A;
--- a/nocompile/m/module_05_B.d	Fri Mar 31 09:02:10 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	<thomas-dloop@kuehn.cn>
-// @date@	2006-03-31
-// @uri@	news:bug-78-3@http.d.puremagic.com/bugzilla/
-
-// __DSTRESS_ELINE__ 11
-
-module dstress. nocompile. m. module_05_B;
--- a/nocompile/m/module_05_C.d	Fri Mar 31 09:02:10 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	<thomas-dloop@kuehn.cn>
-// @date@	2006-03-31
-// @uri@	news:bug-78-3@http.d.puremagic.com/bugzilla/
-
-// __DSTRESS_ELINE__ 11
-
-module dstress .nocompile .m .module_05_C;