[Issue 982] Codeview: symbols of enum type are declared integer

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

[Issue 4372] type of enumerator values reduced to base type in debug info

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

[Issue 19965] [DIP1000] Template allows to escape internal pointer

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19965 --- Comment #2 from Mike Franklin --- The problem appears to be with `scope` inference. In `escape.d` there are many places where `STC.maybescope` is removed after it has been determined that `scope` cannot be inferred. There is even a function

[Issue 19731] auto struct methods whose address is taken don't test invariants

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19731 Iain Buclaw changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 17767] Dmd can't link recast.d, Gdc can't compile it and Ldc can perfectly compile it.

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17767 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20153] New: extern for aliased template instantiation

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20153 Issue ID: 20153 Summary: extern for aliased template instantiation Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 13582] Deprecated modules imported from other deprecated modules shouldn't be warned about

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13582 --- Comment #2 from Dlang Bot --- @FeepingCreature updated dlang/dmd pull request #10336 "Fix issue 13582: Don't print deprecation when importing a deprecated module from another deprecated module." fixing this issue: - Fix issue 13582: don't print

[Issue 20152] numeric expression should not evaluate to const type

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20152 ag0aep6g changed: What|Removed |Added CC||ag0ae...@gmail.com Severity|regression

[Issue 20152] New: numeric expression should not evaluate to const type

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20152 Issue ID: 20152 Summary: numeric expression should not evaluate to const type Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 20151] particular directory layout causes DMD to crash with an access violation

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20151 ag0aep6g changed: What|Removed |Added Keywords||ice CC|

[Issue 15651] filter: only parameters or stack based variables can be inout

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15651 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #3

[Issue 20151] particular directory layout causes DMD to crash with an access violation

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20151 John Colvin changed: What|Removed |Added Hardware|All |x86_64 --

[Issue 20151] particular directory layout causes DMD to crash with an access violation

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20151 John Colvin changed: What|Removed |Added Component|installer |dmd --

[Issue 17927] [scope] `scope inout` parameter value can be escaped via return

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 Les De Ridder changed: What|Removed |Added CC||dl...@lesderid.net --

[Issue 19965] [DIP1000] Template allows to escape internal pointer

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19965 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #1 from

[Issue 20151] New: particular directory layout causes DMD to crash with an access violation

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20151 Issue ID: 20151 Summary: particular directory layout causes DMD to crash with an access violation Product: D Version: D2 Hardware: All OS: Windows

[Issue 19175] @safe code can escape local array references

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19175 --- Comment #9 from ag0aep6g --- (In reply to Mike Franklin from comment #8) > Works for me as in v2.087.1 Most of the test cases are correctly rejected now with -dip1000. But the one from comment #7 is still accepted. Moved to issue 20150. --

[Issue 20150] New: -dip1000 defeated by pure

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20150 Issue ID: 20150 Summary: -dip1000 defeated by pure Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: safe Severity: normal

[Issue 1472] Be more clever about detecting assigment to non-l-values

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1472 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1430] CodeView: new dchar type not used

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1430 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1104] CodeView: char is marked 0x20 (T_UCHAR) instead of 0x10 (T_CHAR)

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1104 --- Comment #12 from RazvanN --- *** Issue 1430 has been marked as a duplicate of this issue. *** --