-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bump folly to 2024.10.14.00 #14532
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
Open
TatianaKapos
wants to merge
21
commits into
microsoft:main
Choose a base branch
from
TatianaKapos:tk-folly
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump folly to 2024.10.14.00 #14532
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8806668
merge in folly 2024.10.14.00
TatianaKapos ca5c1d4
download fastfloat into node_modules
TatianaKapos 4742a3f
Change files
TatianaKapos d75ac23
fix includes
TatianaKapos 6665010
fix cachelocality
TatianaKapos c8079ad
fix desktop.dll
TatianaKapos 1114ff4
clean paths and fix ARM64EC
TatianaKapos 0058bbd
Merge branch 'main' into tk-folly
TatianaKapos a06c723
add FastFloatCommitHash to folly CGManifest
TatianaKapos 01fc1db
Merge branch 'tk-folly' of https://github.com/TatianaKapos/react-nati…
TatianaKapos 0504df9
Merge branch 'main' into tk-folly
TatianaKapos 8f873e7
fix types
TatianaKapos dff2bbe
Merge branch 'tk-folly' of https://github.com/TatianaKapos/react-nati…
TatianaKapos d53189d
revert package.lock and fix json file path
TatianaKapos 46023e7
Merge branch 'main' of https://github.com/microsoft/react-native-wind…
TatianaKapos 285eedb
manually fix spacing
TatianaKapos 89a0f44
fix
TatianaKapos 32bc33f
Merge branch 'main' into tk-folly
TatianaKapos 5d5a0f5
feedback
TatianaKapos c9947f6
Merge branch 'tk-folly' of https://github.com/TatianaKapos/react-nati…
TatianaKapos e256cc2
Merge branch 'main' into tk-folly
TatianaKapos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/react-native-windows-4080fb51-cbec-4c0c-b2e6-3a14a8be8965.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "prerelease", | ||
"comment": "merge in folly 2024.10.14.00", | ||
"packageName": "react-native-windows", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,16 +48,16 @@ | |
<ClCompile Include="$(FollyDir)\folly\Demangle.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="$(FollyDir)\folly\dynamic.cpp"> | ||
<ClCompile Include="$(FollyDir)\folly\json\dynamic.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="$(FollyDir)\folly\container\detail\F14Table.cpp"> | ||
<Filter>Source Files\container\detail</Filter> | ||
</ClCompile> | ||
<ClCompile Include="$(FollyDir)\folly\json_pointer.cpp"> | ||
<ClCompile Include="$(FollyDir)\folly\json\json_pointer.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="$(FollyDir)\folly\json.cpp"> | ||
<ClCompile Include="$(FollyDir)\folly\json\json.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="$(FollyDir)\folly\Format.cpp"> | ||
|
@@ -151,6 +151,9 @@ | |
<ClInclude Include="$(FollyDir)\folly\ConcurrentSkipList.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\..\fast_float-6.1.4\include\fast_float\fast_float.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\portability\Constexpr.h"> | ||
<Filter>Header Files\portability</Filter> | ||
</ClInclude> | ||
|
@@ -183,10 +186,19 @@ | |
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\dynamic-inl.h"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These files still exist but they just include the new files to not break dependencies (see: facebook/folly@cb47968#diff-392b91b8b87bb9159b6158d7a291dad8884feabc65719bf737a010a6f7334511). Opted to keep them until these get removed. |
||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\json\dynamic.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\json\dynamic-inl.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\DynamicConverter.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\json\DynamicConverter.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\portability\Event.h"> | ||
<Filter>Header Files\portability</Filter> | ||
</ClInclude> | ||
|
@@ -268,7 +280,7 @@ | |
<ClInclude Include="$(FollyDir)\folly\IPAddressV6.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\json.h"> | ||
<ClInclude Include="$(FollyDir)\folly\json\json.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="$(FollyDir)\folly\Lazy.h"> | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@acoates-ms Does this look right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they may have deleted these methods. I wouldn't block the update of folly on these anyway. -- If we need to readd some other methods here for Office we'll get a better sense when Office actually takes in the change.