-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(swift) correctly highlight generics and conformances in type definitions #3937
fix(swift) correctly highlight generics and conformances in type definitions #3937
Conversation
Build Size ReportChanges to minified artifacts in 5 files changedTotal change -51 B View Changes
|
I know it's not exactly the same thing, but might |
@joshgoebel I agree, this better models the semantics here. Please see latest changes. |
d5bce9d
to
579626e
Compare
Build Size ReportChanges to minified artifacts in 2 files changedTotal change +20 B View Changes
|
1 similar comment
Build Size ReportChanges to minified artifacts in 2 files changedTotal change +20 B View Changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, just a few thoughts.
Build Size ReportChanges to minified artifacts in 5 files changedTotal change -14 B View Changes
|
Build Size ReportChanges to minified artifacts in 4 files changedTotal change -11 B View Changes
|
Build Size ReportChanges to minified artifacts in 5 files changedTotal change -11 B View Changes
|
369e606
to
e3336f3
Compare
Build Size ReportChanges to minified artifacts in 5 files changedTotal change -21 B View Changes
|
Fixes highlighting of type definitions, especially when the given type is generic.
Changes
title.class
, only the newly defined type should be highlighted as this. Inheritance and protocol conformances should be indicated with thetitle.class.inherited
class instead, as this is better modelled by this inheritance class.Checklist
CHANGES.md