[Issue 17918] New: Segmentation fault dmd failed with exit code 139.

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17918 Issue ID: 17918 Summary: Segmentation fault dmd failed with exit code 139. Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 17915] [REG 2.073] core.exception.AssertError@ddmd/optimize.d(614): Assertion failure

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17915 Ketmar Dark changed: What|Removed |Added CC|

[Issue 17917] Wrong code gen with "-O -cov"

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17917 Ketmar Dark changed: What|Removed |Added CC|

[Issue 17269] formattedWrite of struct with Nullable value fails

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17269 Thibaut CHARLES changed: What|Removed |Added CC||cro...@gmail.com ---

[Issue 17910] Can't have UFCS in aggregate types

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17910 --- Comment #3 from Steven Schveighoffer --- You have a choice, make your extension methods global, or don't use UFCS to call them: clear(b); This is a perfectly reasonable tradeoff. D usually frowns upon having the same code

[Issue 17910] Can't have UFCS in aggregate types

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17910 --- Comment #2 from anonymous4 --- This destroys encapsulation: what has no business at global scope shouldn't be there. --

[Issue 17917] New: Wrong code gen with "-O -cov"

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17917 Issue ID: 17917 Summary: Wrong code gen with "-O -cov" Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P1

[Issue 17916] New: @__future does nothing for AggregateDeclarations

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17916 Issue ID: 17916 Summary: @__future does nothing for AggregateDeclarations Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: normal

[Issue 17901] FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d(652)

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17901 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com

[Issue 17878] Add __traits(isFuture, ...)

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17878 --- Comment #1 from RazvanN --- PR : https://github.com/dlang/dmd/pull/7232 --

[Issue 17748] extern(C) do nothing on struct methods

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17748 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17900] FreeBSD 10.3 runnable/cpp_abi_tests.d(94): Assertion failure (test suite)

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17900 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17900] FreeBSD 10.3 runnable/cpp_abi_tests.d(94): Assertion failure (test suite)

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17900 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/85f76f9963ffd81b0a02361dc6dc05a6eb2df5c8 fix Issue 17900 - FreeBSD 10.3 runnable/cpp_abi_tests.d(94):

[Issue 6895] std.traits.isCovariantWith doesn't work for function, function pointer and delegate

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6895 RazvanN changed: What|Removed |Added Keywords||bootcamp

[Issue 6515] Support for a basic BinaryHeap operation

2017-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6515 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED