[Issue 20491] New: extern(C) is not inferred for lambda agruments

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20491 Issue ID: 20491 Summary: extern(C) is not inferred for lambda agruments Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: normal

[Issue 20491] extern(C) is not inferred for lambda agruments

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20491 --- Comment #1 from Max Samukha --- (In reply to Max Samukha from comment #0) > Same for extern(C++). extern(C) --

[Issue 20492] New: __traits(getOverloads) and covariant return types in interfaces

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20492 Issue ID: 20492 Summary: __traits(getOverloads) and covariant return types in interfaces Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20488] AA.length in multiple modules causes opDispatch failure

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20488 FeepingCreature changed: What|Removed |Added CC||default_357-l...@yahoo.de --- Comment #3

[Issue 20488] AA.length in multiple modules causes opDispatch failure

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20488 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com

[Issue 20490] malloc and free should be @safe / @trusted

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20490 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @n8sh

[Issue 20490] malloc and calloc should be @safe / @trusted

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20490 Nathan S. changed: What|Removed |Added Summary|malloc and free should be |malloc and calloc should be

[Issue 20490] New: malloc and free should be @safe / @trusted

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20490 Issue ID: 20490 Summary: malloc and free should be @safe / @trusted Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor

[Issue 7066] You can redefine .init and .stringof without error

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 7066] You can redefine .init and .stringof without error

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

[Issue 17465] stringof is allowed as identifier

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17465 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20488] AA.length in multiple modules causes opDispatch failure

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20488 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 17065] [REG2.072] Unique does not work with private members

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17065 Basile-z changed: What|Removed |Added Keywords||patch --

[Issue 17065] [REG2.072] Unique does not work with private members

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17065 --- Comment #8 from Basile-z --- Created attachment 1772 --> https://issues.dlang.org/attachment.cgi?id=1772=edit fix proposal --

[Issue 20483] std.uni.byGrapheme & Grapheme.opSlice requires obscure REF parameters.

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20483 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 20483] std.uni.byGrapheme & Grapheme.opSlice requires obscure REF parameters.

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20483 --- Comment #2 from hst...@quickfur.ath.cx --- The problem is caused by the implementation of Grapheme.opSlice(), which returns a proxy range object that contains a pointer to the parent Grapheme. A cursory glance at the code didn't show any obvious

[Issue 20489] Installer deleting files after install

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20489 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from

[Issue 20391] [REG 2.089] DMD compile times increased by 40% because ENABLE_RELEASE=0 in build

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20391 Rainer Schuetze changed: What|Removed |Added CC||c...@dawg.eu, |

[Issue 20488] New: Strange opDispatch error with multiple module compilation and the use of hashmaps

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20488 Issue ID: 20488 Summary: Strange opDispatch error with multiple module compilation and the use of hashmaps Product: D Version: D2 Hardware: All OS: All

[Issue 20489] New: Installer deleting files after install

2020-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20489 Issue ID: 20489 Summary: Installer deleting files after install Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement