[Issue 8659] CTFE: str ~= wchar rejected if string was initialized with an array literal

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8659 Don changed: What|Removed |Added Keywords||CTFE, rejects-valid Depends on|

[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8601 --- Comment #3 from Don 2012-09-17 01:01:49 PDT --- I split off the unrelated non-ICE bug to a new bug 8659. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8675] New: Nothrow can't throw Errors

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8675 Summary: Nothrow can't throw Errors Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8676] lockstep needs to document default stopping policy

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8676 --- Comment #1 from Andrej Mitrovic 2012-09-17 05:28:54 PDT --- (In reply to comment #0) > StoppingPolicy is set to StoppingPolicy.longest by default but the docs need > to > state this. It's not auto-documented since lockstep() is a variadic

[Issue 8676] New: lockstep needs to document default stopping policy

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8676 Summary: lockstep needs to document default stopping policy Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8645] ICE: Assertion failed: (0), function totym, file glue.c, line 1150.

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8645 --- Comment #4 from github-bugzi...@puremagic.com 2012-09-17 06:45:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2da26af56e702bf595b7b42e3a464ebf0016d7b

[Issue 8677] New: compiler attempts to call ctor instead of opCall

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8677 Summary: compiler attempts to call ctor instead of opCall Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Co

[Issue 6144] Unexpected OPTLINK Termination at EIP=00428DA3

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6144 S�nke Ludwig changed: What|Removed |Added CC||slud...@outerproduct.org --- Comment #4

[Issue 8660] Unclear semantics of array literals of char type, vs string literals

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8660 --- Comment #2 from Don 2012-09-17 08:28:43 PDT --- (In reply to comment #1) > I don't have a deep understanding of the DMD CTFE engine, but wouldn't it > suffice to do a conversion to a string literal if the type is > immutable(char)[] > and

[Issue 8678] New: Wrong processing of Complex!double as function argument

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8678 Summary: Wrong processing of Complex!double as function argument Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal

[Issue 8677] compiler attempts to call ctor instead of opCall

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8677 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8672] %% operator

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8672 --- Comment #10 from bearophile_h...@eml.cc 2012-09-17 09:59:26 PDT --- (In reply to comment #9) > C99 leaves it as "implementation defined". D defines it in the specification. > > Those are fundamentally different. In the table of the Wikipe

[Issue 7210] opCall weird behavior in struct

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7210 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 8677] compiler attempts to call ctor instead of opCall

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8677 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8679] New: ICE after compiler-error

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8679 Summary: ICE after compiler-error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD Ass

[Issue 8680] New: SpanMode.breadth incorrect

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8680 Summary: SpanMode.breadth incorrect Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 8672] %% operator

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8672 --- Comment #11 from Walter Bright 2012-09-17 12:02:34 PDT --- I didn't realize that C99 did specify it. Thanks for the correction. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 8681] New: dmd accepts mutable AA key types for objects

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8681 Summary: dmd accepts mutable AA key types for objects Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 8332] std.Container.Range.opIndexOpAssign does not compile

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8332 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8333] std.Container.Array (and .Range) du not implement opIndexUnary

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8333 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8621] Iterattion variable in foreach not closed upon properly in delegate

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8621 ent...@cantab.net changed: What|Removed |Added CC||ent...@cantab.net --- Comment #1 fr

[Issue 8680] SpanMode.breadth is incorrectly named and implementation fails in Linux

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8680 --- Comment #1 from Jesse Phillips 2012-09-17 18:43:39 PDT --- A breadth first traversal is not a good algorithm for filesystem traversal. The described implementation is useful. As shown Linux ReiserFS does not traverse as described in the do

[Issue 8682] New: Can't install DMD 2.060 on OS X 10.6.8

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8682 Summary: Can't install DMD 2.060 on OS X 10.6.8 Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: critical Priority: P2 Co

[Issue 7103] the -property switch vs. template functions with default template arguments

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7103 Ellery Newcomer changed: What|Removed |Added CC||ellery-newco...@utulsa.edu --- Comme

[Issue 8683] New: bad type resolution for template property functions

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8683 Summary: bad type resolution for template property functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2