Re: Testing issues related to changes made in phobos locally

2025-03-25 Thread Nick Treleaven via Digitalmars-d-learn
On Tuesday, 25 March 2025 at 17:34:52 UTC, Nick Treleaven wrote: ```sh # This makefile is designed to be run by gnu make. # - Windows: you may download a prebuilt zipped .exe from https://github.com/dlang/dmd/releases/download/nightly/gnumake-4.4-win64.zip. # You also need a Git for Windows in

D Garbage Collector reference

2025-03-25 Thread Ian via Digitalmars-d-learn
Hi, I am curious about the low level details of D's garbage collector. Is there a good reference in this regard? I have many questions... Cheers, Ian