[Issue 9044] Random Previous Definition Different optlink failure (looks like a buffer overflow bug somewhere)

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 --- Comment #4 from Denis Shelomovskij verylonglogin@gmail.com 2012-12-23 12:11:51 MSK --- (In reply to comment #3) Attempting to extract your test case: -- 7z l linker-error.7z 7-Zip 9.20 Copyright (c)

[Issue 9198] New: Vararg functions don't respect IFTI rules

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9198 Summary: Vararg functions don't respect IFTI rules Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8774 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8774 --- Comment #10 from Dmitry Olshansky dmitry.o...@gmail.com 2012-12-23 02:32:18 PST --- (In reply to comment #8) Here is a simple test case: - module program; import std.stdio; import core.thread; void main () { Thread

[Issue 9198] Vararg functions don't respect IFTI rules

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9198 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-12-23 03:38:28 PST --- (In reply to comment #0) I'm not sure *what* said rules are, but as observed here: https://github.com/D-Programming-Language/phobos/pull/1010#discussion_r2418181

[Issue 9198] Vararg functions don't respect IFTI rules

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9198 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code

[Issue 8841] Missing line numbers in stack trace?

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8841 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de 2012-12-23 05:27:46 PST --- The callstack for the original example does not show line numbers because the functions shown are all from the runtime library which is not compiled with debug

[Issue 7152] Can't assign null to default argument

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

[Issue 7019] implicit constructors are inconsistently allowed

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7019 --- Comment #12 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 06:17:09 PST --- *** Issue 7152 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8960] DMD 2.061 git head: Unable to set thread priority

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

[Issue 8992] __traits(compileError)

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

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #15 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 06:33:47 PST --- I can not reproduce this. I even tried it on a windows XP machine with a very old version of dbghelp. What system did you run this on? Please post the

[Issue 9199] New: Module level qualified functions should be rejected

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9199 Summary: Module level qualified functions should be rejected Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid Severity:

[Issue 1001] print stack trace (in debug mode) when program die

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #61 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 06:48:44 PST --- For windows x86: https://github.com/D-Programming-Language/druntime/pull/368 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #16 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 06:48:59 PST --- Created an attachment (id=1171) procmon -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #17 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 06:49:31 PST --- (In reply to comment #15) I can not reproduce this. I even tried it on a windows XP machine with a very old version of dbghelp. What system did you

[Issue 9199] Module level qualified functions should be rejected

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

[Issue 9012] writef/format inconsistent with format specifier

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9012 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9199] Module level qualified functions should be rejected

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9199 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9169] semantic order difference in variable declaration

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9169 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-12-23 08:21:37 PST --- Related: issue 3131 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9199] Module level qualified functions should be rejected

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9199 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-12-23 08:27:16 PST --- (In reply to comment #2) Is this a first step toward fixing Issue 3934 ? Mostly unrelated. -- Configure issuemail:

[Issue 8676] lockstep needs to document default stopping policy

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

[Issue 9200] New: Wrong SIMD cod generated

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9200 Summary: Wrong SIMD cod generated Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: DMD

[Issue 2913] aliasing a ref type is not possible

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

[Issue 2771] browse() fails if Safari is renamed or moved.

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

[Issue 9200] Wrong SIMD cod generated

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9200 --- Comment #1 from jerro.pub...@gmail.com 2012-12-23 10:49:42 PST --- I managed to reduce it a bit further: import std.stdio; import core.simd; double2 * v(double2* a) { return a; } void main() { double2 a = [1, 2]; *v(a) = a;

[Issue 1893] Allow delete to work on non-lvalues

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

[Issue 1962] -H also compiles and links

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

[Issue 1988] more unicode

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

[Issue 317] Need full translation of the Windows API headers

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

[Issue 2458] Can't deduce sizeof inner struct inside a template mixin

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

[Issue 1673] is(symbol == template) should work

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1673 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 11:21:28 PST --- https://github.com/D-Programming-Language/dmd/pull/1239 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9044] Random Previous Definition Different optlink failure (looks like a buffer overflow bug somewhere)

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 --- Comment #5 from Walter Bright bugzi...@digitalmars.com 2012-12-23 12:13:04 PST --- (In reply to comment #4) Common! 7-Zip has [one of] the best compression ratio, small compression time, good GUI and explorer integration, so why not to

[Issue 9044] Random Previous Definition Different optlink failure (looks like a buffer overflow bug somewhere)

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 Max Samukha samu...@voliacable.com changed: What|Removed |Added CC|

[Issue 3642] Poor error message: function ___ not callable with argument types ___

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

[Issue 1730] Bogus error message calling a non-const struct method on a const struct reference

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

[Issue 1730] Bogus error message calling a non-const struct method on a const struct reference

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

[Issue 1730] Bogus error message calling a non-const struct method on a const struct reference

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

[Issue 4497] inexpressive error message for const object method

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

[Issue 9044] Random Previous Definition Different optlink failure (looks like a buffer overflow bug somewhere)

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 bearophile_h...@eml.cc changed: What|Removed |Added Attachment #1162|0 |1 is obsolete|

[Issue 9044] Random Previous Definition Different optlink failure (looks like a buffer overflow bug somewhere)

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

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #18 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 14:48:55 PST --- (In reply to comment #17) Hi, did you use druntime version 2.060 to reproduce the issue or did you use the latest druntime from the git master

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #19 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:19:25 PST --- I have a possible fix at: https://github.com/Ingrater/druntime/tree/pull8936 As I can't reproduce the issue, I can't tell if this actually fixes the issue.

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #20 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:22:56 PST --- (In reply to comment #19) I have a possible fix at: https://github.com/Ingrater/druntime/tree/pull8936 As I can't reproduce the issue, I can't

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #21 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:27:12 PST --- Could you compile the debug(PRINTF) version and post which search path is printed to the console? And with same results you mean it is still searching your

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #22 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:30:29 PST --- (In reply to comment #21) Could you compile the debug(PRINTF) version and post which search path is printed to the console? Search paths:

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #23 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:34:50 PST --- Where is your binary located? If you put it directly into the C:\ root then it obviously will have to search the whole C drive for pdbs. Kind Regards

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #24 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:37:20 PST --- (In reply to comment #23) Where is your binary located? If you put it directly into the C:\ root then it obviously will have to search the whole C

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #25 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:40:36 PST --- (In reply to comment #24) Why does it obviously have to search the entire drive? It doesn't do that in 2.059 and I get a nice stack trace. The whole point

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #26 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:45:28 PST --- (In reply to comment #24) I just commited a fix to https://github.com/Ingrater/druntime/tree/pull8936 can you please confirm it actuall works? Kind

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #27 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:50:27 PST --- (In reply to comment #26) (In reply to comment #24) I just commited a fix to https://github.com/Ingrater/druntime/tree/pull8936 can you please

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #28 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:54:51 PST --- (In reply to comment #27) (In reply to comment #26) (In reply to comment #24) I just commited a fix to

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #29 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:57:38 PST --- (In reply to comment #28) If I understood the documentation correctly the search paths are only for pdbs that are not directly referenced from the

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #30 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 16:14:12 PST --- https://github.com/D-Programming-Language/druntime/pull/369 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8061] std.algorithm.joiner breaks when used with InputRangeObject

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8061 --- Comment #11 from github-bugzi...@puremagic.com 2012-12-23 18:23:22 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9200] Wrong SIMD code generated

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9200 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5713] Broken final switch on ints

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5713 bearophile_h...@eml.cc changed: What|Removed |Added Severity|enhancement |major --- Comment #12 from