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

Typos in code #17587

Closed
wants to merge 8 commits into from
Closed

Typos in code #17587

wants to merge 8 commits into from

Conversation

ss18
Copy link
Contributor

@ss18 ss18 commented Jan 14, 2018

Motivation

To fix typos

Test Plan

No testing required, changed only internal things names

Related PRs

No

Release Notes

addtionalStyles -> additionalStyles
occured -> occurred
recomendedType -> recommendedType
markDirtyAndPropogate -> markDirtyAndPropagate
targetting -> targeting
RCTApplyTranformationAccordingLayoutDirection -> RCTApplyTransformationAccordingLayoutDirection (tranform -> transform)

@pull-bot
Copy link

pull-bot commented Jan 14, 2018

Warnings
⚠️

📋 Release Notes - This PR may have incorrectly formatted Release Notes.

@facebook-github-bot label Needs more information

Generated by 🚫 dangerJS

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. cla signed labels Jan 14, 2018
@@ -553,12 +553,12 @@ void YGNode::cloneChildrenIfNeeded() {
}
}

void YGNode::markDirtyAndPropogate() {
void YGNode::markDirtyAndPropagate() {
Copy link
Contributor

Choose a reason for hiding this comment

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

The changes in the yoga folder need to be made to https://github.com/facebook/yoga then they are synced here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jacobrosenthal in my prev PR it was done automatically #17578

Copy link
Contributor Author

Choose a reason for hiding this comment

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

also Yoga has been changed, why not do the same in this PR?

Copy link
Contributor

Choose a reason for hiding this comment

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

If the changes were applied to the yoga repo they’ll eventually make their way to RN sometime.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ide 🤦‍♂️

@shergin
Copy link
Contributor

shergin commented Jan 25, 2018

@ss18 Could you please resolve conflicts?

@hramos hramos added GH Review: needs-revision and removed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Jan 26, 2018
* master: (91 commits)
  Fix Xcode Archive task failing if project path contains whitespace
  Implement Blob support for XMLHttpRequest
  RN: Add Missing Start/End Style Types
  Fixed a bug when <Text> does not redraw native view on relayout
  Give IInspector a virtual destructor for correct InspectorImpl destruction
  Fix NPE in Android Switch during measure
  Removed use of xip.io, as it's not needed.
  Proper attributed strings comparsion in RCTBaseTextInputView
  Bump metro@0.24.7
  Continue wrapping functions as we prepare for skylark
  `babel-preset-react-native`: only require plugins once
  Remove references to Travis
  @allow-large-files flow 0.64 release
  The New <Text> on iOS
  Backed out changeset 409acf8d3356
  Fix permissions on test script
  Popups calling error callback instead of crashing if view with passed tagId not found
  Check for nullptr when accessing isInspectable method
  Fix open source build load error
  Made logging logic dynamic to log string length
  ...

# Conflicts:
#	React/Base/Surface/RCTSurface.mm
@ss18
Copy link
Contributor Author

ss18 commented Jan 26, 2018

@shergin done.

@facebook-github-bot facebook-github-bot added the Import Started This pull request has been imported. This does not imply the PR has been approved. label Jan 29, 2018
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@shergin is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@shergin
Copy link
Contributor

shergin commented Jan 29, 2018

@ss18 I am sorry, could you please remove all Yoga changes from the PR. Apparently, it's public API and it's impossible to land without massive codemod across internal FB codebase. I will address it separately later.

@ss18
Copy link
Contributor Author

ss18 commented Jan 29, 2018

@shergin done!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@shergin is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit to facebookarchive/profilo that referenced this pull request Jan 30, 2018
Summary:
To fix typos

No testing required, changed only internal things names

No

addtionalStyles -> additionalStyles
occured -> occurred
recomendedType -> recommendedType
markDirtyAndPropogate -> markDirtyAndPropagate
targetting -> targeting
RCTApplyTranformationAccordingLayoutDirection -> RCTApplyTransformationAccordingLayoutDirection (tranform -> transform)
Closes facebook/react-native#17587

Differential Revision: D6832696

Pulled By: shergin

fbshipit-source-id: 452287e5ce82df5c6b87126cb21889b7bd9d73c1
Plo4ox pushed a commit to Plo4ox/react-native that referenced this pull request Feb 17, 2018
Summary:
To fix typos

No testing required, changed only internal things names

No

addtionalStyles -> additionalStyles
occured -> occurred
recomendedType -> recommendedType
markDirtyAndPropogate -> markDirtyAndPropagate
targetting -> targeting
RCTApplyTranformationAccordingLayoutDirection -> RCTApplyTransformationAccordingLayoutDirection (tranform -> transform)
Closes facebook#17587

Differential Revision: D6832696

Pulled By: shergin

fbshipit-source-id: 452287e5ce82df5c6b87126cb21889b7bd9d73c1
rozele pushed a commit to microsoft/react-native-windows that referenced this pull request Mar 1, 2018
Summary:
To fix typos

No testing required, changed only internal things names

No

addtionalStyles -> additionalStyles
occured -> occurred
recomendedType -> recommendedType
markDirtyAndPropogate -> markDirtyAndPropagate
targetting -> targeting
RCTApplyTranformationAccordingLayoutDirection -> RCTApplyTransformationAccordingLayoutDirection (tranform -> transform)
Closes facebook/react-native#17587

Differential Revision: D6832696

Pulled By: shergin

fbshipit-source-id: 452287e5ce82df5c6b87126cb21889b7bd9d73c1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Import Started This pull request has been imported. This does not imply the PR has been approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants