[Issue 6308] Destruction of temporaries on exception causes segfault

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6308 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com 2011-07-25 23:26:22 PDT --- (In reply to comment #4) I'll try to minimize it. Reduced it to a small variation of the above. struct C { void oops() { throw new

[Issue 6308] Destruction of temporaries on exception causes unhandled access violation

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6308 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Summary|Destruction of temporaries

[Issue 6365] AutoTupleDeclaration

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6365 --- Comment #24 from Kenji Hara k.hara...@gmail.com 2011-07-26 02:45:09 PDT --- (In reply to comment #1) Also we can allow a static array on initializer like follows: auto (x, y) = [10, 20]; assert(x == 10); assert(y == 20); A few days

[Issue 6376] core.thread.thread_scanAll doesn't scan the stack due to ASLR on Mac OS X 10.7

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6376 kenn...@gmail.com changed: What|Removed |Added Summary|Throwing exception or |core.thread.thread_scanAll

[Issue 6376] core.thread.thread_scanAll doesn't scan the stack due to ASLR on Mac OS X 10.7

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6376 --- Comment #9 from kenn...@gmail.com 2011-07-26 03:22:10 PDT --- (In reply to comment #8) Note that the stack is 0xc000_ when ASLR is enabled. src/rt/memory.d: extern (C) void* rt_stackBottom() { ... else version( OSX ) {

[Issue 6376] core.thread.thread_scanAll doesn't scan the stack due to ASLR on Mac OS X 10.7

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6376 --- Comment #10 from kenn...@gmail.com 2011-07-26 04:01:40 PDT --- Druntime pull #43. https://github.com/D-Programming-Language/druntime/pull/43 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6382] New: edge case with static foreach

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6382 Summary: edge case with static foreach Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 6383] New: Unpacking from dynamic array, lazy ranges

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6383 Summary: Unpacking from dynamic array, lazy ranges Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6383] Unpacking from dynamic array, lazy ranges

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6383 --- Comment #1 from bearophile_h...@eml.cc 2011-07-26 06:57:08 PDT --- Sorry, this is not correct: auto (start,end) = array(match(r, r^(-?\d+)(-?(-?\d+))?$).captures); auto (start,end) = match(r, r^(-?\d+)(-?(-?\d+))?$).captures; --

[Issue 6384] New: std.traits.isComparable

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6384 Summary: std.traits.isComparable Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 6373] More descriptive 'hidden by X is deprecated' error

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6373 --- Comment #1 from bearophile_h...@eml.cc 2011-07-26 08:24:32 PDT --- Some examples where people ask for help: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learnarticle_id=28397

[Issue 6373] More descriptive 'hidden by X is deprecated' error

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6373 bearophile_h...@eml.cc changed: What|Removed |Added Severity|minor |normal --- Comment #2 from

[Issue 6384] std.traits.isComparable

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6384 --- Comment #1 from kenn...@gmail.com 2011-07-26 08:40:51 PDT --- Note that `std.algorithm.sort` can accept arbitrary predicate, and you can use something like Complex!double[] cmplxarr; ... sort!a.re b.re(cmplxarr); If the

[Issue 5886] Template this parameter cannot be made implicit, when other parameters are explicitly given

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5886 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 5393] opDispatch with template this parameter fails to compile

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5393 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[Issue 5188] alias this and compare expression generates wrong code

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5188 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #2

[Issue 6385] New: isInputRange!(ubyte[2u]) is a failure when used in global scope

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6385 Summary: isInputRange!(ubyte[2u]) is a failure when used in global scope Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Keywords:

[Issue 6385] isInputRange!(ubyte[2u]) is a failure when used in global scope

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6385 --- Comment #1 from Steven Schveighoffer schvei...@yahoo.com 2011-07-26 11:21:28 PDT --- BTW, this compiles on 2.051, fails on 2.052 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 6386] New: [CTFE] ICE on pointer casting

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6386 Summary: [CTFE] ICE on pointer casting Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice-on-invalid-code Severity: normal

[Issue 6281] [CTFE] A null pointer '!is null' returns 'true'.

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

[Issue 6280] [CTFE] Cannot put 'in' expression of AA in an 'if' condition

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

[Issue 6276] [CTFE] Strange behavior of using ~= operator twice

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

[Issue 6374] [CTFE] Cannot subscript using pointer to array

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

[Issue 6283] [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6283 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6388] New: Bad example about Mixin

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6388 Summary: Bad example about Mixin Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 4773] Rebindable should be castable to bool

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4773 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||k.hara...@gmail.com

[Issue 6326] [CTFE] ICE on cross-module call of function checking CTFE-ability of function with invalid switch statement

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6326 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5453] ICE(statement.c): array literal involving forward referenced struct

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5453 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||timon.g...@gmx.ch ---

[Issue 6116] May not join spawn()'ed threads

2011-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6116 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED