DLang GitHub
@dlangbot
Followers
201
Following
6
Media
0
Statuses
13K
Twitter stream of all merged PRs at https://t.co/zUN4KJECZq from @D_Programming
GitHub
Joined February 2018
dlang/dlang.org: PR #3612 "move glossary to spec" by WalterBright has been merged
github.com
It turns out that glossary.html is unreachable via the tables of contents. This fixes that by moving it into the spec. A glossary is useless if nobody can find it.
0
0
0
dlang/dmd: PR #15188 "Remove function prototypes from backend pt9" by dkorpel has been merged
github.com
0
0
1
dlang/dmd: PR #15252 "Remove backend/newman.d" by dkorpel has been merged
github.com
C++ mangling is now done in the frontend
0
0
0
dlang/dmd: PR #15251 "Remove unused backend.util2 functions" by dkorpel has been merged
github.com
Relics from the C++ compiler
0
0
0
dlang/dlang.org: PR #3611 "add article on ref, return, and scope annotations" by WalterBright has been merged
github.com
This article is intended to be more of an informal tutorial about how ref, return and scope annotations work rather than a formal specification. This PR is the first part. The second part will be a...
0
0
0
dlang/dmd: PR #15249 "fix Issue 23928 - improve error msg: scope variable s assigned to non…" by WalterBright has been merged
github.com
…-scope parameter this calling abc
0
0
0
dlang/dmd: PR #15240 "Fix Issue 23914 - auto ref resolution on return value prevented by noreturn" by RazvanN7 has been merged
github.com
The reported behavior seems to have been added on purpose [1] (not the code, but the tests), however, I don't understand why this behavior is useful. I think that the purpose was to avoid h...
0
0
0
dlang/dmd: PR #15246 "Make atomicStore work with -preview=nosharedaccess" by atilaneves has been merged
github.com
0
0
0
dlang/dub: PR #2642 "Cache json db" by rtbo has been merged
github.com
As discussed in #2640, proposal to write Json files in the cache for 3rd party software like Meson to assess compatibility of artifacts in the Dub cache. I've made the choice to write small...
0
0
0
dlang/dlang.org: PR #3610 "Fix Issue 23922 - Fix dmd/compiler/samples broken links" by RazvanN7 has been merged
github.com
cc @CyberShadow
0
0
0
dlang/dlang.org: PR #3578 "Remove # from tokens" by dkorpel has been merged
github.com
dlang/dmd#15002 (comment)
0
0
0
dlang/dlang.org: PR #3609 "add ACC macro for Associated C Compiler" by WalterBright has been merged
github.com
Should use this term more often.
0
0
0
dlang/dub: PR #2643 "Fix flags Json serialization" by rtbo has been merged
github.com
These flags always appear empty in dub describe
0
0
0
dlang/dmd: PR #15244 "Fix optional type & parameters for `function` literal" by ntrel has been merged
github.com
Fix issue found in dlang/dlang.org#3608. auto f3 = function => 3; // Error auto d3 = delegate => 3; // error
0
0
0
dlang/dmd: PR #15242 "make deprecation message less confusing" by WebFreak001 has been merged
github.com
the deprecation message talks about the function we are using, not some arbitrary example that you would use "such as" with.
0
0
0
dlang/dmd: PR #15236 "Remove version (MARS) blocks pt1" by dkorpel has been merged
github.com
The backend is now dmd-only, so version (MARS) is redundant. Best reviewed with whitespace off
0
0
0
dlang/dmd: PR #15241 "remove Expression.parens" by WalterBright has been merged
github.com
and put it in IdentiferExp.parens and TypeExp.parens. The idea is to minimize complexity by putting parens only where it is needed. Sadly, due to alignment, it doesn't actually save any spa...
0
0
0