digitalmars.D.bugs - dmd 122 wrong function parameters bugs
- bobef (2/2) May 08 2005 Now I'm sure- passing wrong function parameters crashes dmd 122. I mean
- Walter (3/5) May 08 2005 Can you post an example?
- Derek Parnell (21/40) May 08 2005 This is the same error that was posted an hour after you announced v0.12...
- Walter (3/12) May 08 2005 Oh, right. Sorry.
Now I'm sure- passing wrong function parameters crashes dmd 122. I mean wrong type...
May 08 2005
"bobef" <bobef paintballforce.com> wrote in message news:d5lunl$2el9$1 digitaldaemon.com...Now I'm sure- passing wrong function parameters crashes dmd 122. I mean wrong type...Can you post an example?
May 08 2005
On Sun, 8 May 2005 15:48:18 -0700, Walter wrote:"bobef" <bobef paintballforce.com> wrote in message news:d5lunl$2el9$1 digitaldaemon.com...This is the same error that was posted an hour after you announced v0.122, and to which you responded... -------------------------------------------Now I'm sure- passing wrong function parameters crashes dmd 122. I mean wrong type...Can you post an example?"Thomas Kuehne" <thomas-dloop kuehne.thisisspam.cn> wrote in message news:kmnnk2-b94.ln1 lnews.kuehne.cn...------------------------------------------- Does this ring a bell? .... --------------------- if (m.last == MATCHnomatch) { tf = (TypeFunction *)type; error(loc, "%s does not match argument types (%s)", Argument::argsTypesToChars(tf->arguments, tf->varargs), buf.toChars()); *(char*)0=0; return m.anyf; // as long as it's not a FuncAliasDeclaration } --------------------- -- Derek Melbourne, Australia 9/05/2005 9:43:22 AM-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Walter schrieb am Wed, 4 May 2005 12:33:53 -0700:Criminy.More bug fixes. http://www.digitalmars.com/d/changelog.htmlsrc/dmd/func.c:1047 contains a debug left-over
May 08 2005
"Derek Parnell" <derek psych.ward> wrote in message news:n6bak1gp0aj1.100g0pbjelk0f$.dlg 40tude.net...On Sun, 8 May 2005 15:48:18 -0700, Walter wrote:Oh, right. Sorry."bobef" <bobef paintballforce.com> wrote in message news:d5lunl$2el9$1 digitaldaemon.com...This is the same error that was posted an hour after you announced v0.122, and to which you responded...Now I'm sure- passing wrong function parameters crashes dmd 122. I mean wrong type...Can you post an example?
May 08 2005