[Issue 16037] assigning delegate to a scope variable shouldn't allocate closure

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 16051] ICE with nested functions and template alias parameter

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16051 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com Severity|norma

[Issue 23472] New: scope(sucess) generate exception handling code.

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23472 Issue ID: 23472 Summary: scope(sucess) generate exception handling code. Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Pri

[Issue 16059] needed better error messages for failed overloads

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16059 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16084] Linker error, not failed compilation, with interface final function calling virtual template function

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16084 RazvanN changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 16097] Confusing error message when concatenating const(char)*

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16097 RazvanN changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 16143] Assertion error for nested functions

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16143 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16143] Assertion error for nested functions

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16143 RazvanN changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Issue 16160] Selective imports in aggregate types shadow methods

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16160 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16160] Selective imports in aggregate types shadow methods

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16160 RazvanN changed: What|Removed |Added Resolution|FIXED |WORKSFORME --

[Issue 16175] allow statements and declaration in a compiles block

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16175 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16177] Inner exception cannot be caught by specific type; becomes a collateral of the original exception

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16177 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16199] Looking up string-keyed AA with char[n] compiles but crashes at runtime

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16199 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #3 from Razv

[Issue 16213] CTFE internal error with static array $ as template argument

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16213 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com Severity|major

[Issue 16272] Yield like semantics for function execution

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16272 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16280] -profile=gc wrongly reports allocation when using reserve on dynamic arrays

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16280 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23472] scope(sucess) generate exception handling code.

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23472 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- The fro

[Issue 16177] Inner exception cannot be caught by specific type; becomes a collateral of the original exception

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16177 --- Comment #2 from Ali Cehreli --- Thank you! --

[Issue 23472] scope(sucess) generate exception handling code.

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23472 --- Comment #2 from deadalnix --- `__os2` can only be false if no exception was thrown. There is no reason to emit any exception handling code in such function, even in the instances where the bound check might fail. In fact, the whole point of scop

[Issue 16143] Assertion error for nested functions

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16143 Basile-z changed: What|Removed |Added Keywords||backend CC|

[Issue 23472] scope(sucess) generate exception handling code.

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23472 --- Comment #3 from kinke --- > so there is no reason to emit any exception handling code ever when > dealing with scope(success). That only holds for trivial code like your example. With multiple return statements like char inc(string s, ref int i

[Issue 16199] Looking up string-keyed AA with char[n] compiles but crashes at runtime

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16199 hst...@qfbox.info changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16143] Assertion error for nested functions

2022-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16143 --- Comment #4 from RazvanN --- (In reply to Basile-z from comment #3) > Do you use an older compiler ? with dmd 2.100.2 there's an error during > semantics: > > > /tmp/temp_7F6C1D38FB90.d:32:32: Error: function > > `runnable.__unittest_L35_C1.tran