dmd icon indicating copy to clipboard operation
dmd copied to clipboard

fix #21355 remove -release flag from druntime build

Open WalterBright opened this issue 7 months ago • 3 comments

https://github.com/dlang/dmd/issues/21355

WalterBright avatar May 07 '25 23:05 WalterBright

Thanks for your pull request, @WalterBright!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️

  • In preparation for migrating from Bugzilla to GitHub Issues, the issue reference syntax has changed. Please add the word "Bugzilla" to issue references. For example, Fix Bugzilla Issue 12345 or Fix Bugzilla 12345.(Reminder: the edit needs to be done in the Git commit message, not the GitHub pull request.)

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#21356"

dlang-bot avatar May 07 '25 23:05 dlang-bot

N.G. discussion: https://www.digitalmars.com/d/archives/digitalmars/D/OT_my_experience_with_nullable_types_C_378121.html

WalterBright avatar May 07 '25 23:05 WalterBright

   core.exception.AssertError@std/experimental/allocator/building_blocks/allocator_list.d(500): Assertion failure
  ----------------
  ??:? _d_assertp [0x82758d4c0]
  ??:? nothrow @nogc bool std.experimental.allocator.building_blocks.allocator_list.AllocatorList!(std.experimental.allocator.building_blocks.allocator_list.SharedAllocatorList!(std.experimental.allocator.building_blocks.allocator_list.__unittest_L1331_C9().__lambda_L1340_C26, std.experimental.allocator.mallocator.Mallocator).Factory, std.experimental.allocator.mallocator.Mallocator).AllocatorList.deallocate(void[]) [0x826e1f275]
  ??:? shared nothrow @nogc bool std.experimental.allocator.building_blocks.allocator_list.SharedAllocatorList!(std.experimental.allocator.building_blocks.allocator_list.SharedAllocatorList!(std.experimental.allocator.building_blocks.allocator_list.__unittest_L1331_C9().__lambda_L1340_C26, std.experimental.allocator.mallocator.Mallocator).Factory, std.experimental.allocator.mallocator.Mallocator).SharedAllocatorList.deallocate(void[]) [0x826e1e545]
  ??:? nothrow @nogc void std.experimental.allocator.building_blocks.allocator_list.__unittest_L1331_C9().fun() [0x826dfffa2]

That looks suspeciously like a bug.

rikkimax avatar Jun 14 '25 05:06 rikkimax