dlangBugzillaToGithub
dlangBugzillaToGithub
## Manu reported this on 2024-02-26T06:28:11Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24412 ### CC List * Walter Bright (@WalterBright) * Dennis * Iain Buclaw (@ibuclaw) ### Description ````markdown Surprisingly, I was looking...
## Max Samukha (@maxsamukha) reported this on 2023-05-05T19:58:20Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=23894 ### CC List * Walter Bright (@WalterBright) * Carl Sturtivant ### Description ````markdown "Windows.h" intrinsics: main.obj : error...
## Jonathan M Davis (@jmdavis) reported this on 2013-09-15T14:54:15Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=11048 ### CC List * Andrej Mitrovic (@AndrejMitrovic) * Walter Bright (@WalterBright) * Vladimir Panteleev (@CyberShadow) * Iain...
## Lance Bachmeier (@bachmeil) reported this on 2024-03-11T02:44:55Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24435 ### Description ````markdown structdef.c: typedef struct { int a; double b; } foo; test.c: #include #include __import structdef;...
## Jonathan M Davis (@jmdavis) reported this on 2024-11-18T11:30:12Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24865 ### Description This code ```d void main() { import std.stdio; import std.traits; static struct S2 { ~this()...
## Sinisa Susnjar reported this on 2023-09-29T10:15:39Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24170 ### Description ````markdown Hi, I got a page not found error when browsing the library docs here: https://dlang.org/phobos/etc_valgrind_valgrind.html ````
## Victor Porton (@vporton) reported this on 2020-08-19T14:45:18Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=21178 ### CC List * kinke ### Description ````markdown https://dlang.org/spec/enum.html "An empty enum body (For example enum E;) signifies...
## Victor Porton (@vporton) reported this on 2020-08-16T07:36:08Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=21167 ### Description ````markdown https://dlang.org/spec/arrays.html 12.9.4 "The slice on the left and any slices on the right must not...
## GL reported this on 2024-11-26T17:03:58Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24885 ### CC List * Richard (Rikki) Andrew Cattermole * Nick Treleaven (@ntrel) ### Description ````markdown Created attachment 1924 wrong-looking code...
## Andrej Mitrovic (@AndrejMitrovic) reported this on 2013-11-10T15:55:26Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=11495 ### Description ````markdown The dlangspec pdf file[1] does not contain any date stamp or version release information, making...