WIP: Update Yoga.cpp #1189

Closed
jacobp100 wants to merge 4 commits from patch-1 into main
jacobp100 commented 2022-12-09 07:21:45 -08:00 (Migrated from github.com)

Just to see test results on CI

Just to see test results on CI
jacobp100 commented 2022-12-09 07:31:38 -08:00 (Migrated from github.com)

@cortinico are you able to give me approval to run the workflows?

@cortinico are you able to give me approval to run the workflows?
NickGerleman commented 2022-12-11 20:50:46 -08:00 (Migrated from github.com)

@cortinico are you able to give me approval to run the workflows?

I started this off. But the CI run in OSS doesn’t run the unit tests. I’m going to prioritize finally getting the GTest UTs running in OSS again before I take holiday off after the end of this week.

> @cortinico are you able to give me approval to run the workflows? I started this off. But the CI run in OSS doesn’t run the unit tests. I’m going to prioritize finally getting the GTest UTs running in OSS again before I take holiday off after the end of this week.
NickGerleman commented 2022-12-13 06:36:34 -08:00 (Migrated from github.com)

I will pull this so I can report UT results.

I will pull this so I can report UT results.
facebook-github-bot commented 2022-12-13 06:37:24 -08:00 (Migrated from github.com)

@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff [on Phabricator](https://www.internalfb.com/diff/D41998392).
NickGerleman commented 2022-12-13 07:30:09 -08:00 (Migrated from github.com)

It looks like this change is passing all UTs 👍

It looks like this change is passing all UTs 👍
NickGerleman commented 2022-12-28 02:39:02 -08:00 (Migrated from github.com)

It's... not the properly debuggable C++ build just yet, but FYI @jacobp100 @intergalacticspacehighway that tests generated from the fixtures should now be run in the "JavaScript / Test" workflows. Still working to get the rest of the suite enabled and a better local experience.

It's... not the properly debuggable C++ build just yet, but FYI @jacobp100 @intergalacticspacehighway that tests generated from the fixtures should now be run in the "JavaScript / Test" workflows. Still working to get the rest of the suite enabled and a better local experience.
NickGerleman commented 2022-12-28 02:43:15 -08:00 (Migrated from github.com)

The test failure being shown now is because the automatically merged output with this change and main has both your fix, and the one from @intergalacticspacehighway, doing the same thing I think.

The test failure being shown now is because the automatically merged output with this change and main has both your fix, and the one from @intergalacticspacehighway, doing the same thing I think.
NickGerleman commented 2023-01-16 08:00:23 -08:00 (Migrated from github.com)

C++ UTs are now running in OSS 👍

Should be relatively easy to run and debug locally now too as well.

C++ UTs are now running in OSS 👍 Should be relatively easy to run and debug locally now too as well.
NickGerleman commented 2023-09-13 18:54:57 -07:00 (Migrated from github.com)

Got around to removing the gap-specific hack in https://github.com/facebook/yoga/pull/1380

Note that we do want to do this at the point of the last element, instead of the first, since we use betweenMainDim for positioning, and will otherwise incorrectly position the child after the first.

Got around to removing the gap-specific hack in https://github.com/facebook/yoga/pull/1380 Note that we do want to do this at the point of the last element, instead of the first, since we use `betweenMainDim` for positioning, and will otherwise incorrectly position the child after the first.

Pull request closed

Sign in to join this conversation.
No description provided.