[Issue 23983] Better error message when brace missing after `else`

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23983 FeepingCreature changed: What|Removed |Added CC||default_357-l...@yahoo.de --- Comment #7

[Issue 23983] Better error message when brace missing after `else`

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23983 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23991] [REG2.087.0] Private top-level overloads are callable if any overload is public

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23991 --- Comment #5 from RazvanN --- This is just a hypothesis, I haven't checked it but: support for public aliases to private functions is a half baked feature. I wouldn't be surprised if its implementation accidentally made this case to work but

[Issue 23965] [REG2.101.0] Appending deprecated structs in deprecated function causes deprecation message

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

[Issue 23991] [REG2.087.0] Private top-level overloads are callable if any overload is public

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23991 --- Comment #4 from Vladimir Panteleev --- OK, but I am curious why the test program above correctly failed to compile before 2.087.0. In other words, how can this be a long-standing issue and a regression at the same time? --

[Issue 3254] [module] Module member visibility depends on declaration order

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3254 RazvanN changed: What|Removed |Added CC||dlang-bugzilla@thecybershad |

[Issue 23991] [REG2.087.0] Private top-level overloads are callable if any overload is public

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

[Issue 23987] Copy construction should not disable implicit conversion

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23987 --- Comment #3 from RazvanN --- (In reply to RazvanN from comment #2) > > void main() > { > immutable(S) s1 = S(2); > immutable(S) s2 = s1; > writeln(*s2.p); > *s = 9; > writeln(*s2.p); > } `p` is not a pointer so no need for

[Issue 23964] [REG2.102] inccorect error opAssign cannot be used ... @disable

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23964 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from

[Issue 23987] Copy construction should not disable implicit conversion

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23987 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23987] Copy construction should not disable implicit conversion

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23987 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from

[Issue 23999] New: Potentially Ambiguous Template Instatiation

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23999 Issue ID: 23999 Summary: Potentially Ambiguous Template Instatiation Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 24000] New: show the open bracket "{" location for Error: matching `}` expected, not `End of File`

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24000 Issue ID: 24000 Summary: show the open bracket "{" location for Error: matching `}` expected, not `End of File` Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 23999] Potentially Ambiguous Template Instatiation

2023-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23999 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #1 from Basile-z