You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to diff the generated runtime headers crated via class-dump --headers between different iOS versions. Unfortunately, the class and instant methods are not sorted deterministically (e.g., alphabetically). So that the diff tool will mark almost all files as changed, even though only some lines are in a different order.
Describe the solution you'd like
It would be great if the members in inside the different sections (class/instance variables/methods) would be sorted alphabetically so that the line order stays consistent between different OS versions.
Describe alternatives you've considered
Not sure if this would be worth adding a flag for, or it should just be the default behavior of class-dump --headers.
Search
I did search for other open and closed issues before opening this
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to diff the generated runtime headers crated via
class-dump --headers
between different iOS versions. Unfortunately, the class and instant methods are not sorted deterministically (e.g., alphabetically). So that the diff tool will mark almost all files as changed, even though only some lines are in a different order.Describe the solution you'd like
It would be great if the members in inside the different sections (class/instance variables/methods) would be sorted alphabetically so that the line order stays consistent between different OS versions.
Describe alternatives you've considered
Not sure if this would be worth adding a flag for, or it should just be the default behavior of
class-dump --headers
.Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: