www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Compiler Messages

reply Jeremy <Jeremy_member pathlink.com> writes:
Why do I get all this with the new DMD 0.155 compiler when I do a Build.exe?

IftypeExp::semantic()
targ  = Point
tspec = real
IftypeExp::semantic()
targ  = Point
tspec = object.Object
IftypeExp::semantic()
targ  = Point
tspec = real
IftypeExp::semantic()
targ  = float
tspec = real
Apr 28 2006
parent reply Hasan Aljudy <hasan.aljudy gmail.com> writes:
Jeremy wrote:
 Why do I get all this with the new DMD 0.155 compiler when I do a Build.exe?
 
 IftypeExp::semantic()
 targ  = Point
 tspec = real
 IftypeExp::semantic()
 targ  = Point
 tspec = object.Object
 IftypeExp::semantic()
 targ  = Point
 tspec = real
 IftypeExp::semantic()
 targ  = float
 tspec = real
 
 
Looks like Walter forgot to turn off some debug messeges!!
Apr 28 2006
parent reply Walter Bright <newshound digitalmars.com> writes:
Hasan Aljudy wrote:
 Looks like Walter forgot to turn off some debug messeges!!
Yup, which is why 0.156 is available for download now.
Apr 28 2006
parent reply BCS <BCS_member pathlink.com> writes:
In article <e2ttl1$jsk$1 digitaldaemon.com>, Walter Bright says...
Hasan Aljudy wrote:
 Looks like Walter forgot to turn off some debug messeges!!
Yup, which is why 0.156 is available for download now.
link?
Apr 28 2006
parent reply James Pelcis <jpelcis gmail.com> writes:
It's the version on the download page right now.

BCS wrote:
 link?
Apr 28 2006
parent BCS <BCS_member pathlink.com> writes:
OK, "link to v.156 in the change log"

In article <e2u4gr$u63$1 digitaldaemon.com>, James Pelcis says...
It's the version on the download page right now.

BCS wrote:
 link?
Apr 28 2006