Digger icon indicating copy to clipboard operation
Digger copied to clipboard

A tool to build D and bisect old D versions

Results 6 Digger issues
Sort by recently updated
recently updated
newest added

I was trying to bisect a regression introduced between v2.097 and v2.098. Digger downloaded v2.079 and tried to compiler v2.098 with this, which segfaults the compiler. I easily found the...

when attempting to build, digger fails with the following error [some sections removed for brevity]: ``` ... digger: Running: "make" -f win32.mak import DMD=C:\Users\Su\Documents\src\dlang\work\build\bin\dmd.exe HOST_DMD=C:\Users\Su\Documents\src\dlang\work\dl\dmd-2.079.0\dmd2/windows/bin\dmd.exe ^"MODEL=32^" cd ..\dmd/druntime && make...

I built digger from git f2aeac45252e15b01afedb842b3faddf4c83989a. Windows 8 Digger v3.0.6 - a D source code building and archaeology tool ``` $ dmd --version DMD32 D Compiler v2.098.1-dirty ``` The last...

`digger bisect` is awesome, and the main reason I use this tool. However, it can feel very unfriendly at times. I'll list a few points resulting to last night's use...

Just build the latest version (ff1be21d32a54c1ffb08a18e556e4ba56bdad8c2) and got the following linker error with dmd 2.070.2 and 2.071.0. ``` OPTLINK (R) for Win32 Release 8.00.17 Undefined _D2ae5utils4sini63__T14makeIniHandlerTAyaTS▒▒▒3sys1d7manager8DM▒▒▒3DMD6ConfigZ▒▒▒FNaNbNfK▒▒▒▒▒▒▒▒▒30▒▒▒20▒▒▒Traver▒▒▒g▒▒▒Z▒▒▒ ```