Re: D 2.0 Reference: document cast(immutable) etc.

2010-12-29 Thread Stewart Gordon

On 10/12/2010 00:09, darraghcoy wrote:

Minor language documentation / reference issue.
I found these flavours of cast() expressions being parsed by DMD:

snip

cast(wild)
cast(shared wild)
cast(wild shared)

snip

What is wild?  Can't find it in the docs.  Where did you find out about 
its existence?


Stewart.


Re: Blockers (was Re: [Issue 3001])

2009-06-12 Thread Stewart Gordon

Matti Niemenmaa wrote:
snip
http://d.puremagic.com/issues/page.cgi?id=fields.html#importance says 
[b]locks development and/or testing work. It's not entirely clear 
whether that refers to DMD development or development of anything else 
using DMD.

snip

I can see there being at least three possible levels to distinguish in 
defining what a blocker is:


- blocks development of DMD
- blocks development of derivative works of DMD and/or third-party compilers
- blocks use of D or DMD

Maybe there are others

Stewart.


Re: Bugzilla Downtime

2009-05-09 Thread Stewart Gordon

Brad Roberts wrote:
Tonight I'm going to update bugzilla to the current release and move 
it to a new host.  I'll put the existing copy in read-only mode at 
around 10 or 11pm Seattle time.

snip

For those who aren't in Seattle, from what I can make of the information 
on Wikipedia, that's around 05:00 or 06:00 UTC.


Speaking of which, does the version you're updating to include the fix 
for bug 1047?  I hope so


Stewart.


Re: Russian and other national languages support

2009-02-03 Thread Stewart Gordon

BCS wrote:
snip
IIRC D doesn't use codepages at all, it is pure UTF-8/16/32. Code pages 
have all kinds of nasty side effects. For instance, the above code is a 
garbled mess of number codes in my NG reader. Also this kind of thing: 
http://www.viprasys.com/vb/f44/hole-notepad-12276/

snip

Seems to be a bug in the web newsgroup interface.  Indeed:
http://validator.w3.org/check?uri=http://www.digitalmars.com/webnews/newsgroups.php

Knowing PHP, it should be trivial to insert a meta tag to fix this. 
Though really, www.digitalmars.com should be configured to declare all 
text/* content as UTF-8 in the HTTP headers.


Meanwhile, best bet is to stop using the web interface and get oneself a 
newsreader.


Stewart.