[Issue 3632] modify float is float to do a bitwise compare

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3632 Nathan S. changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 20898] order dependency in evaluating pragma(inline) for functions

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20898 --- Comment #2 from Walter Bright --- Probably not going to be able to fix this due to the pervasive use of pragma(inline) within function bodies. --

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #11239 "allow initialization of shared variables" was merged into master: - 9c79cb16c336244572d9578e3c3b1d7b4d9d20f2 by Walter Bright: Issue 20195: allow initialization of shared variables (

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #2 from Dlang Bot --- @WalterBright updated dlang/dmd pull request #11239 "allow initialization of shared variables" mentioning this issue: - Issue 20195: allow initialization of shared variables (partial fix) https://github.com/dlang/d

[Issue 20902] New: add an VisualD link directly on dlang.org home page or download page

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20902 Issue ID: 20902 Summary: add an VisualD link directly on dlang.org home page or download page Product: D Version: D2 Hardware: Other OS: Other Status:

[Issue 20901] New: arrays confuse static foreach

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20901 Issue ID: 20901 Summary: arrays confuse static foreach Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: major Priority: P1

[Issue 20900] New: dmd crashes on static foreach over infinite range

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20900 Issue ID: 20900 Summary: dmd crashes on static foreach over infinite range Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: major

[Issue 20863] Passing aggregate types into templates by alias drops qualifier

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20863 Boris Carvajal changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 20899] Qualifiers on alias parameters inconsistency between built-in types and user defined types

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20899 Boris Carvajal changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20839] [dwarf] inherited fields not shwon

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20839 Mathias LANG changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 15631] gdb: Parent's scope not considered for symbol lookup

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15631 Mathias LANG changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 15631] gdb: Parent's scope not considered for symbol lookup

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15631 --- Comment #5 from Mathias LANG --- *** Issue 20839 has been marked as a duplicate of this issue. *** --

[Issue 20899] Qualifiers on alias parameters inconsistency between built-in types and user defined types

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20899 --- Comment #1 from John Colvin --- Related: https://issues.dlang.org/show_bug.cgi?id=11480 --

[Issue 20899] New: Qualifiers on alias parameters inconsistency between built-in types and user defined types

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20899 Issue ID: 20899 Summary: Qualifiers on alias parameters inconsistency between built-in types and user defined types Product: D Version: D2 Hardware: All OS: All

[Issue 15671] The compiler should take into account inline pragmas when inlining

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15671 --- Comment #2 from Steven Schveighoffer --- First, to update the issue, you need a lot less uniform calls (probably the underlying uniform call is more code than it used to be), update longFunc to this: void longFunc() { version(good) x

[Issue 20839] [dwarf] inherited fields not shwon

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20839 uplink.co...@googlemail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUP

[Issue 20839] [dwarf] inherited fields not shwon

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20839 --- Comment #3 from uplink.co...@googlemail.com --- *** Issue 15631 has been marked as a duplicate of this issue. *** --

[Issue 15631] gdb: Parent's scope not considered for symbol lookup

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15631 uplink.co...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14690] pragma(inline, true) functions must have their bodies emitted in the .di file

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14690 --- Comment #3 from Andrei Alexandrescu --- For such cases (I assume there won't be many) it's safe to emit the function unconditionally - it would be no worse than any other approach. --

[Issue 20148] void initializated bool can be both true and false

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20148 Patrick Schluter changed: What|Removed |Added CC||Patrick.Schluter@ec.europa.

[Issue 20410] ReplaceTypeUnless replaces enums with their basetype

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

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 14294] partialSort should also accept two ranges

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14294 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8083] Throwing in a loop results in infinite bypassing exception messages

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8083 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|