[Issue 23970] [REG2.097.0] Deprecation not emitted when selectively importing deprecated function

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

[Issue 23988] New: Conditional Exp does not bring enums to correct common type if one leg is const

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23988 Issue ID: 23988 Summary: Conditional Exp does not bring enums to correct common type if one leg is const Product: D Version: D2 Hardware: All OS: All

[Issue 23968] Deprecation not emitted with alias to template function in UFCS

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

[Issue 23959] [REG2.101.0] Copying arrays of types with postblits from varargs broken

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

[Issue 23988] Conditional Exp does not bring enums to correct common type if one leg is const

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

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

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

[Issue 23947] If a class overloads a method mixing private and public and the last overload is public, the method is always public.

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

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

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

[Issue 23970] [REG2.097.0] Deprecation not emitted when selectively importing deprecated function

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23970 --- Comment #2 from Vladimir Panteleev --- That sounds fine to me. I just want to note that maybe deprecation should be a property that is tracked for overload sets; then, maintaining that property on the overload set, and checking if all of the

[Issue 23973] static constructors should have to be nothrow

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

[Issue 23988] Conditional Exp does not bring enums to correct common type if one leg is const

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

[Issue 23966] [REG2.102] Cannot use traits(getAttributes) with overloaded template

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23966 --- Comment #3 from RazvanN --- (In reply to RazvanN from comment #2) > This is not a problem with the deprecation of __traits(getAttributes), but > rather a problem of traits(getOverloads). This was simply exposed by the > deprecation. If you use

[Issue 23989] New: Regression in rdmd when running an empty eval

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23989 Issue ID: 23989 Summary: Regression in rdmd when running an empty eval Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 23989] Regression in rdmd when running an empty eval

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23989 --- Comment #2 from deadalnix --- Something used to work. Now it doesn't work. None of the input provided contains either a `{}` or a `;`, so clearly the the user supplied code isn't at fault. If rdmd generates something that is now invalid, then

[Issue 23989] Regression in rdmd when running an empty eval

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23989 mhh changed: What|Removed |Added CC||maxha...@gmail.com --- Comment #3 from mhh ---

[Issue 23970] [REG2.097.0] Deprecation not emitted when selectively importing deprecated function

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

[Issue 23973] static constructors should have to be nothrow

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23973 --- Comment #3 from Dlang Bot --- @RazvanN7 created dlang/dmd pull request #15318 "Fic Issue 23973 - static constructors should have to be nothrow" mentioning this issue: - Fic Issue 23973 - static constructors should have to be nothrow

[Issue 23966] [REG2.102] Cannot use traits(getAttributes) with overloaded template

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

[Issue 23959] [REG2.101.0] Copying arrays of types with postblits from varargs broken

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

[Issue 23989] Regression in rdmd when running an empty eval

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23989 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #1

[Issue 10910] Duplicate error messages for array bounds errors

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10910 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot ---

[Issue 20812] _d_assocarrayliteralTX segfault assigning a shared associative array an AA literal

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20812 m...@ernestocastellotti.it changed: What|Removed |Added CC||m...@ernestocastellotti.it ---

[Issue 20812] _d_assocarrayliteralTX segfault assigning a shared associative array an AA literal

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20812 mw changed: What|Removed |Added Priority|P2 |P1 CC|

[Issue 4663] Wrong 'static' position error message

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

[Issue 23990] constant folding of integer casts not always happening in front end

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

[Issue 23990] New: constant folding of integer casts not always happening in front end

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23990 Issue ID: 23990 Summary: constant folding of integer casts not always happening in front end Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20812] _d_assocarrayliteralTX segfault assigning a shared associative array an AA literal

2023-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20812 Steven Schveighoffer changed: What|Removed |Added Keywords||safe, wrong-code CC|

[Issue 4663] Wrong 'static' position error message

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