[Issue 3108] [meta] Protection

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3108 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2830] private attribute doesn't work for structs/unions/classes

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2830 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3108] [meta] Protection

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3108 Issue 3108 depends on issue 2830, which changed state. Issue 2830 Summary: private attribute doesn't work for structs/unions/classes https://issues.dlang.org/show_bug.cgi?id=2830 What|Removed |Added

[Issue 1441] [module] Allow 'private' to restrict class visibility outside module or outer class

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1441 Issue 1441 depends on issue 2830, which changed state. Issue 2830 Summary: private attribute doesn't work for structs/unions/classes https://issues.dlang.org/show_bug.cgi?id=2830 What|Removed |Added

[Issue 3451] (D1 only) Initializers don't work for tuple variables

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3451 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4900] compiler still slow due to a single function

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4900 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1792] illegal opAssign possible via alias

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1792 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1619] "Missing initializer for const field" only reported if an explicit constructor is present

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1619 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2883] (D1 only) ufcs does not work with property syntax

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2883 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10217] (D1 only) ICE(root.c) with nested struct.init.tupleof in CTFE

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10217 Mathias LANG changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 7779] D1-style opWhatever method is chosen in preference to opBinary under D2

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7779 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3501] (D1 only) "is null" comparison should be disallowed for fixed-size arrays

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3501 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2698] Syntax to parse an identifier from a string, instead of mixin()

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2698 --- Comment #6 from Mathias LANG --- Nick: A couple years ago, at DConf if memory serves me well, the usage of Bugzilla was discussed and it was mentioned that more enhancement requests should go to the DIP queue. I unfortunately don't remember the

[Issue 20055] New: 128 byte-alignment cache padding for AlignedSpinLock on x86_64?

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20055 Issue ID: 20055 Summary: 128 byte-alignment cache padding for AlignedSpinLock on x86_64? Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW

[Issue 20054] getSymbolsByUDA no longer works on modules

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20054 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #1 from

[Issue 20047] call of static nested function ignores purity

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

[Issue 20050] pure function should be able to return function pointer to impure static nested function

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

[Issue 20054] New: getSymbolsByUDA no longer works on modules

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20054 Issue ID: 20054 Summary: getSymbolsByUDA no longer works on modules Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: regression

[Issue 20052] SIMD 32 bytes causes obscure segfault

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

[Issue 20052] SIMD 32 bytes causes obscure segfault

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20052 --- Comment #2 from Suleyman Sahmi (سليمان السهمي) --- https://github.com/dlang/dmd/pull/10178 --