Xcode-beta (7A152u): URLs are not parsed correctly in comments
| Originator: | owensd | ||
| Number: | rdar://21807536 | Date Originated: | 13-Jul-2015 07:52 PM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode-beta (7A152u) |
| Classification: | Other Bug | Reproducible: | Always |
URLs are not always parsed correctly:
Take this:
// BUG(http://openradar.appspot.com/21461071): Initializers are not generated in the public scope.
public init(token: Token<ContentType>, nextIndex: ContentType.Index) {
self.token = token
self.nextIndex = nextIndex
}
I would expect the URL to be parsed as: http://openradar.appspot.com/21461071
However, it’s parsed as: http://openradar.appspot.com/21461071):
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!