Skip to content
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

Remove duplicate definition of category "YogaDebugging" #1331

Merged

Conversation

nguyenhuy
Copy link
Member

No description provided.

@nguyenhuy nguyenhuy requested a review from maicki January 30, 2019 00:26
@nguyenhuy nguyenhuy changed the title Fix duplicate definition of category "YogaDebugging" Remove duplicate definition of category "YogaDebugging" Jan 30, 2019
@@ -48,10 +48,6 @@ AS_EXTERN void ASDisplayNodePerformBlockOnEveryYogaChild(ASDisplayNode * _Nullab
/// For internal usage only
- (void)invalidateCalculatedYogaLayout;

@end

@interface ASDisplayNode (YogaDebugging)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The category is declared a few lines above.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like the naming is kind of off, sorry about that. Could you please update and keep YogaDebugging and instead rename YogaDebugging from above to YogaInternal? Thanks!

Copy link
Contributor

@maicki maicki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

It seems this naming was screwed up. We may should follow up with

  • ASDisplayNode (Yoga)
  • ASDisplayNode (YogaInternal)
  • ASDisplayNode (YogaDebugging)

@@ -48,10 +48,6 @@ AS_EXTERN void ASDisplayNodePerformBlockOnEveryYogaChild(ASDisplayNode * _Nullab
/// For internal usage only
- (void)invalidateCalculatedYogaLayout;

@end

@interface ASDisplayNode (YogaDebugging)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like the naming is kind of off, sorry about that. Could you please update and keep YogaDebugging and instead rename YogaDebugging from above to YogaInternal? Thanks!

@nguyenhuy
Copy link
Member Author

@maicki Done.

@nguyenhuy nguyenhuy merged commit e762724 into TextureGroup:master Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants