Skip to content

Commit 073aef2

Browse files
authored
Remove references to Radar from .bug() documentation. (#433)
Radar is an Apple-only internal tool, so remove references to it from our documentation. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent a5b39aa commit 073aef2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/Testing/Testing.docc/BugIdentifiers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ formats are associated with some common bug-tracking systems.
2323

2424
### Recognized formats
2525

26-
- If the bug identifier begins with `"rdar:"`, it is assumed to represent a bug
27-
filed with Apple's Radar system.
2826
- If the bug identifier can be parsed as a URL according to
2927
[RFC 3986](https://www.ietf.org/rfc/rfc3986.txt), it is assumed to represent
3028
an issue tracked at that URL.
@@ -53,7 +51,6 @@ handling to detect:
5351
| `.bug(12345)` | Yes | None |
5452
| `.bug("12345")` | Yes | None |
5553
| `.bug("Things don't work")` | **No** | None |
56-
| `.bug("rdar:12345")` | Yes | Apple Radar |
5754
| `.bug("https://github.com/apple/swift/pull/12345")` | Yes | [GitHub Issues for the Swift project](https://github.com/apple/swift/issues) |
5855
| `.bug("https://bugs.webkit.org/show_bug.cgi?id=12345")` | Yes | [WebKit Bugzilla](https://bugs.webkit.org/) |
5956
| `.bug("FB12345")` | Yes | Apple Feedback Assistant | <!-- SEE ALSO: rdar://104582015 -->

0 commit comments

Comments
 (0)