[Issue 13912] Offer to 'import missing packages' like C# and Java

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13912 --- Comment #2 from Manu turkey...@gmail.com --- Do you think it's particularly hard? I would have thought all the cool advanced helper tools would becomes a lot easier with D since everything is namespaced properly, and there's no preprocessor...

[Issue 13888] VisualD project settings use the same property grid as C/C++ projects?

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13888 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- My first attempt at Visual D was adapting a C# project, but I hated it. Maybe I'd be more relaxed today ,-) Writing it in D caused a number of problems, especially with the redesign of VS

[Issue 13915] Mago doesn't handle C code very well

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 --- Comment #2 from Manu turkey...@gmail.com --- Yeah, I don't know that mixed mode with different debuggers is possible. I suspect, sadly, it's just going to be a long and slow process of making Mago support relevant C/C++ cases as they arise, such

[Issue 13926] New: Find all references

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13926 Issue ID: 13926 Summary: Find all references Product: D Version: unspecified Hardware: All OS: Windows Status: NEW Severity: enhancement Priority: P1

[Issue 13915] Mago doesn't handle C code very well

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- Some basic features like variable lifetime/register support should help D too, though dmd doesn't output that info yet. So C style code might be workable. I guess COFF/CV8 support for clang

[Issue 13925] New: Refactor - renaming symbols

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13925 Issue ID: 13925 Summary: Refactor - renaming symbols Product: D Version: unspecified Hardware: All OS: Windows Status: NEW Severity: enhancement

[Issue 13198] Removing breakpoint in template with many instances doesn't remove breakpoint

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13198 Manu turkey...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12021] VS2012-2013 .vcxproj files don't show in the solution explorer

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12021 Manu turkey...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13888] VisualD project settings use the same property grid as C/C++ projects?

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13888 --- Comment #2 from Manu turkey...@gmail.com --- Oh, I see. Do you still think writing VisualD in D was a good idea? Or would you reconsider deviating from the standard approach retrospect? :) 2013? I've never tried that IDE yet. Still on 2010,

[Issue 12420] [AA] Can't set associative array with array as key value using key type

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12420 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 13122] std.algorithm.cartesianProduct output type immutability

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13122 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 13921] ICE with template instantiation error

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13921 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13921] ICE with template instantiation error

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13921 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/70eda8d95cf1adab848f9a807961c409af90164a fix Issue 13921 - ICE with

[Issue 13912] Offer to 'import missing packages' like C# and Java

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13912 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- Let's see if Mono-D can do it, we might then be able to do it, too ;-) More seriously, with the current rush to use selective local imports, a little more interaction might be necessary to

[Issue 13877] Problem with map+join

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13877 --- Comment #4 from Peter Alexander peter.alexander...@gmail.com --- https://github.com/D-Programming-Language/phobos/pull/2837 For now, I'm limiting the optimization to arrays only. Any other range is conservatively assumed to have arbitrarily

[Issue 13124] std.algorithm.until with not-boolean predicates too

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13124 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 13041] std.range.transposed consumes sub-ranges

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13041 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 13877] Problem with map+join

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13877 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 13910] Internal error: e2ir.c 1926

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13910 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 13909] A problem with immutable zip + assocArray

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13909 bearophile_h...@eml.cc changed: What|Removed |Added Keywords||diagnostic

[Issue 13909] A problem with immutable zip + assocArray

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13909 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9f90a63709852c181ac6e0d045f447c1a0da627e Fix Issue 13909 -

[Issue 13715] Access violation when Algebraic(null) is used as default parameter

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13715 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 5036] Remove caching from ranges

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5036 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 13921] ICE with template instantiation error

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13921 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords|ice-on-invalid-code |ice, pull --- Comment #1

[Issue 13909] A problem with immutable zip + assocArray

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13909 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 13909] A problem with immutable zip + assocArray

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13909 --- Comment #3 from Peter Alexander peter.alexander...@gmail.com --- https://github.com/D-Programming-Language/phobos/pull/2833 --

[Issue 13909] A problem with immutable zip + assocArray

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13909 github-bugzi...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 13927] New: optimizer hangs in optelem with SIMD initialization

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13927 Issue ID: 13927 Summary: optimizer hangs in optelem with SIMD initialization Product: D Version: unspecified Hardware: All OS: All Status: NEW Severity: normal

[Issue 9119] [AA] Forward range addition to associative arrays.

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9119 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/74e226ccb7e7f6e8967a8e9c00735d01a9676be5 Merge pull

[Issue 9119] [AA] Forward range addition to associative arrays.

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9119 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5933725ccc9f55564cf9cd1eecb32f98cbf3aa71 Merge pull request

[Issue 13824] std.range.transposed irrevocably consumes subranges

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13824 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=317 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|

[Issue 13041] std.range.transposed consumes sub-ranges

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13041 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 7454] Add file and line numbers to Linux stack traces using addr2line

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7454 Maurice van der Pot griffo...@kfk4ever.com changed: What|Removed |Added CC|

[Issue 13742] undefined reference to __coverage

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13742 --- Comment #1 from Martin Nowak c...@dawg.eu --- Another occurence of this issue. https://github.com/kiith-sa/D-YAML/issues/20 --