[Issue 24466] New: `scope(exit)` should not be allowed in the main scope of `noreturn` functions

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24466 Issue ID: 24466 Summary: `scope(exit)` should not be allowed in the main scope of `noreturn` functions Product: D Version: D2 Hardware: All OS: All St

[Issue 24466] `scope(exit)` should not be allowed in the main scope of `noreturn` functions

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24466 elpenguin...@gmail.com changed: What|Removed |Added CC||elpenguin...@gmail.com --- Comment #

[Issue 24467] New: Allow unittest functions to support expressions only

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24467 Issue ID: 24467 Summary: Allow unittest functions to support expressions only Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 21718] Preview switches have insufficient descriptions

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21718 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @ntrel c

[Issue 24467] Allow unittest functions to support expressions only

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24467 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 15510] json shouldn't escape forward slash by default

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15510 Tomoya Tanjo changed: What|Removed |Added CC||tta...@gmail.com --- Comment #2 from Tomoya T

[Issue 24468] New: stdThreadLocalLog does not print `log` and `trace` logs

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24468 Issue ID: 24468 Summary: stdThreadLocalLog does not print `log` and `trace` logs Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 24468] stdThreadLocalLog does not print `log` and `trace` logs

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24468 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- Accordi

[Issue 24468] stdThreadLocalLog does not print `log` and `trace` logs

2024-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24468 --- Comment #2 from Tomoya Tanjo --- Thank you for the information. It works when I set `Loglevel.all` to both logger before calling logging methods as follows. ```dlang ... (cast()sharedLog).logLevel = LogLevel.all; stdThreadLocalLog.l