Skip to content

Commit

Permalink
Updating hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Nov 2, 2024
1 parent ac9a47f commit 4664d02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gh_facebook_folly = git

[external_cell_gh_facebook_folly]
git_origin = https://github.com/facebook/folly.git
commit_hash = 208949c27d3c7e6f6136d64de3108a6c71fae95b
commit_hash = 30a4e783a7618f17a5b24048625872e363068887
2 changes: 1 addition & 1 deletion build/deps/github_hashes/facebook/folly-rev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Subproject commit 208949c27d3c7e6f6136d64de3108a6c71fae95b
Subproject commit 30a4e783a7618f17a5b24048625872e363068887
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 59 files
+15 −15 buck2
+1 −0 build/fbcode_builder/manifests/fboss
+6 −0 build/fbcode_builder/manifests/systemd
+0 −6 folly/BUCK
+7 −123 folly/Conv.cpp
+0 −10 folly/buck_config/BUCK
+3 −3 folly/coro/detail/Barrier.h
+4 −4 folly/coro/detail/BarrierTask.h
+2 −2 folly/coro/detail/CurrentAsyncFrame.h
+1 −1 folly/coro/detail/Helpers.h
+3 −3 folly/coro/detail/InlineTask.h
+2 −2 folly/coro/test/AccumulateTest.cpp
+5 −5 folly/coro/test/AsyncGeneratorBenchmark.cpp
+8 −8 folly/coro/test/AsyncGeneratorTest.cpp
+4 −4 folly/coro/test/AsyncPipeTest.cpp
+8 −8 folly/coro/test/AsyncScopeTest.cpp
+6 −6 folly/coro/test/AsyncStackTest.cpp
+106 −106 folly/coro/test/BUCK
+2 −2 folly/coro/test/BatonTest.cpp
+2 −2 folly/coro/test/BlockingWaitBenchmark.cpp
+4 −4 folly/coro/test/BlockingWaitTest.cpp
+5 −5 folly/coro/test/BoundedQueueTest.cpp
+4 −4 folly/coro/test/CollectAllBenchmark.cpp
+9 −9 folly/coro/test/CollectTest.cpp
+3 −3 folly/coro/test/ConcatTest.cpp
+1 −1 folly/coro/test/CoroBenchmarkAllocator.cpp
+1 −1 folly/coro/test/CoroBenchmarkNRVO.cpp
+11 −11 folly/coro/test/CoroTest.cpp
+1 −1 folly/coro/test/CoroutineTest.cpp
+5 −5 folly/coro/test/CurrentExecutorTest.cpp
+1 −1 folly/coro/test/ErrorTest.cpp
+2 −2 folly/coro/test/FilterTest.cpp
+7 −7 folly/coro/test/FutureUtilTest.cpp
+1 −1 folly/coro/test/GeneratorTest.cpp
+4 −4 folly/coro/test/GmockHelpersTest.cpp
+1 −1 folly/coro/test/GtestHelpersTest.cpp
+2 −2 folly/coro/test/InlineTaskTest.cpp
+7 −7 folly/coro/test/MergeTest.cpp
+5 −5 folly/coro/test/MutexTest.cpp
+5 −5 folly/coro/test/PromiseBenchmark.cpp
+6 −6 folly/coro/test/PromiseTest.cpp
+7 −7 folly/coro/test/RequestContextTest.cpp
+4 −4 folly/coro/test/RetryTest.cpp
+3 −3 folly/coro/test/RustAdaptorsTest.cpp
+6 −6 folly/coro/test/ScopeExitTest.cpp
+4 −4 folly/coro/test/SharedMutexTest.cpp
+3 −3 folly/coro/test/SharedPromiseTest.cpp
+4 −4 folly/coro/test/SleepTest.cpp
+3 −3 folly/coro/test/SmallUnboundedQueueTest.cpp
+5 −5 folly/coro/test/SuspendedStackTest.cpp
+3 −3 folly/coro/test/TaskBenchmark.cpp
+7 −7 folly/coro/test/TaskTest.cpp
+5 −5 folly/coro/test/TimeoutTest.cpp
+2 −2 folly/coro/test/TraitsTest.cpp
+7 −7 folly/coro/test/TransformTest.cpp
+3 −3 folly/coro/test/UnboundedQueueTest.cpp
+9 −1 folly/test/BUCK
+219 −0 folly/test/CancellationTokenBench.cpp
+60 −1 folly/test/ConvTest.cpp

0 comments on commit 4664d02

Please sign in to comment.