[Issue 3091] New: "auto x = new shared foo" does not compile

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Summary: "auto x = new shared foo" does not compile Product: D Version: 2.030 Platform: Other OS/Version: Linux Status: NEW Keywords: rejects-valid Severity: normal

[Issue 3090] New: is expressions do not support shared

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3090 Summary: is expressions do not support shared Product: D Version: 2.030 Platform: Other URL: http://www.digitalmars.com/d/2.0/expression.html#IsExp ression OS/Ve

[Issue 3089] New: Error: f.bar can only be called on a mutable object, not shared(foo)

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3089 Summary: Error: f.bar can only be called on a mutable object, not shared(foo) Product: D Version: 2.030 Platform: Other OS/Version: Linux Status: NEW Keyw

[Issue 3077] crash exiting main() without result code

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3077 Koroskin Denis <2kor...@gmail.com> changed: What|Removed |Added CC||2kor...@gmail.com

[Issue 3077] crash exiting main() without result code

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3077 Andrei Alexandrescu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVAL

[Issue 3088] New: std.xml.check() fails on xml comments

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3088 Summary: std.xml.check() fails on xml comments Product: D Version: 2.030 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compo

[Issue 3077] crash exiting main() without result code

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3077 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3077] crash exiting main() without result code

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3077 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 3077] crash exiting main() without result code

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3077 --- Comment #2 from Andrei Alexandrescu 2009-06-23 11:08:15 PDT --- (In reply to comment #1) > I get the message: > > core.exception.asserter...@test.d(4): missing return expression > > Is that different from the one you get? Compile wit

[Issue 2932] bad e_ehsize (36 != 52)

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2932 --- Comment #2 from Leandro Lucarella 2009-06-23 06:03:49 PDT --- This seems to be a DMD error indeed. Here is what the Gold author said: """ The object file you attached does indeed have an e_ehsize field with a value of 36. The e_ehsize

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

2009-06-23 Thread Kagamin
Stewart Gordon Wrote: > 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

[Issue 3057] Add pure annotations to core.stdc.*

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3057 --- Comment #12 from Sobirari Muhomori 2009-06-23 05:47:40 PDT --- strlen is a classic example of a pure function because classic strings are immutable which is not the case for C strings and strlen. -- Configure issuemail: http://d.purem

[Issue 3057] Add pure annotations to core.stdc.*

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3057 --- Comment #11 from Sobirari Muhomori 2009-06-23 05:33:46 PDT --- Reference type is an example of global state in the sense that it can change unexpectedly. Dependency on global state is impure because it prevents reordering of function ca

[Issue 2469] arbitrary struct accepted as struct initializer

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2469 --- Comment #4 from Sobirari Muhomori 2009-06-23 05:16:12 PDT --- possibly related to bug 3036. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2429] std.stream.File incorrect flag parsing and sharing mode

2009-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2429 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|