[Issue 18103] test17868 failing often but not every time

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18103 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20956] [DIP1000] @safe defeated by closure capturing ref parameter

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20956 Mathias LANG changed: What|Removed |Added Keywords||industry --

[Issue 20956] New: [DIP1000] @safe defeated by closure capturing ref parameter

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20956 Issue ID: 20956 Summary: [DIP1000] @safe defeated by closure capturing ref parameter Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 7791] Unnecessarily slow test in the DMD test suite

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

[Issue 20951] Wrong Decimal Literals Encoding

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20951 --- Comment #3 from Илья Ярошенко --- In C: ``` static double d = 2075e23; ``` is encoded as ``` .LCPI0_0: .quad 5000531031573652307 # double 2.0748E+26 ``` and ``` static double d = 2075e23L; // with L at the end ``

[Issue 18658] Provide GNUmake for easier development setup

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

[Issue 20949] std.range.popFront is unsafe in release mode

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

[Issue 20911] Documentation for test/unit is non-existant

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20911 Walter Bright changed: What|Removed |Added Keywords||TestSuite --

[Issue 18658] Provide GNUmake for easier development setup

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18658 Walter Bright changed: What|Removed |Added Keywords||TestSuite CC|

[Issue 18103] test17868 failing often but not every time

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18103 Walter Bright changed: What|Removed |Added Keywords||TestSuite CC|

[Issue 10572] Test suite for std.random

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10572 Walter Bright changed: What|Removed |Added Keywords||TestSuite CC|

[Issue 9072] some tests from the dmd test suite actually test the library, not the compiler

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9072 Walter Bright changed: What|Removed |Added Keywords||TestSuite --

[Issue 7791] Unnecessarily slow test in the DMD test suite

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7791 Walter Bright changed: What|Removed |Added Keywords||TestSuite CC|

[Issue 18235] Group logically similar tests into the same module in the D2 testsuite

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18235 Walter Bright changed: What|Removed |Added Keywords||TestSuite CC|

[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18413 Walter Bright changed: What|Removed |Added Keywords||TestSuite CC|

[Issue 20955] Test suite times out running tests in dmd/test, but leaves no clue which test hung

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20955 Walter Bright changed: What|Removed |Added Keywords||TestSuite --- Comment #1 from Walter Bright

[Issue 20955] New: Test suite times out running tests in dmd/test, but leaves no clue which test hung

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20955 Issue ID: 20955 Summary: Test suite times out running tests in dmd/test, but leaves no clue which test hung Product: D Version: D2 Hardware: All OS: All

[Issue 20951] Wrong Decimal Literals Encoding

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20951 --- Comment #2 from kinke --- Oh, I forgot the reason for the broader overview - both assertions of the testcase are CTFE-optimized to `assert(false)` (see -vcg-ast). --

[Issue 20954] New: spawn in unitest: compiler error, confusing message

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20954 Issue ID: 20954 Summary: spawn in unitest: compiler error, confusing message Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 20951] Wrong Decimal Literals Encoding

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20951 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- Some co

[Issue 20950] std.conv.text(int) shouldn't needlessly allocate

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20950 --- Comment #3 from Steven Schveighoffer --- That is the current case. I agree it shouldn't needlessly allocate if it can help it. But then the "fix" needs to be defined as to how much allocation is needed. Int is straightforward -- the code is alre

[Issue 20950] std.conv.text(int) shouldn't needlessly allocate

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20950 --- Comment #2 from Stanislav Blinov --- Why just int? --

[Issue 20953] Unexpected CTFE double literals behavior

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20953 Илья Ярошенко changed: What|Removed |Added Keywords||CTFE --

[Issue 20953] New: Unexpected CTFE double literals behavior

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20953 Issue ID: 20953 Summary: Unexpected CTFE double literals behavior Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical Priority

[Issue 20952] Can't represent subnormal numbers

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20952 Илья Ярошенко changed: What|Removed |Added Keywords||rejects-valid --

[Issue 20952] New: Can't represent subnormal numbers

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20952 Issue ID: 20952 Summary: Can't represent subnormal numbers Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical Priority: P1

[Issue 20951] New: Wrong Decimal Literals Encoding

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20951 Issue ID: 20951 Summary: Wrong Decimal Literals Encoding Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical Priority: P1

[Issue 20951] Wrong Decimal Literals Encoding

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20951 Илья Ярошенко changed: What|Removed |Added Keywords||wrong-code --

[Issue 20950] std.conv.text shouldn't needlessly allocate

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20950 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1 fr

[Issue 20950] std.conv.text(int) shouldn't needlessly allocate

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20950 Steven Schveighoffer changed: What|Removed |Added Summary|std.conv.text shouldn't |std.conv.text(int)

[Issue 20950] New: std.conv.text shouldn't needlessly allocate

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20950 Issue ID: 20950 Summary: std.conv.text shouldn't needlessly allocate Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Pr

[Issue 20945] alias x = ref y compiles

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20945 --- Comment #4 from Stanislav Blinov --- ...and then there's the whole old syntax of alias static int si; alias auto int au; alias scope int sc; alias override int ov; alias abstract int ab; alias synchronized int sy; alias nothrow int nt; alias pur

[Issue 20949] std.range.popFront is unsafe in release mode

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

[Issue 20949] New: std.range.popFront is unsafe in release mode

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20949 Issue ID: 20949 Summary: std.range.popFront is unsafe in release mode Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priori

[Issue 20945] alias x = ref y compiles

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20945 --- Comment #3 from Stanislav Blinov --- All of these compile: alias st = static int; alias au = auto int; alias sc = scope int; alias ov = override int; alias ab = abstract int; alias sy = synchronized int; alias nt = nothrow int; alias pu = pure i

[Issue 20948] New: std.getopt: Support std.getop.config.positional

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20948 Issue ID: 20948 Summary: std.getopt: Support std.getop.config.positional Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 20833] Template members prevent __traits(getOverloads) from working properly

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

[Issue 20945] alias x = ref y compiles

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20945 --- Comment #2 from Stanislav Blinov --- ...and that's been there since 2009 https://github.com/dlang/phobos/commit/e486c557bcb590b54bd414718c30c09fa6536e63 I'm almost tempted to make a PR that would add a "and never will" to that comment. --

[Issue 20943] std.algorithm.setops.cartesianProduct fails for ranges with @system popFront

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

[Issue 20947] Azure Pipelines / Azure pipelines (Windows x64) fails with irrelevant Heisenbug

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20947 Walter Bright changed: What|Removed |Added Keywords||TestSuite --

[Issue 20947] New: Azure Pipelines / Azure pipelines (Windows x64) fails with irrelevant Heisenbug

2020-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20947 Issue ID: 20947 Summary: Azure Pipelines / Azure pipelines (Windows x64) fails with irrelevant Heisenbug Product: D Version: D2 Hardware: x86_64 OS: Windows