[Issue 21134] New: time_t should probably be defined as a 64-bit type on x86-64

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21134 Issue ID: 21134 Summary: time_t should probably be defined as a 64-bit type on x86-64 Product: D Version: D2 Hardware: All OS: Windows Status: NEW

[Issue 21134] Windows: time_t should probably be defined as a 64-bit type on x86-64

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21134 Andrej Mitrovic changed: What|Removed |Added Summary|time_t should probably be |Windows: time_t should |

[Issue 21133] What are Azure Pipelines testing?

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

[Issue 21133] New: What are Azure Pipelines testing?

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21133 Issue ID: 21133 Summary: What are Azure Pipelines testing? Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: normal Priority: P1

[Issue 21129] [REG2.090] std.range.only broken for reference conversions of local copies of parameters

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

[Issue 21053] Test Suite run.d is built with compiler under test, must be build with bootstrap dmd

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21053 --- Comment #7 from Walter Bright --- (In reply to moonlightsentinel from comment #6) > That statement is just blatantly wrong. The list of its imports, and the imports of those imports, doesn't leave out much. It would be nigh impossible to attempt

[Issue 21038] wchar and dchar string alignment should be 2 and 4, respectively

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

[Issue 21038] wchar and dchar string alignment should be 2 and 4, respectively

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21038 Walter Bright changed: What|Removed |Added Summary|Wrong codegen when calling |wchar and dchar string |wc

[Issue 21122] __traits(getAttributes) wrong scope on enums

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

[Issue 21038] Wrong codegen when calling wcslen

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21038 --- Comment #3 from Walter Bright --- Oh, I see now. For: alias wchar_t = dchar; const(wchar)* x = "xz"; const(wchar_t)* name = "abcd"; void test() { assert((cast(size_t) name) % wchar_t.sizeof == 0); /* Fails. Should pass. */ } the result is:

[Issue 21038] Wrong codegen when calling wcslen

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

[Issue 21122] __traits(getAttributes) wrong scope on enums

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

[Issue 21132] New: Ff two keys in an associative array literal are equal

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21132 Issue ID: 21132 Summary: Ff two keys in an associative array literal are equal Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor

[Issue 21131] Appender with string does not process UTF input ranges properly

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

[Issue 21131] Appender with string does not process UTF input ranges properly

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21131 Steven Schveighoffer changed: What|Removed |Added Hardware|x86 |All OS|Mac OS X

[Issue 21131] New: Appender with string does not process UTF input ranges properly

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21131 Issue ID: 21131 Summary: Appender with string does not process UTF input ranges properly Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW

[Issue 21056] Test Suite autotester FreeBSD_32 Heisenbug

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21056 safety0ff.bugz changed: What|Removed |Added CC||safety0ff.b...@gmail.com --- Comment #2 fro

[Issue 21130] Test Suite: C++ interop tests / Run (macOS-10.15, clang-4.0.0) fails with X Setup job

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

[Issue 21130] New: Test Suite: C++ interop tests / Run (macOS-10.15, clang-4.0.0) fails with X Setup job

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21130 Issue ID: 21130 Summary: Test Suite: C++ interop tests / Run (macOS-10.15, clang-4.0.0) fails with X Setup job Product: D Version: D2 Hardware: x86_64 OS: Mac OS

[Issue 20532] [betterC] methods utilizing stdout cause a segfault

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20532 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #1 from Dennis --- The

[Issue 21116] onArrayCastError is horribly unsafe

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

[Issue 21054] Test Suite test/run.d has no documentation on how the dmd under test is specified

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

[Issue 21042] Deactivating CFGalwaysframe causes Memstomp test failure on Darwin_64_64

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

[Issue 21042] Deactivating CFGalwaysframe causes Memstomp test failure on Darwin_64_64

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21042 moonlightsenti...@disroot.org changed: What|Removed |Added Keywords|TestSuite | --

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

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

[Issue 21119] Code coverage checker is not instrumenting backend source files

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

[Issue 21119] Code coverage checker is not instrumenting backend source files

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21119 --- Comment #4 from Walter Bright --- -cov requires linking with druntime, and -betterC explicitly must not require druntime. This is not a bug in the backend. --

[Issue 21119] Code coverage checker is not instrumenting backend source files

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21119 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #11522 "Workaround for Issue 21119 - Disable -betterC for coverage builds" was merged into master: - ceb3cc976f1968d83a2f91112b30bd2a9d0ba647 by MoonlightSentinel: Workaround for Issue 21119

[Issue 18750] [Tracker] everything wrong with code generation for bt instruction

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

[Issue 17022] brew install dmd has a bug in its creation of dmd.conf

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

[Issue 14060] Internal error: backend/cg87.c 3394 only in MacOSX

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

[Issue 13808] Scoped import in struct body hijacks UFCS

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

[Issue 4747] Make each unittest block a separate function that runs independently of the others

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

[Issue 4476] __traits for more kinds of names

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

[Issue 4505] Type literal of pure function pointer inside function signature

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

[Issue 4533] Ban public aliases to private symbols

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

[Issue 4285] template inside function error message

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4285 Mathias LANG changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 2643] Front-end should check for unimplemented interface functions

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

[Issue 21129] [REG2.090] std.range.only broken for reference conversions of local copies of parameters

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21129 johanenge...@weka.io changed: What|Removed |Added Keywords||industry --

[Issue 21129] New: [REG2.090] std.range.only broken for reference conversions of local copies of parameters

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21129 Issue ID: 21129 Summary: [REG2.090] std.range.only broken for reference conversions of local copies of parameters Product: D Version: D2 Hardware: All OS: All

[Issue 21082] Testsuite fails on OSX (runnable/test16096.sh with asserts on)

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

[Issue 21053] Test Suite run.d is built with compiler under test, must be build with bootstrap dmd

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21053 --- Comment #6 from moonlightsenti...@disroot.org --- (In reply to Walter Bright from comment #4) > Why can't simply the previous release be used? Because one would need to install it on the auto-tester machines to which only one person (Brad?) has a

[Issue 1995] invalid paths feed to -J option should be warned

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

[Issue 21119] Code coverage checker is not instrumenting backend source files

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21119 --- Comment #2 from Dlang Bot --- @MoonlightSentinel created dlang/dmd pull request #11522 "Workaround for Issue 21119 - Disable -betterC for coverage builds" mentioning this issue: - Workaround for Issue 21119 - Disable -betterC for coverage builds

[Issue 21128] New: Update of dmd-master is stopped

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21128 Issue ID: 21128 Summary: Update of dmd-master is stopped Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical Priority: P1

[Issue 2599] Two variadic parameters should be accepted

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

[Issue 21119] Code coverage checker is not instrumenting backend source files

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

[Issue 1995] invalid paths feed to -J option should be warned

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1995 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #5 from Dlang Bot --- @Geod24 c

[Issue 14517] Templated static ctor + separate compilation = module cycles

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14517 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #6 fro

[Issue 21082] Testsuite fails on OSX (runnable/test16096.sh with asserts on)

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21082 --- Comment #3 from Dlang Bot --- @jacob-carlborg created dlang/dmd pull request #11520 "fix issue 21082: Testsuite fails on macOS with assertions enabled" fixing this issue: - fix issue 21082: Testsuite fails on macOS with assertions enabled https

[Issue 21053] Test Suite run.d is built with compiler under test, must be build with bootstrap dmd

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

[Issue 21053] Test Suite run.d is built with compiler under test, must be build with bootstrap dmd

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21053 --- Comment #4 from Walter Bright --- (In reply to moonlightsentinel from comment #2) > Partially, it's done for all CI which have an appropriatly recent host > compiler, otherwise it falls back to the generated dmd. This affects a few > CI machines

[Issue 21127] New: [Home] triangle for selecting sample program insensitive

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21127 Issue ID: 21127 Summary: [Home] triangle for selecting sample program insensitive Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: A

[Issue 21123] ICE during toChars() of weird CommaExp lowering

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21123 Walter Bright changed: What|Removed |Added Keywords||ice-on-valid-code CC|