[Issue 21539] [REG 2.084] symbols from import inside template mixin cannot be accessed using module scope dot operator

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21539 --- Comment #2 from Walter Bright --- Looks like: https://github.com/dlang/dmd/pull/9078 is the cause. Rewriting the example to: import std.stdio; mixin template T() { alias X = .File; } mixin T; and it works. --

[Issue 21539] [REG 2.084] symbols from import inside template mixin cannot be accessed using module scope dot operator

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21539 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1

[Issue 21540] New: Cannot pass associative array of function pointers to const AA parameter with lower attributes

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21540 Issue ID: 21540 Summary: Cannot pass associative array of function pointers to const AA parameter with lower attributes Product: D Version: D2 Hardware: All OS:

[Issue 21540] Cannot pass associative array of function pointers to const AA parameter with lower attributes

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21540 Bolpat changed: What|Removed |Added Keywords||rejects-valid, safe CC|

[Issue 21530] dtoh: Identifiers need to be sanitized wrt. reserved C++ keywords

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

[Issue 21539] New: [REG 2.084] symbols from import inside template mixin cannot be accessed using module scope dot operator

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21539 Issue ID: 21539 Summary: [REG 2.084] symbols from import inside template mixin cannot be accessed using module scope dot operator Product: D Version: D2 Hardware: All

[Issue 21534] dtoh: Default params for default ctor missing template args

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

[Issue 19933] MSVC: Undefined std{in,out,err} with -betterC

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19933 --- Comment #2 from kinke --- Just noticed that the OP hasn't used -betterC, but a C main, thus skipping the druntime initialization (incl. setting std{in,out,err}). With LDC v1.25, there's no linker error anymore, but the expected segfault as with

[Issue 19933] MSVC: Undefined std{in,out,err} with -betterC

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19933 kinke changed: What|Removed |Added Hardware|x86 |All --

[Issue 19933] MSVC: Undefined std{in,out,err} with -betterC

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19933 --- Comment #1 from kinke --- Quoting myself from https://github.com/ldc-developers/ldc/issues/3640#issuecomment-757464048: The MSVC runtime doesn't feature these symbols; MS defines them as macros, whereas druntime defines and sets them at startup

[Issue 19933] MSVC: Undefined std{in,out,err} with -betterC

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19933 kinke changed: What|Removed |Added CC||ki...@gmx.net Summary|Win10 stdout link

[Issue 21516] DMD windows download button not working in Chrome

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21516 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21292] Chrome now blocks downloading .dmg or .exe compiler file by default

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21292 Mathias LANG changed: What|Removed |Added CC||paultjeadriaa...@gmail.com --- Comment #5

[Issue 20565] Local template declarations in different scopes produce uncaught name collisions

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20565 --- Comment #6 from Dlang Bot --- @WalterBright created dlang/dmd pull request #12119 "Issue 20565 - Local template declarations in different scopes produceā€¦" mentioning this issue: - Issue 20565 - Local template declarations in different scopes