[Issue 7804] Cannot alias __traits directly

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7804 Basile B. changed: What|Removed |Added CC|b2.t...@gmx.com | --- Comment #12 from Basile B. --- I opted out.

[Issue 18814] Segmentation Fault in GC From writeln Call

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18814 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18814] Segmentation Fault in GC From writeln Call

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18814 --- Comment #4 from Marco Leise --- You allocated 10 bytes for the string " test test test test test". Let me count ... 1 ... 2 ... 3 ... mmh ... no. If it was April 1st, ok, but it is close to May 1st. --

[Issue 18814] Segmentation Fault in GC From writeln Call

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18814 --- Comment #3 from Jack Stouffer --- (In reply to Marco Leise from comment #2) > First thing that came to my mind ... there is suddenly an obvious GC bug > exposed by writeln?! Probably more likely some custom stuff that overwrites > internal data s

[Issue 18814] Segmentation Fault in GC From writeln Call

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18814 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #2 from Marco L

[Issue 18803] just "static if" in nested import crashes dmd

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18803 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/349869aa6835f4747a5a6f065d32857168ca1c59 Fix issue 18803: when errors occur while parsing a module, do

[Issue 18803] just "static if" in nested import crashes dmd

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18803 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 18814] Segmentation Fault in GC From writeln Call

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18814 --- Comment #1 from Jack Stouffer --- Should mention $ dmd --version DMD64 D Compiler v2.079.1 --

[Issue 18814] New: Segmentation Fault in GC From writeln Call

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18814 Issue ID: 18814 Summary: Segmentation Fault in GC From writeln Call Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority

[Issue 18813] New: fromStringz should work with char, wchar and dchar

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18813 Issue ID: 18813 Summary: fromStringz should work with char, wchar and dchar Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: enhancement

[Issue 18730] dmd miscompiles core.bitop.bt with -O

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18730 ag0aep6g changed: What|Removed |Added CC||cpic...@openmailbox.org --- Comment #9 from ag0ae

[Issue 18717] Segfault in BitManip

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18717 ag0aep6g changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18807] RefRange behaves very differently for Input Ranges and Forward Ranges

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18807 --- Comment #4 from Eyal --- Indeed, and both are worth fixing. So I think it makes sense to keep these 2 issues: issue 14619 should fix compiler's foreach behavior (calling opSlice unnecessarily) this issue should fix RefRange in phobos, to avoid

[Issue 18807] RefRange behaves very differently for Input Ranges and Forward Ranges

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18807 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #3 fr

[Issue 18804] std.algorithm.mutation.copy puts whole source range into target range when it should put elements

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18804 --- Comment #2 from ajiesk...@gmail.com --- Already being fixed? Thanks! imports are, on top of file: import std.stdio, std.file, std.conv, std.algorithm, std.range, std.string, std.typecons, std.math, std.csv; A few examples of correct lines from

[Issue 18743] ConditionalExpression and AssignExpression should require parentheses

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18743 Nick Treleaven changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 18639] VisualD - First 5 minutes - Improve list of project wizards, propritise MSBuild projects

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18639 --- Comment #10 from Rainer Schuetze --- This should fix the exception and a couple of settings: https://ci.appveyor.com/project/rainers/visuald/build/1.0.174/job/596or7dhda3bpvim/artifacts --

[Issue 18800] [REG2.080.0-beta.1] Array.length setter segfaults for payloads with indirections

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18800 Martin Nowak changed: What|Removed |Added Keywords||pull CC|

[Issue 18639] VisualD - First 5 minutes - Improve list of project wizards, propritise MSBuild projects

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18639 --- Comment #9 from Rainer Schuetze --- (In reply to Manu from comment #8) > Looks great! > > I'd change the text slightly: > "This is based on a **custom** project type designed for the D programming > language" <- I would add the word 'custom' to

[Issue 18807] RefRange behaves very differently for Input Ranges and Forward Ranges

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18807 --- Comment #2 from Eyal --- It's related -- but that issue is about "foreach" behavior, and this issue is about RefRange behavior, which probably should not define opSlice (as mentioned in passing in issue 14619). --

[Issue 18641] VisualD - First 5 minutes - Improve experience adding .d files to existing C++ projects

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18641 --- Comment #11 from Rainer Schuetze --- You should now be able to add a D file to a project and it should compile and link without any additional settings. That includes adding it to a static library and the link being in a C++ only project. --

[Issue 18641] VisualD - First 5 minutes - Improve experience adding .d files to existing C++ projects

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18641 --- Comment #9 from Manu --- What fix for this issue did you add to that new build? --

[Issue 18641] VisualD - First 5 minutes - Improve experience adding .d files to existing C++ projects

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18641 --- Comment #10 from Manu --- I'm not sure what to test for... :) --

[Issue 18640] VisualD - First 5 minutes - Default debuginfo configuration emits warnings.

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18640 --- Comment #3 from Manu --- Perfect, thanks! --

[Issue 18639] VisualD - First 5 minutes - Improve list of project wizards, propritise MSBuild projects

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18639 --- Comment #8 from Manu --- Looks great! I'd change the text slightly: "This is based on a **custom** project type designed for the D programming language" <- I would add the word 'custom' to make it clear. And I'd append some detail about the cu

[Issue 17972] __traits(getLinkage) doesn't work for classes

2018-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17972 Manu changed: What|Removed |Added Keywords||C++ CC||t