[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #8 from

[Issue 13213] Make 'go to definition' play nicer with extern(C)

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13213 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai

[Issue 13452] VisualD keeps linking freshly built project

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13452 --- Comment #5 from Rainer Schuetze --- The latest version now uses the tracker from MSBuild instead of the filemonitor.dll. This should work better for all architectures. Try it in https://github.com/D-Programming-Language/visuald/releases/tag/v0.

[Issue 13342] mixin error messages formatted incorrectly:

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13342 --- Comment #2 from Rainer Schuetze --- These lines are now supported by the output parser. Try https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta4 I addition it parses exception messages and file information in the call sta

[Issue 13817] VisualD cannot list member for (utf-8 Wide character)

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13817 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai

[Issue 13227] DMD-Win64 debuginfo corruption

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13227 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 from Rai

[Issue 13880] New: nothrow @nogc std.algorithm.reduce on fixed-size arrays

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13880 Issue ID: 13880 Summary: nothrow @nogc std.algorithm.reduce on fixed-size arrays Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 6256] [patch] std.algorithm.map does not support static arrays and has 'length' for narrow strings.

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6256 --- Comment #8 from bearophile_h...@eml.cc --- (In reply to bearophile_hugs from comment #7) > (In reply to Jonathan M Davis from comment #6) > > So, I think that benchmarks which show a significant improvement with static > > arrays being special-case

[Issue 13880] nothrow @nogc std.algorithm.reduce on fixed-size arrays

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13880 --- Comment #1 from bearophile_h...@eml.cc --- This is a less easy case to support, because the slice length is known at compile-time to be > 0, but a slicing generates a dynamic array: void main() pure nothrow @safe @nogc { import std.algorithm

[Issue 12244] Locals with the same name in different sub-scopes confuse the debugger

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12244 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3657] No lexical scope for local variables in debug info

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3657 Rainer Schuetze changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #13 from Ra

[Issue 13213] Make 'go to definition' play nicer with extern(C)

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13213 Rainer Schuetze changed: What|Removed |Added Keywords|symdeb | --- Comment #2 from Rainer Schuetze ---

[Issue 13881] New: Optional length template argument for std.range.takeExactly

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13881 Issue ID: 13881 Summary: Optional length template argument for std.range.takeExactly Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 13882] New: Smarter std.algorithm.copy

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13882 Issue ID: 13882 Summary: Smarter std.algorithm.copy Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1

[Issue 13877] Problem with map+join

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13877 safety0ff.bugz changed: What|Removed |Added CC||safety0ff.b...@gmail.com Hardware

[Issue 1708] CodeView: parent-scope not set for nested functions

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1708 Rainer Schuetze changed: What|Removed |Added Keywords||symdeb CC|

[Issue 4823] CodeView: Thread local variables are stored as shared globals

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4823 Rainer Schuetze changed: What|Removed |Added Keywords||symdeb --

[Issue 4839] CodeView: Segment end address is wrong

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4839 Rainer Schuetze changed: What|Removed |Added Keywords||symdeb CC|

[Issue 8263] wrong offset in IMAGE_DEBUG_DIRECTORY

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8263 Rainer Schuetze changed: What|Removed |Added Keywords||symdeb CC|

[Issue 1705] CodeView: static variables in functions not assigned to procedure scope

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1705 Rainer Schuetze changed: What|Removed |Added Keywords||symdeb CC|

[Issue 13418] uninitializedArray & core.simd.Vector return incorrect type

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13418 Issue 13418 depends on issue 12776, which changed state. Issue 12776 Summary: Wrong type for __vector(int[4]).init https://issues.dlang.org/show_bug.cgi?id=12776 What|Removed |Added -

[Issue 12776] Wrong type for __vector(int[4]).init

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12776 --- Comment #3 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/e1b3b2b6f117376bb746d39455e206168324c390 fix Issue 12776 - Wrong type

[Issue 13342] mixin error messages formatted incorrectly:

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13342 --- Comment #3 from Manu --- Awesome, this looks like a really useful update. Thanks again Rainer, you're my hero! :) --

[Issue 11541] Debuginfo errors building vibe.d for Win64

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11541 --- Comment #2 from Manu --- I had presumed it was DMD? Perhaps it was link.exe? I didn't imagine the string 'MS-Coff object' would be emitted by any of the MS tools. That seems to be a distinction made within DMD. --

[Issue 11902] DMD debuginfo doesn't seem to write classes correctly

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11902 --- Comment #14 from Manu --- Thanks walter! Rainer: Is it possible to make VisualD manage this build flag appropriately according to the version of VisualStudio (or perhaps, which debug engine) the user is running? --

[Issue 13213] Make 'go to definition' play nicer with extern(C)

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13213 Manu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---