Thread overview | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
August 12, 2003 DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Many bugs fixed. Several requested syntax changes, some will break existing code, but the fixes are quick & easy. http://www.digitalmars.com/d/changelog.html |
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Great! Just compiled DUI with 0.69; I realy like the -op option (didn't test yet) you forgot to update the Linux -o options (or maybe not - just didn't have to time) Ant In article <bh9pj6$2t30$1@digitaldaemon.com>, Walter says... > >Many bugs fixed. Several requested syntax changes, some will break existing code, but the fixes are quick & easy. > >http://www.digitalmars.com/d/changelog.html > > > > |
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | (where is my Re:Re:? here it goes again...)
>you forgot to update the Linux -o options
I mean on the web page.
Ant
|
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | wysiwyg strings are not r"string", not 'string'.? Did you mean... r"string" and 'string' are both not wysiwyg strings. J Anderson. "Walter" <walter@digitalmars.com> wrote in message news:bh9pj6$2t30$1@digitaldaemon.com... > Many bugs fixed. Several requested syntax changes, some will break existing > code, but the fixes are quick & easy. > > http://www.digitalmars.com/d/changelog.html > > > > |
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | Fixed. Thanks, -Walter "Ant" <Ant_member@pathlink.com> wrote in message news:bh9tfm$319g$1@digitaldaemon.com... > (where is my Re:Re:? here it goes again...) > > >you forgot to update the Linux -o options > > I mean on the web page. > > Ant > > |
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to j anderson | r"string" is a wysiwyg string 'string' is a character literal "j anderson" <anderson@badmama.com.au.REMOVE> wrote in message news:bh9voo$29e$1@digitaldaemon.com... > wysiwyg strings are not r"string", not 'string'.? > > Did you mean... > > r"string" and 'string' are both not wysiwyg strings. > > J Anderson. > > "Walter" <walter@digitalmars.com> wrote in message news:bh9pj6$2t30$1@digitaldaemon.com... > > Many bugs fixed. Several requested syntax changes, some will break > existing > > code, but the fixes are quick & easy. > > > > http://www.digitalmars.com/d/changelog.html > > > > > > > > > > |
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | >
> http://www.digitalmars.com/d/changelog.html
>
Cite (from the page)
* wysiwyg strings are not r"string", not 'string'. *
A bit confusing :-) But I guess it should be: * wysiwyg strings are noW
r"string", not 'string'. *
* 0b... numeric literals now work under Linux. *
Geee! The 0b was even mentioned in the PDF manual, and I came here and
requested it. I feel so stupid now :-)
* Integer and floating point literals can now have embedded _ for
formatting purposes. *
Wow! So many quick fixes and addition. I am really happy to see all this!
:-)
Can you also explain me what exactly are the outstanding bugs:
a.. Array op= operations are not implemented.
a.. Property gettor/settor not implemented.
Cheers,
QUS
|
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Walter wrote:
> Many bugs fixed. Several requested syntax changes, some will break existing
> code, but the fixes are quick & easy.
>
> http://www.digitalmars.com/d/changelog.html
>
>
>
>
Wow! A bit of a compromise with wysiwyg strings:
`string` (backquotes) are also wysiwyg strings.
Thanks!
Later,
John
|
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | You are the man! Lots of goodies in this one. ;) Sean "Walter" <walter@digitalmars.com> wrote in message news:bh9pj6$2t30$1@digitaldaemon.com... > Many bugs fixed. Several requested syntax changes, some will break existing > code, but the fixes are quick & easy. > > http://www.digitalmars.com/d/changelog.html |
August 12, 2003 Re: DMD 0.69 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | This code no longer works:
char c = \n;
Walter wrote:
> Many bugs fixed. Several requested syntax changes, some will break existing
> code, but the fixes are quick & easy.
>
> http://www.digitalmars.com/d/changelog.html
|
Copyright © 1999-2021 by the D Language Foundation