Tags: facebook/folly
Tags
Updating hashes Summary: GitHub commits: facebook/buck2-prelude@8ead5b1 facebook/facebook-for-woocommerce@b7cf2c2 facebook/fb303@4e8fa90 facebook/fbthrift@a9a8789 8e8186f facebook/mvfst@2f35e33 facebook/proxygen@814ba29 facebook/wangle@a8e85ad facebookexperimental/edencommon@accca84 facebookexperimental/rust-shed@50e99e2 facebookincubator/fizz@d124edf facebookincubator/llm_orchestrator@23a7b41 GitHub releases: https://github.com/facebook/buck2/releases/tag/2025-03-01 Reviewed By: JurjenLelifeld fbshipit-source-id: 9efc5c870a69f3f9aa616e03f7f56abb7e77b752
use lock-holder in ThreadLocalPtr::Accessor Summary: RAII lock-holders are safer from runtime errors and programmer mistakes, and are the intended primary way of interacting with mutexes in C++. Reviewed By: dmm-fb Differential Revision: D70009748 fbshipit-source-id: 10e8cb3a031c90a84d1068fac90189e6f3673c5d
Deshim symbolizer detail in fbcode Summary: The following rules were deshimmed: ``` //folly/experimental/symbolizer/detail:debug -> //folly/debugging/symbolizer/detail:debug ``` The following headers were deshimmed: ``` folly/experimental/symbolizer/detail/Debug.h -> folly/debugging/symbolizer/detail/Debug.h ``` This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: dsd Autodiff partition: fbcode Autodiff bookmark: ad.dsd.fbcode Reviewed By: dtolnay Differential Revision: D67995591 fbshipit-source-id: eec36be37519c983db5ca0c8b5068eade403fdc0
Deshim symbolizer detail in fbcode Summary: The following rules were deshimmed: ``` //folly/experimental/symbolizer/detail:debug -> //folly/debugging/symbolizer/detail:debug ``` The following headers were deshimmed: ``` folly/experimental/symbolizer/detail/Debug.h -> folly/debugging/symbolizer/detail/Debug.h ``` This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: dsd Autodiff partition: fbcode Autodiff bookmark: ad.dsd.fbcode Reviewed By: dtolnay Differential Revision: D67995591 fbshipit-source-id: eec36be37519c983db5ca0c8b5068eade403fdc0
Deshim symbolizer detail in fbcode Summary: The following rules were deshimmed: ``` //folly/experimental/symbolizer/detail:debug -> //folly/debugging/symbolizer/detail:debug ``` The following headers were deshimmed: ``` folly/experimental/symbolizer/detail/Debug.h -> folly/debugging/symbolizer/detail/Debug.h ``` This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: dsd Autodiff partition: fbcode Autodiff bookmark: ad.dsd.fbcode Reviewed By: dtolnay Differential Revision: D67995591 fbshipit-source-id: eec36be37519c983db5ca0c8b5068eade403fdc0
Fix a race in fibers::BatchSemaphore Summary: D66114255 fixed a data race in `fibers::Semaphore` occuring due to lack of 'happens-before' signal-wait synchronization. The very same issue exists in `fibers::BatchedSemaphore` which I came across today in a flaky unit test. Hence porting the fix. Reviewed By: Gownta Differential Revision: D68594868 fbshipit-source-id: 752a7b15198015928a7fe040fecc8b3c9e56a889
Support GHC 9.2.8 in the OSS build Summary: X-link: facebookincubator/Glean#482 X-link: facebookincubator/zstrong#1147 Reviewed By: josefs Differential Revision: D68326697 fbshipit-source-id: 4aaebfe64b6b481ae1c8857f850c722507be4ff2
fixing typo in libunwind Summary: X-link: facebookincubator/zstrong#1111 as title Reviewed By: ahornby Differential Revision: D68023567 fbshipit-source-id: 388befe8d6a080b7cb912764508fa9daf092082c
Migrate OSS build from custom to getdeps Summary: X-link: facebookincubator/zstrong#1098 We have been manually syncing our builds when there is a change in builds of our dependencies (folly, thrift). This has been one of the major source of work in OSS maintenance. Migrating to getdeps will automatically sync the dependencies which means we only have to manage our own builds. NOTE: There is a dependency of getdeps on zlib which requires us to first run sudo dnf install -y zlib-devel before we successfully run getdeps. I don't think this should affect the OSS build as it is a getdeps dependency. Reviewed By: haowu14 Differential Revision: D65844211 fbshipit-source-id: 8e89e670cdec4a21ca7aba48ae58b5b72ddbf832
PreviousNext