[Issue 11849] Recursive enum causes segfault

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11849 --- Comment #6 from github-bugzi...@puremagic.com 2014-01-05 00:11:27 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11863] std.conv.to!string(int/uint, radix) returns incorrect string

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11863 --- Comment #3 from monarchdo...@gmail.com 2014-01-05 00:10:54 PST --- (In reply to comment #2) Hmm, with -allinst switch, OP code runs successfully in Windows (Both -m32 and -m64). I *thought* I had tried that, but I must have gotten it

[Issue 7683] the attribute has not been correctly inferred in either the constructor or nested function.

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7683 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

[Issue 1566] Nested template issue

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 11863] std.conv.to!string(int/uint, radix) returns incorrect string

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11863 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2014-01-05 00:29:47 PST --- (In reply to comment #2) Hmm, with -allinst switch, OP code runs successfully in Windows (Both -m32 and -m64). Instead of -allinst, -release also suppresses the

[Issue 11849] Recursive enum causes segfault

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11849 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11866] New: `@safe` and `nothrow` attributes aren't inferred for nested functions in templated functions

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11866 Summary: `@safe` and `nothrow` attributes aren't inferred for nested functions in templated functions Product: D Version: D2 Platform: All OS/Version: All

[Issue 10329] Attributes not inferred for indirectly templated methods

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 11866] `@safe` and `nothrow` attributes aren't inferred for nested functions in templated functions

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11866 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11847] Importing package.d module causes qualified name lookup to fail for sub modules

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11847 --- Comment #2 from S�nke Ludwig slud...@outerproduct.org 2014-01-05 01:08:27 PST --- So how would I specify a qualified name in test.mod? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 10206] User-defined attributes not documented well in language specification

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10206 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11840] Show all errors of undefined identifier used in a line

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11840 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11847] Importing package.d module causes qualified name lookup to fail for sub modules

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11847 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2014-01-05 01:19:53 PST --- (In reply to comment #2) So how would I specify a qualified name in test.mod? There's no way, if you import both test/package.d and test/mod.d. I think it is

[Issue 11849] Recursive enum causes segfault

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11849 --- Comment #7 from Jacob Carlborg d...@me.com 2014-01-05 01:21:32 PST --- Thanks. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11867] New: Documentation for new package.d feature

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11867 Summary: Documentation for new package.d feature Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2

[Issue 11868] New: ICE(template.c) on passing `inout` `ref` `foreach` var as TemplateParameterList

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11868 Summary: ICE(template.c) on passing `inout` `ref` `foreach` var as TemplateParameterList Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11847] Importing package.d module causes qualified name lookup to fail for sub modules

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11847 --- Comment #4 from S�nke Ludwig slud...@outerproduct.org 2014-01-05 01:55:42 PST --- I think this is actually totally unacceptable and a *serious* design flaw. What this means is that it is now impossible to reference any sub module of test

[Issue 11840] Show all errors of undefined identifier used in a line

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11840 --- Comment #2 from github-bugzi...@puremagic.com 2014-01-05 02:30:17 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11840] Show all errors of undefined identifier used in a line

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11840 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11520] [bionic] qsort is missing on linux/bionic

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11520 joa...@airpost.net changed: What|Removed |Added CC||joa...@airpost.net --- Comment

[Issue 1566] Nested template issue

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 --- Comment #3 from Stewart Gordon s...@iname.com 2014-01-05 06:35:44 PST --- Explain please. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11869] New: Optlink doesn't detects strings duplicate

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11869 Summary: Optlink doesn't detects strings duplicate Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 11869] Optlink doesn't detects strings duplicate

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11869 --- Comment #1 from Temtaime temta...@gmail.com 2014-01-05 07:08:58 PST --- Created an attachment (id=1312) Screen from ida pro -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 11870] New: replace dynamic symbol table (--export-dynamic) for backtraces

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11870 Summary: replace dynamic symbol table (--export-dynamic) for backtraces Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity:

[Issue 11858] Comparison of unconnected classes using `is` must be disallowed

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11858 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Severity|enhancement |major

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

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1001 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 1566] Nested template issue

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 --- Comment #4 from Denis Shelomovskij verylonglogin@gmail.com 2014-01-05 19:38:04 MSK --- (In reply to comment #3) Explain please. It's a bug iff there is a language documentation allowing such syntax or dmd behaviour partially

[Issue 1566] Nested template issue

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords|rejects-valid |diagnostic ---

[Issue 11780] RangeError in format for incomplete format specifier

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11780 --- Comment #1 from github-bugzi...@puremagic.com 2014-01-05 10:18:00 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11871] New: phobos64.lib is out of sync with the source code

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11871 Summary: phobos64.lib is out of sync with the source code Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: minor Priority: P2

[Issue 11852] RDMD broken on the Github HEAD

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11852 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 11872] New: Support for overloaded template functions in with block

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11872 Summary: Support for overloaded template functions in with block Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 11780] RangeError in format for incomplete format specifier

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11780 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10938] ICE on recursive instantiation in opDispatch

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10938 --- Comment #2 from github-bugzi...@puremagic.com 2014-01-05 13:00:00 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11873] New: function templates conflict with aliases

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11873 Summary: function templates conflict with aliases Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 11640] [regression] goto-def not working in v0.3.38beta1

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11640 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10939] Inconsistent stripping of in but not assert in release/unittest

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10939 --- Comment #2 from David Nadlinger c...@klickverbot.at 2014-01-05 14:40:02 PST --- Erm, sorry, I managed to get that statement precisely the wrong way around. My point was that the question becomes what of the code affected by -release

[Issue 10939] Inconsistent stripping of in but not assert in release/unittest

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10939 David Nadlinger c...@klickverbot.at changed: What|Removed |Added CC|

[Issue 7634] optlink creates bad debug info for a large number of modules

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7634 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11858] Comparison of unconnected classes using `is` must be disallowed

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11858 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords||spec --- Comment #4

[Issue 10329] Attributes not inferred for indirectly templated methods

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329 --- Comment #9 from github-bugzi...@puremagic.com 2014-01-05 15:35:56 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11553] dmd segfault with recursive template

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11553 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10329] Attributes not inferred for indirectly templated methods

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10938] ICE on recursive instantiation in opDispatch

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10938 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11868] ICE(template.c) on passing `inout const` argument as TemplateTupleParameter

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11868 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11865] Unhandled exception does not show crash dialog

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11865 --- Comment #3 from Jordan Miner jmin...@gmail.com 2014-01-05 18:31:08 PST --- Thanks for writing the patch. Sounds like a good improvement that I'll use during development. Reading about WER more, I think I'd rather bypass it and handle

[Issue 11852] RDMD broken on the Github HEAD

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11852 --- Comment #5 from Puneet Goel pun...@coverify.org 2014-01-05 19:32:11 PST --- (In reply to comment #4) It's likely triggered by one of the three mkdirRecurse calls in RDMD, which calls mkdir on Posix, which is the origin of

[Issue 11872] Support for overloaded template functions in with block

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11872 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 10939] Inconsistent stripping of in but not assert in release/unittest

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10939 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2014-01-05 22:33:09 PST --- Current behavior: If -release is specified, following code would be stripped normally: - invariant - in contract - out contract - assertions