[Issue 8734] Compiler must verify exe path is writable before attempting compilation

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8734 --- Comment #3 from Walter Bright bugzi...@digitalmars.com 2012-09-28 23:29:56 PDT --- I think it would slow things down in general. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 8734] Compiler must verify exe path is writable before attempting compilation

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8734 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8736] New: DMD should translate slashes in -of on Windows

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8736 Summary: DMD should translate slashes in -of on Windows Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8737] New: Associative Array (AA) KeyType is not Unqual-able

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8737 Summary: Associative Array (AA) KeyType is not Unqual-able Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 8737] Associative Array (AA) KeyType is not Unqual-able

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8737 --- Comment #1 from monarchdo...@gmail.com 2012-09-29 15:55:11 PDT --- (In reply to comment #0) Here, the implementer of foo is unable to tranform his keys, because their types are not mutable. I meant to The real problem is that KeyType

[Issue 8733] Normalize -of path on Windows

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

[Issue 8736] DMD should translate slashes in -of on Windows

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8736 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8128] unittest blocks should be allowed in interfaces

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8128 --- Comment #3 from github-bugzi...@puremagic.com 2012-09-29 18:52:28 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8738] New: Struct assignment constructor order of operations DMD 2.0.6

2012-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8738 Summary: Struct assignment constructor order of operations DMD 2.0.6 Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal