[Issue 8849] std.parallelism.executeInNewThread with thread priority segfaults

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8849 --- Comment #1 from github-bugzi...@puremagic.com 2012-10-18 23:19:38 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8849] std.parallelism.executeInNewThread with thread priority segfaults

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8849 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8852] New: Unable to join thread (started by another thread)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8852 Summary: Unable to join thread (started by another thread) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8852] Unable to join thread (started by another thread)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8852 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added CC||a...@lycus.org

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

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6116 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 8852] Unable to join thread (started by another thread)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8852 luka8088 luka8...@owave.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8774] 2.059 worked 2.060 does not: Unable to join thread

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8774 luka8088 luka8...@owave.net changed: What|Removed |Added CC||luka8...@owave.net ---

[Issue 8774] 2.059 worked 2.060 does not: Unable to join thread

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8774 --- Comment #8 from luka8088 luka8...@owave.net 2012-10-19 00:33:58 PDT --- Here is a simple test case: - module program; import std.stdio; import core.thread; void main () { Thread t1, t2; t1 = new Thread(delegate { t2.start();

[Issue 8848] Array literals and AA literals are rejected as template value parameters

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8848 --- Comment #2 from Don clugd...@yahoo.com.au 2012-10-19 02:40:26 PDT --- (In reply to comment #1) (In reply to comment #0) The template spec says that they are valid (both D1 and D2), So are associative arrays accepted, but simple arrays

[Issue 8257] __traits(compiles) gives compile error

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8257 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 8836] function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8836 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||rejects-valid ---

[Issue 8836] function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8836 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 8542] crosstalk between template instantiations

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 8850] Nested struct creation by a template

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8850 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 8854] New: incomprehensible bug on windows with import side effect

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8854 Summary: incomprehensible bug on windows with import side effect Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal

[Issue 8799] Give example of Tuple mapped to a function

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8799 --- Comment #1 from Jesse Phillips jesse.k.phillip...@gmail.com 2012-10-19 11:28:57 PDT --- Sorry I miss understood and did not remember that Tuples do auto expand. The actual request is mapping the Tuple to a function, as requested on SO:

[Issue 8850] Nested struct creation by a template

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8850 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 8850] Nested struct creation by a template

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8850 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #3

[Issue 4542] [tdpl] TDPL NVI example results in linker error

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4542 --- Comment #13 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-19 15:35:23 PDT --- What should have been done from day #1 is to implement the 'virtual' keyword and make methods non-virtual by default. It goes hand in hand with

[Issue 8856] New: import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 Summary: import inside function sometimes causes link errors Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 --- Comment #2 from thelastmamm...@gmail.com 2012-10-19 20:18:49 PDT --- (In reply to comment #1) We'll need a failing test-case. What contents cause the linker error? here's a failure case which I simplified to the maximum. Note that link

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 --- Comment #3 from thelastmamm...@gmail.com 2012-10-19 20:20:57 PDT --- In the above post, DFLAGS is just the usual import path to dmdroot/phobos, druntime/import and phobos library path. -- Configure issuemail:

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-19 20:34:14 PDT --- (In reply to comment #2) snip The problem is DMD's -v option doesn't output dependencies when an import is function local. test.d: module test;

[Issue 8549] Bad error message with const methods

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8549 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6707] Error message for mismatch of const/non-const property functions needs to improve

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6707 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 8549] Bad error message with const methods

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8549 --- Comment #2 from bearophile_h...@eml.cc 2012-10-19 21:36:07 PDT --- (In reply to comment #1) Issue6707 covers this, the error message is now: I agree with closing this as dupe. But I think adding const at the end is not nearly enough to

[Issue 8549] Bad error message with const methods

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8549 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-19 21:40:56 PDT --- (In reply to comment #2) (In reply to comment #1) Issue6707 covers this, the error message is now: I agree with closing this as dupe. But I

[Issue 8549] Bad error message with const methods

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8549 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-19 21:41:21 PDT --- (In reply to comment #3) I would take *It* would take. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are