[Issue 11161] Document the default struct equality comparison and operator overloading

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11161 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #9 from Dlang Bot ---

[Issue 16657] alias this interacts with generated opCmp and opEquals

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16657 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #11 from Dlang Bot ---

[Issue 19711] New: -checkaction prevents console output

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19711 Issue ID: 19711 Summary: -checkaction prevents console output Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 19711] -checkaction prevents console output

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19711 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Hardware|x86

[Issue 19691] ICE on null default value for struct parameter in constructor

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19691 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19700] [2.085.0-beta.2] Obj-C wrong code overloading selectors and extern(D)

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19700 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #9 from Dlang Bot ---

[Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17289 --- Comment #23 from Dlang Bot --- dlang/dmd pull request #9401 "fix issue 17289 - macos/32 With Xcode 8.3 linker, warnings of "pointer not aligned"" was merged into master: - a44118acd47181d93a69372fb5c15d4d2d2fae9b by Rainer Schuetze: fix issue

[Issue 17290] DMD crash when f.T f(){}

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17290 Basile-z changed: What|Removed |Added Hardware|x86 |All OS|Windows

[Issue 17290] DMD crash when f.T f(){}

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17290 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #3 from Basile-z

[Issue 14147] Compiler crash on identical functions in a single module

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14147 --- Comment #7 from Seb --- No, the PRs were reverted and the deprecation cycle is supposed to be started by https://github.com/dlang/dmd/pull/8429 which hasn't been merged yet. --

[Issue 19710] template parameters not deduced when one is is a supplied string, and the other inferred.

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19710 Alex changed: What|Removed |Added CC||a...@sunopti.com Summary|[Home]

[Issue 19712] std.math.sin and cos cast float to real before evaluating.

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19712 Alex changed: What|Removed |Added Component|dmd |phobos --

[Issue 847] c++ vs d comparsion cleanups

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=847 Илья Ярошенко changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19496] Wrong D and C++ ABI caused by scope qualifier in other method

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19496 --- Comment #3 from Илья Ярошенко --- Fixed since DMD 2.084 / LDC 1.14 --

[Issue 19712] std.math.sin and cos cast float to real before evaluating.

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19712 --- Comment #2 from Alex --- I put the bug here because it is caused by phobos. Ldc has added a version(ldc) section that removes the casts to real and implements sin and cos differently depending on precision. if I can get around it by calling a

[Issue 19712] New: std.math.sin and cos cast float to real before evaluating.

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19712 Issue ID: 19712 Summary: std.math.sin and cos cast float to real before evaluating. Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 19712] std.math.sin and cos cast float to real before evaluating.

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19712 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb --- >

[Issue 11934] Allow `ref` in `foreach` over range iff `front` returns by `ref`

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11934 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19713] New: dmd crashes generating code for C++ template function

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19713 Issue ID: 19713 Summary: dmd crashes generating code for C++ template function Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: blocker

[Issue 19713] dmd crashes generating code for C++ template function

2019-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19713 Atila Neves changed: What|Removed |Added Keywords||C++, ice, ice-on-valid-code --