[Issue 23553] opCmp spec is incomplete

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23553 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot ---

[Issue 23552] Function `x` does not override any function, but it actually does

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

[Issue 23561] std.typecons.Unique!struct does not destroy struct instance

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23561 --- Comment #2 from Vital --- But works when S is class: class S { ~this() { i++; writeln("DTOR: i == ", i ); } } --

[Issue 23561] std.typecons.Unique!struct does not destroy struct instance

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23561 Vital changed: What|Removed |Added CC||vital.fad...@gmail.com OS|Linux

[Issue 23151] ICE: core.exception.AssertError@src/dmd/aggregate.d(678): Assertion failure

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23151 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 Iain Buclaw changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 23533] Segmentation fault accessing enum.max with -preview=nosharedaccess

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23533 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - 39339ead74b42cc6817a7d2d70034c285d5601e3 by Razvan Nitu: Fix Issue 23533 - Segmentation fault accessing enum.max with -preview=nosharedaccess

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 23481] [inf loop] usertype enums opOpAssign cause an compile time infinite loop

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23481 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - 0a5b39e6e08885d9f11b385e2edb1ecac7418704 by Boris Carvajal: Fix Issue 23481 - [inf loop] usertype enums opOpAssign cause an compile time

[Issue 23562] [REG master] Segmentation fault in core.demangle

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23562 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23497] Erroneous escape reference to parameter error.

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23497 --- Comment #9 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - 52c5e2fbd41f7e8ae0a45be75ac74f9f6f5c6351 by Dennis Korpel: Fix 23497 - Erroneous escape reference to parameter error

[Issue 23532] Missing type properties for complex special enum types

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23532 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - b5de7872d79fb28e312048aeee2dfc4eb55adc31 by Iain Buclaw: fix Issue 23532 - Missing type properties for complex special enum types (#14663)

[Issue 22587] ternary with function call and assert(0) leads to cod1 assertion

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22587 --- Comment #7 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - d836c8bcec16205644e3aacf15f1a1cf7d655dd5 by mhh: Fix Issue 23549, 22587 - Lower certain noreturn expressions to a comma expression rather

[Issue 23516] Anonymous enum without base type causes segfault inferring member value

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23516 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - e419af2af149e86b2a9a976421a076462dd4e566 by Nick Treleaven: Fix Issue 23516 - Anonymous enum without base type causes segfault inferring

[Issue 23529] [ICE] Compiler segfaults on static array cast

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23529 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - 9fe6e029b11f4281b2b9949acc3dc476799bd4d4 by Stefan Koch: Fix Issue 23529 - Segfault on static array cast with non-const expressions (#14660)

[Issue 23490] DMD creating corrupted vtable

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23490 --- Comment #7 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - 723ef3bc1d465c50d508cf75b2872c99a196f7df by Iain Buclaw: fix Issue 23490 - [REG 2.101] Class vtable being overwritten by class semantic ran

[Issue 23498] OpenBSD: Fix core.sys.posix.sys.wait

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23498 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - 919989ed24cba0fa727e94cdb380c76f96cfb0a5 by Brian Callahan: Fix Issue 23498 - OpenBSD: Fix core.sys.posix.sys.wait (#14648)

[Issue 23549] assert(0) as default parameter causes segfault

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23549 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14701 "merge stable" was merged into master: - d836c8bcec16205644e3aacf15f1a1cf7d655dd5 by mhh: Fix Issue 23549, 22587 - Lower certain noreturn expressions to a comma expression rather

[Issue 22745] std.parallelism.parallel fails to process empty range on a single CPU

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22745 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #8650 "merge stable" was merged into master: - 5645d87eb165be79d49d54cd9ccdce921c5229a9 by Martin Kinkelin: Fix Issue 22745 - std.parallelism.parallel fails to process empty range on a

[Issue 23562] [REG master] Segmentation fault in core.demangle

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

[Issue 23562] [REG master] Segmentation fault in core.demangle

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23562 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from

[Issue 23562] New: [REG master] Segmentation fault in core.demangle

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23562 Issue ID: 23562 Summary: [REG master] Segmentation fault in core.demangle Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 23151] ICE: core.exception.AssertError@src/dmd/aggregate.d(678): Assertion failure

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

[Issue 23561] New: std.typecons.Unique!struct does not destroy struct instance

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23561 Issue ID: 23561 Summary: std.typecons.Unique!struct does not destroy struct instance Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 13972] Make scoped, Unique, and RefCounted @nogc

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13972 --- Comment #7 from Nick Treleaven --- RefCounted and SafeRefCounted are @nogc. Unique is @nogc (but doesn't manage heap memory anyway). scoped is not. --

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 --- Comment #5 from Dlang Bot --- @ibuclaw created dlang/dmd pull request #14701 "merge stable" fixing this issue: - fix Issue 23548 - [REG 2.098] C sources files have precedent over D modules in imports - Revert "fix Issue 23548 - [REG 2.098] C

[Issue 23560] New: Deduce ABI from function parameter for function literal

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23560 Issue ID: 23560 Summary: Deduce ABI from function parameter for function literal Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 Iain Buclaw changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 Iain Buclaw changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 23548] [REG 2.098] C sources files have precedent over D modules in imports

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23548 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14692 "Revert "fix Issue 23548 - [REG 2.098] C sources files have precedent over D modules in imports"" was merged into stable: - bb748e396725191e7b44f6dda41901028aeb4703 by Walter Bright:

[Issue 23301] Dlang website (doc) bug: std_experimental_checkedint.html

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23301 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23549] assert(0) as default parameter causes segfault

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23549 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22587] ternary with function call and assert(0) leads to cod1 assertion

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22587 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13287] Plugin can't access its moduleinfo in constructors

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

[Issue 23559] New: Add trait to get members from symbol/module with filtering

2022-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23559 Issue ID: 23559 Summary: Add trait to get members from symbol/module with filtering Product: D Version: D2 Hardware: All OS: All Status: NEW