[Issue 1908] Various closure problems

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1908 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1841] Closure detection doesn't work when variable is used in a nested function

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1841 --- Comment #3 from Don 2010-10-19 23:56:53 PDT --- See also bug 1908, test case 5w, for another example. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2451] Adding structs that use opAssign or postblit to an AA is broken

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2451 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2944] std.math.approxEqual doesn't work with infinity.

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2944 yebblies changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 5071] passing value by ref to a function with an inner dynamic closure results in a wrong code

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5071 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5026] ICE(expression.c) Incomplete mixin expression + char[] to char assignment

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5026 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5083] New: module object cannot read file 'object.d'

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5083 Summary: module object cannot read file 'object.d' Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Compon

[Issue 3092] Indexing a tuple produces a tuple containing the indexed element

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3092 --- Comment #11 from Manuel K�nig 2010-10-20 03:48:35 PDT --- (In reply to comment #9) > > Sounds as though you have been running dstress. Could you please post the > results somewhere? I would be very interested to see how many dstress bugs

[Issue 5084] New: Static code does not ignore instance names during name lookup

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5084 Summary: Static code does not ignore instance names during name lookup Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: norm

[Issue 5076] std.algorithm.sorted / schwartzSorted

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5076 --- Comment #8 from bearophile_h...@eml.cc 2010-10-20 04:04:21 PDT --- See another case: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learn&article_id=22381 This is supposed to not work: sort(map(...)) This is sup

[Issue 5085] New: std.variant.Algebraic name

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5085 Summary: std.variant.Algebraic name Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Phobos

[Issue 5086] New: Regression(1.062): Stack overflow with recursive alias declaration

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5086 Summary: Regression(1.062): Stack overflow with recursive alias declaration Product: D Version: D1 Platform: Other OS/Version: Windows Status: NEW Keyword

[Issue 5086] Regression(1.062): Stack overflow with recursive alias declaration

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5086 --- Comment #1 from Don 2010-10-20 07:17:56 PDT --- And this is nocompile/c/const_34_A.d, which is also failing. In total, 5 dstress cases are now hitting a stack overflow because of this bug. D2 is not affected. const auto a = a; -- Configu

[Issue 3092] Indexing a tuple produces a tuple containing the indexed element

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3092 --- Comment #12 from Don 2010-10-20 07:20:29 PDT --- (In reply to comment #11) > (In reply to comment #9) > > > > Sounds as though you have been running dstress. Could you please post the > > results somewhere? I would be very interested to se

[Issue 5076] std.algorithm.sorted / schwartzSorted

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5076 --- Comment #9 from Peter Alexander 2010-10-20 08:49:43 PDT --- (In reply to comment #8) > See another case: > http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learn&article_id=22381 > This is supposed to not work: > s

[Issue 5087] New: Assertion failure: 'precedence[e->op] != PREC_zero' on line 816 in file 'expression.c'

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5087 Summary: Assertion failure: 'precedence[e->op] != PREC_zero' on line 816 in file 'expression.c' Product: D Version: D2 Platform: Other OS/Version: Windows Status: N

[Issue 3072] tuples can't be aliases ( except when the aliases are templates. )

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3072 Rob Jacques changed: What|Removed |Added Keywords||accepts-invalid, |

[Issue 5087] Assertion failure: 'precedence[e->op] != PREC_zero' on line 816 in file 'expression.c'

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5087 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4926] ICE: PREC_zero assertion failure due to unset precedence

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4926 Don changed: What|Removed |Added CC||sandf...@jhu.edu --- Comment #7 from Don 2010-1

[Issue 5088] New: Cannot cast const(int) to long in @safe function

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5088 Summary: Cannot cast const(int) to long in @safe function Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: n

[Issue 3092] Indexing a tuple produces a tuple containing the indexed element

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3092 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #13 f

[Issue 5089] New: feqrel does not compile for floats

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5089 Summary: feqrel does not compile for floats Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 5090] New: Assertion `sz <= vsz' failed with struct literal initializing zero length array

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5090 Summary: Assertion `sz <= vsz' failed with struct literal initializing zero length array Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW

[Issue 5090] Assertion `sz <= vsz' failed with struct literal initializing zero length array

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5090 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 5091] New: main runs after unittests

2010-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 Summary: main runs after unittests Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD