[Issue 24010] Destructor called before end of scope for tuples

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24010 --- Comment #6 from Dlang Bot --- @WalterBright created dlang/dmd pull request #15366 "fix Issue 24010 - Destructor called before end of scope for tuples" fixing this issue: - fix Issue 24010 - Destructor called before end of scope for tuples

[Issue 24021] Issue a warning on assert with side effects

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24021 Tim changed: What|Removed |Added CC||tim.dl...@t-online.de --- Comment #5 from Tim ---

[Issue 24021] Issue a warning on assert with side effects

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

[Issue 24022] ImportC: Error: attribute `__anonymous` is used as a type

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 --- Comment #1 from Dlang Bot --- @katyukha created dlang/dmd pull request #15365 "Implement test case for Issue 24022" mentioning this issue: - Implement test case for Issue 24022 https://github.com/dlang/dmd/pull/15365 --

[Issue 24021] Issue a warning on assert with side effects

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24021 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #3 from Nick

[Issue 15542] pure function with no argument returning different values (with void-initialized static array)

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15542 RazvanN changed: What|Removed |Added CC||j...@thefirst.org --- Comment #9 from RazvanN

[Issue 14823] pure function returns uninitialized value

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

[Issue 24022] ImportC: Error: attribute `__anonymous` is used as a type

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 Dmytro Katyukha changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23662] ImportC bad handling of enum arguments for a function

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23662 Dmytro Katyukha changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 24022] New: ImportC: Error: attribute `__anonymous` is used as a type

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 Issue ID: 24022 Summary: ImportC: Error: attribute `__anonymous` is used as a type Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 24022] ImportC: Error: attribute `__anonymous` is used as a type

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 Dmytro Katyukha changed: What|Removed |Added Keywords||ImportC CC|

[Issue 24021] Issue a warning on assert with side effects

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24021 --- Comment #2 from RazvanN --- This could be implemented by a third party tool using dmd as a library. But I don't think it should be implemented in the compiler. --

[Issue 24021] Issue a warning on assert with side effects

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

[Issue 24021] New: Issue a warning on assert with side effects

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24021 Issue ID: 24021 Summary: Issue a warning on assert with side effects Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 15148] Linker error with packages

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

[Issue 15436] Compiler still refers to AliasSeq-s as "tuple"-s (and TypeTuple?)

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

[Issue 15288] The precedence of the exponentiation operator ^^ is too high.

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

[Issue 20148] void initializated bool can be both true and false

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

[Issue 15324] symbol is already defined / size of symbol changed

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

[Issue 23993] std.algorithm.maxElement no longer works with array of BigInt

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

[Issue 15355] unstable operator overloading with comma expression

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

[Issue 24019] Public alias to private struct template in struct instantiated in UDA is not visible from module

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24019 --- Comment #1 from FeepingCreature --- Hm. I'm not actually convinced this is a _bug_. We have a public alias, but the alias goes to a private template, and we instantiate the template from outside via the alias. The template has a private

[Issue 11612] Inconsistent error on negative new array size

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