mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Remove some more bugzilla links
This commit is contained in:
parent
e9ae684df5
commit
fa228668ed
4 changed files with 1 additions and 8 deletions
|
@ -4,7 +4,6 @@
|
|||
# DMD
|
||||
[](https://github.com/dlang/dmd/releases)
|
||||
[](https://codecov.io/gh/dlang/dmd)
|
||||
[](https://issues.dlang.org/buglist.cgi?component=dmd&list_id=220151&product=D&resolution=---)
|
||||
[](https://github.com/dlang/dmd/blob/master/LICENSE.txt)
|
||||
|
||||
[](https://cirrus-ci.com/github/dlang/dmd/master)
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
* Follows Itanium C++ ABI 1.86 section 5.1
|
||||
* http://refspecs.linux-foundation.org/cxxabi-1.86.html#mangling
|
||||
* which is where the grammar comments come from.
|
||||
*
|
||||
* Bugs:
|
||||
* https://issues.dlang.org/query.cgi
|
||||
* enter `C++, mangling` as the keywords.
|
||||
*/
|
||||
|
||||
module dmd.mangle.cpp;
|
||||
|
|
|
@ -82,7 +82,7 @@ void printInternalFailure(FILE* stream)
|
|||
{
|
||||
fputs(("---\n" ~
|
||||
"ERROR: This is a compiler bug.\n" ~
|
||||
"Please report it via https://issues.dlang.org/enter_bug.cgi\n" ~
|
||||
"Please report it via https://github.com/dlang/dmd/issues\n" ~
|
||||
"with, preferably, a reduced, reproducible example and the information below.\n" ~
|
||||
"DustMite (https://github.com/CyberShadow/DustMite/wiki) can help with the reduction.\n" ~
|
||||
"---\n").ptr, stream);
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/ob.d, _ob.d)
|
||||
* Documentation: https://dlang.org/phobos/dmd_escape.html
|
||||
* Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/ob.d
|
||||
* Bug reports: use 'live' keyword:
|
||||
* https://issues.dlang.org/buglist.cgi?bug_status=NEW&bug_status=REOPENED&keywords=live
|
||||
* References: https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md Argument Ownership and Function Calls
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue