Transfer current layout before calling baseline function #659

Open
woehrl01 wants to merge 1 commits from woehrl01/baseline_transfer into main
woehrl01 commented 2017-10-15 11:58:37 -07:00 (Migrated from github.com)

This is an alternative fix for #616. This transfers the current layout to the java side before calling the custom baseline function.

This is an alternative fix for #616. This transfers the current layout to the java side before calling the custom baseline function.
emilsjolander commented 2017-11-24 06:39:14 -08:00 (Migrated from github.com)

Seems legit! Thanks!

Seems legit! Thanks!
facebook-github-bot (Migrated from github.com) reviewed 2017-11-24 06:39:25 -08:00
facebook-github-bot (Migrated from github.com) left a comment

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

@emilsjolander is landing this pull request. If you are a Facebook employee, you can view this diff [on Phabricator](https://phabricator.intern.facebook.com/D6408056).
emilsjolander commented 2017-11-28 12:08:41 -08:00 (Migrated from github.com)

YogaNodeTest.java:testBaseline is failing after this. could you have a look when you have the time?

YogaNodeTest.java:testBaseline is failing after this. could you have a look when you have the time?
woehrl01 commented 2018-04-28 04:24:04 -07:00 (Migrated from github.com)

@emilsjolander, nearly missed this open PR. I updated the code, and it should now pass the test.

@emilsjolander, nearly missed this open PR. I updated the code, and it should now pass the test.
This pull request has changes conflicting with the target branch.
  • java/jni/YGJNI.cpp
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin woehrl01/baseline_transfer:woehrl01/baseline_transfer
git checkout woehrl01/baseline_transfer
Sign in to join this conversation.
No description provided.