dlangBugzillaToGithub
dlangBugzillaToGithub
#### dlang-bot commented on 2024-05-28T11:45:30Z ````markdown @Bolpat updated dlang/dlang.org pull request #3838 "Fix Issue 24571 - Grammar spec should not use "opt"" fixing this issue: - Fix Bugzilla Issue 24571...
#### dlang-bot commented on 2024-06-25T11:18:14Z ````markdown @Bolpat created dlang/dlang.org pull request #3855 "Rename FunctionLiteralBody2 to FunctionLiteralBody" fixing this issue: - Fix Bugzilla Issue 24571 - Grammar spec should not use...
#### dlang-bot commented on 2024-06-25T11:46:01Z ````markdown @Bolpat created dlang/dlang.org pull request #3857 "Grammar spec should not use "opt"" fixing this issue: - Fix Bugzilla Issue 24571 - Grammar spec should...
#### monarchdodra commented on 2013-04-25T03:40:23Z ````markdown I'm not sure this is necessary, or even correct. Objects simply need to be initialized before use via init. That's the spec... For all...
#### wolframw commented on 2021-03-18T17:48:34Z ````markdown The page seems to be outdated. The example on https://dlang.org/phobos/std_stdio.html#.File.readf works. ````
#### nick (@ntrel) commented on 2023-04-22T10:49:25Z ````markdown https://github.com/dlang/ddox/issues/242 ````
#### nick (@ntrel) commented on 2023-03-31T12:20:10Z ````markdown > maybe it should just link to the contracts page? Added link to precondition spec (among other tweaks): https://github.com/dlang/dlang.org/pull/3572 ````
#### issues.dlang (@jmdavis) commented on 2013-02-12T17:54:43Z ````markdown Yes, std.mmfile.MmFile should be a struct. It doesn't use polymorphism and has no need to be a class. But making it a struct...
#### bearophile_hugs commented on 2013-02-12T18:19:08Z ````markdown (In reply to comment #1) > Yes, std.mmfile.MmFile should be a struct. It doesn't use polymorphism and has > no need to be a...
#### bearophile_hugs commented on 2013-02-12T20:05:43Z ````markdown Mostly unrelated, about std.mmfile: I think in the std.mmfile module this line (line 270) should offer a string message too when the file is...