[Issue 20628] New: Inherited In contracts should only check the most inherited function

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20628 Issue ID: 20628 Summary: Inherited In contracts should only check the most inherited function Product: D Version: D2 Hardware: x86_64 OS: Linux Status

[Issue 20629] New: atomicStore does not compile for struct using -m64

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20629 Issue ID: 20629 Summary: atomicStore does not compile for struct using -m64 Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 20629] atomicStore does not compile for struct using -m64

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

[Issue 20629] atomicStore does not compile for struct using -m64

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

[Issue 20623] std.conv.to!string error when argument is an inout float

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20623 Mr. Smith changed: What|Removed |Added CC||mrsmit...@yandex.ru --- Comment #1 from Mr. Smit

[Issue 20630] New: Illegal instruction: when passing enum:string to function taking a dstring

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20630 Issue ID: 20630 Summary: Illegal instruction: when passing enum:string to function taking a dstring Product: D Version: D2 Hardware: x86 OS: Windows S

[Issue 20623] std.conv.to!string error when argument is an inout float

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

[Issue 13933] templatize object.opEquals

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13933 Tomoya Tanjo changed: What|Removed |Added CC||tta...@gmail.com --- Comment #2 from Tomoya T

[Issue 20623] std.conv.to!string error when argument is an inout float

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20623 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @Moonlig

[Issue 20631] New: Calling exit in module destructor yields undefined behaviour

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20631 Issue ID: 20631 Summary: Calling exit in module destructor yields undefined behaviour Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20632] Format and writeln not usable with non-copyable types

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20632 Mathias LANG changed: What|Removed |Added Hardware|x86 |All OS|Mac OS X

[Issue 20632] New: Format and writeln not usable with non-copyable types

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20632 Issue ID: 20632 Summary: Format and writeln not usable with non-copyable types Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Keywords: rejects-v

[Issue 20632] Format and writeln not usable with non-copyable types

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20632 --- Comment #1 from Mathias LANG --- Note that the errors I'm getting right now, without the `toString`, are: ``` /usr/local/opt/dmd/include/dlang/dmd/std/stdio.d(1505): Error: struct foo.MyStruct is not copyable because it is annotated with @disable

[Issue 20633] New: Struct literals order of evaluation is definition dependent, not call dependent

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20633 Issue ID: 20633 Summary: Struct literals order of evaluation is definition dependent, not call dependent Product: D Version: D2 Hardware: All OS: All

[Issue 20634] New: @safe forces bounds checking on newly allocated array when using .ptr

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20634 Issue ID: 20634 Summary: @safe forces bounds checking on newly allocated array when using .ptr Product: D Version: D2 Hardware: x86 OS: Mac OS X Statu

[Issue 19669] There is no way for code to detect whether -dip1000 is enabled or not

2020-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19669 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19721] Cannot take address of scope local variable even with dip1000 if a member variable is a delegate

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