[Issue 4665] map with no automatic closure

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4665 Brad Anderson e...@gnuk.net changed: What|Removed |Added CC||e...@gnuk.net ---

[Issue 7978] UTF exception (memory corruption?) using std.range.chain (behavior changes with -g)

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7978 Brad Anderson e...@gnuk.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4665] map with no automatic closure

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4665 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8451] New: cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 Summary: cv2pdb does not work properly with 2.060-produced binaries Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-07-27 07:05:18 PDT --- (In reply to comment #0) module test; import std.exception; void main() { enforce(0); } 2.059: $ dmd -g test.d $ cv2pdb test.exe test.exe $

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 8452] New: if lambda function can be template?

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8452 Summary: if lambda function can be template? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-07-27 09:01:10 PDT --- (In reply to comment #2) The problem is that cv2pdb already demangles the symbols and converts '.' to '@' in the demangled name (otherwise the VS

[Issue 8455] New: Endless stack frame with File().byChunk()

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8455 Summary: Endless stack frame with File().byChunk() Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 8437] [0.60 beta] static struct no size yet for forward reference

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8437 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 8456] New: DMD crash with variadic base-class ctor and non-variadic subclass ctor

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8456 Summary: DMD crash with variadic base-class ctor and non-variadic subclass ctor Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 7121] Structs with Disabled Default Constructors Also Disable No-Arg Constructors in Classes

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7121 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 8117] Cannot initialize struct member without default constructor

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8117 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8457] New: Disabled default constructors have no effect when used in arrays

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8457 Summary: Disabled default constructors have no effect when used in arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 8457] Disabled default constructors have no effect when used in arrays

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8457 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 7021] Structs with disabled default constructors can be constructed without calling a constructor.

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7021 --- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2012-07-27 17:30:18 PDT --- *** Issue 8457 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 8450] measureTime doesn't work with unsafe template functions

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8450 --- Comment #4 from github-bugzi...@puremagic.com 2012-07-27 17:33:39 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8450] measureTime doesn't work with unsafe template functions

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8450 --- Comment #5 from github-bugzi...@puremagic.com 2012-07-27 17:44:00 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8362] std.traits.isSafe doesn't work with unsafe lamdba functions

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8362 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7322] Taking address of deprecated functions isn't refused

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7322 --- Comment #8 from edmcc...@verizon.net 2012-07-27 20:34:11 PDT --- https://github.com/D-Programming-Language/dmd/pull/1064 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 8454] [ICE] (backend\cg87.c 3497) with cdouble and sqrt

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8454 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-27 21:49:31 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 8454] [ICE] (backend\cg87.c 3497) with cdouble and sqrt

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8454 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED