[Issue 4899] Ddoc's warnings about stray parens should include file and line numbers

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4899 --- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2010-09-20 23:47:02 PDT --- /++ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +/ module d; void main() { } -- Configure

[Issue 4904] New: Win32 phobos unittest crashes with access violation

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4904 Summary: Win32 phobos unittest crashes with access violation Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: blocker Priority: P2

[Issue 4905] New: Variadic constructors don't compile for classes

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4905 Summary: Variadic constructors don't compile for classes Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3554] Ddoc generats invalid output for documentation comments with non paired paranthasis

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3554 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 4906] New: Dereferencing null error in a single expression

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4906 Summary: Dereferencing null error in a single expression Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid Severity:

[Issue 4595] Accessing non-static member of a null reference compiles

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4595 --- Comment #11 from bearophile_h...@eml.cc 2010-09-21 04:45:47 PDT --- See also bug 4906 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4905] Variadic constructors don't compile for classes with other arguments

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4905 nfx...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 435] Constructors should be templatized

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=435 nfx...@gmail.com changed: What|Removed |Added CC||ivan.melnychu...@gmail.com ---

[Issue 4907] New: Catching more simple out-of-bounds errors at compile-time

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4907 Summary: Catching more simple out-of-bounds errors at compile-time Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement

[Issue 4290] 'Fragile' opCmp/toHash signature errors

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4290 --- Comment #9 from Steven Schveighoffer schvei...@yahoo.com 2010-09-21 06:16:08 PDT --- I will say the fact that sort does not use opCmp, but does is bad. Worse than that, it uses a default opCmp which may appear to work but doesn't really.

[Issue 4899] Ddoc's warnings about stray parens should include file and line numbers

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4899 --- Comment #3 from Johannes Pfau johannesp...@gmail.com 2010-09-21 07:38:26 PDT --- OK, I can confirm that. So the line information is missing if the comment is a module comment. The dmd main function calls Module::gendocfile() which calls

[Issue 4899] Ddoc: Warnings about stray parens do not include file and line numbers for module comments

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4899 --- Comment #4 from Jonathan M Davis jmdavisp...@gmx.com 2010-09-21 09:40:52 PDT --- I did #1 in my code once I figured out what was generating the error, but that's from the license declaration used at the top of pretty much every module in

[Issue 4904] Win32 phobos unittest crashes with access violation

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4904 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 4217] Function overloads are not distinguished when instantiating templates

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4217 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Attachment #641 is|0 |1 obsolete|

[Issue 4890] GC.collect() deadlocks multithreaded program.

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4890 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4908] New: Compile-time use of empty() in Tuple failed depending on order of compilation

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4908 Summary: Compile-time use of empty() in Tuple failed depending on order of compilation Product: D Version: D2 Platform: Other URL:

[Issue 4909] New: Two suggestions for std.algorithm.schwartzSort()

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4909 Summary: Two suggestions for std.algorithm.schwartzSort() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3934] Some untidy attributes

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3934 --- Comment #10 from bearophile_h...@eml.cc 2010-09-21 13:28:24 PDT --- Structs can't be subclassed, so protected struct fields seem a bug. This compiles with dmd 2.049: struct Foo { protected int x; } void main() {} -- Configure

[Issue 3665] Regression(1.051, 2.036) Assignment with array slicing does not work

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3665 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4227] Overloading rules not complete in D1 docs

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4227 --- Comment #2 from st...@despam.it 2010-09-21 15:03:59 PDT --- (sorry for the late reply) http://www.digitalmars.com/d/2.0/hijack.html (part of) this also seems to apply to D1. from:

[Issue 4910] New: [CTFE] Cannot evaluate a function that has failed at once

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4910 Summary: [CTFE] Cannot evaluate a function that has failed at once Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 666] missing pthread functions

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=666 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added CC|

[Issue 4911] New: Bad error messages from attempts to write into read-only File

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4911 Summary: Bad error messages from attempts to write into read-only File Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 4912] New: ICE [expToCBuffer] compile-time access to non-existent AA member

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4912 Summary: ICE [expToCBuffer] compile-time access to non-existent AA member Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 4911] Bad error messages from attempts to write into read-only File

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4911 --- Comment #1 from bearophile_h...@eml.cc 2010-09-21 18:06:34 PDT --- I think in Phobos there is not (yet) a function to find the line number and module name of the precedent stack frame, of the caller, so probably the test.d(5) can't be

[Issue 4913] Repeated template instantiations with the same symbol argument fails

2010-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4913 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1