[Issue 7045] AssertError in std.regex on line 1573

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 --- Comment #4 from Trass3r 2011-12-06 03:14:54 PST --- btw, isn't this a regression? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7045] AssertError in std.regex on line 1573

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 --- Comment #5 from Trass3r 2011-12-06 04:06:55 PST --- Seems like it was fixed in the meantime. http://www.mail-archive.com/digitalmars-d@puremagic.com/msg70809.html -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=ema

[Issue 7070] New: can't assign null to Variant

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7070 Summary: can't assign null to Variant Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: regression Priori

[Issue 7071] New: "final:" shouldn't affect variables

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7071 Summary: "final:" shouldn't affect variables Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: minor Prio

[Issue 7071] "final:" shouldn't affect variables

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7071 Vladimir Panteleev changed: What|Removed |Added Keywords|rejects-valid | Severity|minor

[Issue 7072] New: [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 Summary: [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c' Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywor

[Issue 7073] New: Parsing of class-returning varargs function inside module ctor fails

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7073 Summary: Parsing of class-returning varargs function inside module ctor fails Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severi

[Issue 7073] Parsing of class-returning varargs function inside module ctor fails

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7073 --- Comment #1 from Alex R�nne Petersen 2011-12-06 07:07:37 PST --- (In reply to comment #0) > Code: > > class A > { > } > > static this() > { > A foo(A[] a ...) > { > return new A(); > } > } > > Errors: > > test.d(7):

[Issue 7067] std.random.RandomSample and RandomCover are poorly designed

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7067 --- Comment #4 from Andrei Alexandrescu 2011-12-06 07:53:28 PST --- > Turn random generators into final classes? We have backward compatibility to worry about. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 7067] std.random.RandomSample and RandomCover are poorly designed

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7067 --- Comment #5 from Vladimir Panteleev 2011-12-06 08:04:49 PST --- The disadvantages of breaking backwards compatibility need to be considered on a case-by-case basis. I think that turning RNGs into reference types has the potential to be a re

[Issue 7067] std.random.RandomSample and RandomCover are poorly designed

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7067 --- Comment #6 from bearophile_h...@eml.cc 2011-12-06 09:49:20 PST --- (In reply to comment #5) > The biggest problem is intentional usage of value semantics (it would > transparently turn into reference semantics). I suggest to ignore such ca

[Issue 7074] New: std.concurrency.receive segfaults when called from new thread

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7074 Summary: std.concurrency.receive segfaults when called from new thread Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7040] Phobos must use "version/else version" blocks for proper documentation generation

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7040 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #1 from David Simcha 2011-12-06 15:56:46 PST --- I didn't realize the significance of this until I looked at the source code to mtype.c, but there's actually a line before the assertion failure line. The full error message is: ty

[Issue 7069] Variant Doesn't Handle Const or Immutable Contents

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7069 Rob Jacques changed: What|Removed |Added CC||sandf...@jhu.edu --- Comment #1 from Rob

[Issue 6969] Forward reference on template class triangle

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6969 --- Comment #2 from Nick Sabalausky 2011-12-06 16:57:34 PST --- I'm not very familiar with DMD's internals wrt semantics, but from what I can tell so far, the problem may have to do with a certain section near the end of TemplateInstance::sema

[Issue 6969] Forward reference on template class triangle

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6969 --- Comment #3 from Nick Sabalausky 2011-12-06 16:59:05 PST --- *Ahem*: "That call to semantic2 is *IN* the call stack..." -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail bec

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #2 from David Simcha 2011-12-06 17:33:24 PST --- Unbelievably simple test case after about 1.5 hours of recursively reducing SciD code: struct S { this(A)(A args) { } } void main() { auto s = S( null ); } -- Configure iss

[Issue 7035] "Please use instead" broken documentation

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7035 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[Issue 7035] "Please use instead" broken documentation

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7035 --- Comment #2 from Jonathan M Davis 2011-12-06 20:08:24 PST --- Ah. I guess that you mean in the zip file. You need to be more specific. Not only did you not specificy _which_ documentation had the issue, but you didn't really say way it is.

[Issue 7075] New: Struct class comparison should check opAssign for class

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7075 Summary: Struct class comparison should check opAssign for class Product: D Version: D2 Platform: Other OS/Version: Other Status: NEW Severity: normal

[Issue 7075] Struct class comparison should check opAssign for class

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7075 Jesse Phillips changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[Issue 7076] New: _d_throwc silently continues execution on failure

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7076 Summary: _d_throwc silently continues execution on failure Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7001] std.path.baseName and isValidFilename wrong documentation

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7001 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #2

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #4 from Walter Bright 2011-12-06 21:09:06 PST --- https://github.com/D-Programming-Language/dmd/commit/0a20f8f170cbcbf3f3fd6971b339e8d82d311a1c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 7001] std.path.baseName and isValidFilename wrong documentation

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7001 --- Comment #3 from Andrej Mitrovic 2011-12-06 23:00:04 PST --- (In reply to comment #2) > and since directory separators > are invalid in both directory and file names Why are they invalid in directory names? -- Configure issuemail: http:/

[Issue 7001] std.path.baseName and isValidFilename wrong documentation

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7001 --- Comment #4 from Jonathan M Davis 2011-12-06 23:14:01 PST --- If you have /dir or dir/, the name of the directory is dir, not /dir, or dir/. It is illegal on Posix systems to have a directory name with / in it, just like it's illegal on Win