[Issue 23480] non-empty ForStatement Increment clause should require a side effect

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23480 RazvanN changed: What|Removed |Added CC||schvei...@gmail.com --- Comment #2 from RazvanN -

[Issue 16672] Deprecate "block only" delegate syntax

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

[Issue 23483] add profile-gc hook function user can call early to dump partial report file.

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

[Issue 23484] New: -preview=dip1021 is crashing the compiler before linking

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23484 Issue ID: 23484 Summary: -preview=dip1021 is crashing the compiler before linking Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 23484] -preview=dip1021 is crashing the compiler before linking

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

[Issue 16672] Deprecate "block only" delegate syntax

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16672 Nick Treleaven changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 5710] cannot use nested function as alias parameter to non-global template

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 RazvanN changed: What|Removed |Added CC||jens.muel...@sociomantic.co |

[Issue 17063] Nested function template cannot be accessed

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

[Issue 11533] Compiler should allow to being nested for static local template functions

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

[Issue 5710] cannot use nested function as alias parameter to non-global template

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #55 from RazvanN --- *** Issue 11533 has been marked as a duplicate of this issue. *** --

[Issue 17079] dmd -v should show all generated files including objects

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

[Issue 17067] D header file generation includes excess imports

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

[Issue 17090] `dmd -transition=?` needs quoting => make it `-transition=help`

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

[Issue 19552] -transition is non-intuitive to use - the flag should list options by default

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

[Issue 17124] dmd segfaults on __traits(getMember, ...)

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

[Issue 23475] confusing printf deprecation message with ulong/long on Windows

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23475 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #6 from Dlang Bot --- @ntrel c

[Issue 23475] confusing printf deprecation message with ulong/long on Windows

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23475 Nick Treleaven changed: What|Removed |Added Keywords||diagnostic Severity|minor

[Issue 23475] confusing printf deprecation message with ulong/long on Windows

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23475 --- Comment #7 from Nick Treleaven --- (In reply to kinke from comment #5) > You're calling a C function, which couldn't care less about D well-defining > long as 64-bit on all targets. Yes, thanks for the tip about %lld. --

[Issue 23485] New: ImportC: two tests with gtk

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23485 Issue ID: 23485 Summary: ImportC: two tests with gtk Product: D Version: D2 Hardware: x86_64 OS: FreeBSD Status: NEW Severity: enhancement Priority: P

[Issue 23485] ImportC: two tests with gtk

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23485 --- Comment #1 from Don Allen --- Created attachment 1860 --> https://issues.dlang.org/attachment.cgi?id=1860&action=edit First test: vanilla include (see gtk.c) --

[Issue 23485] ImportC: two tests with gtk

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23485 --- Comment #2 from Don Allen --- Created attachment 1861 --> https://issues.dlang.org/attachment.cgi?id=1861&action=edit Second test: include of gtk.h with attempts to work around problems encountered in first test --

[Issue 23485] ImportC: two tests with gtk

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23485 Don Allen changed: What|Removed |Added Keywords||ImportC --

[Issue 23476] Second ImportC example in Quick Examples, Section 41.1, does not compile

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23476 Don Allen changed: What|Removed |Added Keywords||ImportC --

[Issue 23486] New: LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe'

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23486 Issue ID: 23486 Summary: LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe' Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 23486] LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe'

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23486 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org OS|Linu

[Issue 23486] LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe'

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23486 --- Comment #1 from Iain Buclaw --- Introduced by https://github.com/dlang/druntime/pull/3026 --

[Issue 23486] LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe'

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23486 --- Comment #2 from Iain Buclaw --- This has failed for the third time in a row now when running build. --

[Issue 23368] Throwing a null exception at compile time crashes the compiler

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23368 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14643 "merge stable" was merged into master: - ab39d16b006ba3db4639ce663da9f1efa49c9d4e by mhh: Fix Issue 23368 - Don't segfault on throwing null exception https://github.com/dlang/dmd/pul

[Issue 23461] dmd: src/dmd/backend/cod1.d:2037: Assertion false failed

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23461 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14643 "merge stable" was merged into master: - feddb0b9f48909ab40bc78b1bd37a5c4008b559a by Walter Bright: fix Issue 23461 - dmd: src/dmd/backend/cod1.d:2037: Assertion false failed https:/

[Issue 23456] OpenBSD: Add waitid support

2022-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23456 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14643 "merge stable" was merged into master: - 0c862722803437de393c9911ff0bb32f2c120998 by Brian Callahan: Fix Issue 23456 - OpenBSD: Add waitid support (#14612) https://github.com/dlang/d