{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":455600,"defaultBranch":"master","name":"hhvm","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-01-02T01:17:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708115215.0","currentOid":""},"activityList":{"items":[{"before":"e7f32768847a6389786fe830e367ba4c8f0c3a91","after":"ce89a1ddc2d3e985d880f672b030c301b944ea07","ref":"refs/heads/master","pushedAt":"2024-09-20T00:49:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Deshim coro in fbcode/squangle\n\nSummary:\nThe following rules were deshimmed:\n```\n//folly/experimental/coro:accumulate -> //folly/coro:accumulate\n//folly/experimental/coro:async_generator -> //folly/coro:async_generator\n//folly/experimental/coro:async_pipe -> //folly/coro:async_pipe\n//folly/experimental/coro:async_scope -> //folly/coro:async_scope\n//folly/experimental/coro:async_stack -> //folly/coro:async_stack\n//folly/experimental/coro:baton -> //folly/coro:baton\n//folly/experimental/coro:blocking_wait -> //folly/coro:blocking_wait\n//folly/experimental/coro:collect -> //folly/coro:collect\n//folly/experimental/coro:concat -> //folly/coro:concat\n//folly/experimental/coro:coroutine -> //folly/coro:coroutine\n//folly/experimental/coro:current_executor -> //folly/coro:current_executor\n//folly/experimental/coro:detach_on_cancel -> //folly/coro:detach_on_cancel\n//folly/experimental/coro:detail_barrier -> //folly/coro:detail_barrier\n//folly/experimental/coro:detail_barrier_task -> //folly/coro:detail_barrier_task\n//folly/experimental/coro:detail_current_async_frame -> //folly/coro:detail_current_async_frame\n//folly/experimental/coro:detail_helpers -> //folly/coro:detail_helpers\n//folly/experimental/coro:detail_malloc -> //folly/coro:detail_malloc\n//folly/experimental/coro:detail_manual_lifetime -> //folly/coro:detail_manual_lifetime\n//folly/experimental/coro:detail_traits -> //folly/coro:detail_traits\n//folly/experimental/coro:filter -> //folly/coro:filter\n//folly/experimental/coro:future_util -> //folly/coro:future_util\n//folly/experimental/coro:generator -> //folly/coro:generator\n//folly/experimental/coro:gmock_helpers -> //folly/coro:gmock_helpers\n//folly/experimental/coro:gtest_helpers -> //folly/coro:gtest_helpers\n//folly/experimental/coro:inline_task -> //folly/coro:inline_task\n//folly/experimental/coro:invoke -> //folly/coro:invoke\n//folly/experimental/coro:merge -> //folly/coro:merge\n//folly/experimental/coro:mutex -> //folly/coro:mutex\n//folly/experimental/coro:promise -> //folly/coro:promise\n//folly/experimental/coro:result -> //folly/coro:result\n//folly/experimental/coro:retry -> //folly/coro:retry\n//folly/experimental/coro:rust_adaptors -> //folly/coro:rust_adaptors\n//folly/experimental/coro:scope_exit -> //folly/coro:scope_exit\n//folly/experimental/coro:shared_lock -> //folly/coro:shared_lock\n//folly/experimental/coro:shared_mutex -> //folly/coro:shared_mutex\n//folly/experimental/coro:sleep -> //folly/coro:sleep\n//folly/experimental/coro:small_unbounded_queue -> //folly/coro:small_unbounded_queue\n//folly/experimental/coro:task -> //folly/coro:task\n//folly/experimental/coro:timed_wait -> //folly/coro:timed_wait\n//folly/experimental/coro:timeout -> //folly/coro:timeout\n//folly/experimental/coro:traits -> //folly/coro:traits\n//folly/experimental/coro:transform -> //folly/coro:transform\n//folly/experimental/coro:unbounded_queue -> //folly/coro:unbounded_queue\n//folly/experimental/coro:via_if_async -> //folly/coro:via_if_async\n//folly/experimental/coro:with_async_stack -> //folly/coro:with_async_stack\n//folly/experimental/coro:with_cancellation -> //folly/coro:with_cancellation\n//folly/experimental/coro:bounded_queue -> //folly/coro:bounded_queue\n//folly/experimental/coro:shared_promise -> //folly/coro:shared_promise\n//folly/experimental/coro:cleanup -> //folly/coro:cleanup\n//folly/experimental/coro:auto_cleanup_fwd -> //folly/coro:auto_cleanup_fwd\n//folly/experimental/coro:auto_cleanup -> //folly/coro:auto_cleanup\n```\n\nThe following headers were deshimmed:\n```\nfolly/experimental/coro/Accumulate.h -> folly/coro/Accumulate.h\nfolly/experimental/coro/Accumulate-inl.h -> folly/coro/Accumulate-inl.h\nfolly/experimental/coro/AsyncGenerator.h -> folly/coro/AsyncGenerator.h\nfolly/experimental/coro/AsyncPipe.h -> folly/coro/AsyncPipe.h\nfolly/experimental/coro/AsyncScope.h -> folly/coro/AsyncScope.h\nfolly/experimental/coro/AsyncStack.h -> folly/coro/AsyncStack.h\nfolly/experimental/coro/Baton.h -> folly/coro/Baton.h\nfolly/experimental/coro/BlockingWait.h -> folly/coro/BlockingWait.h\nfolly/experimental/coro/Collect.h -> folly/coro/Collect.h\nfolly/experimental/coro/Collect-inl.h -> folly/coro/Collect-inl.h\nfolly/experimental/coro/Concat.h -> folly/coro/Concat.h\nfolly/experimental/coro/Concat-inl.h -> folly/coro/Concat-inl.h\nfolly/experimental/coro/Coroutine.h -> folly/coro/Coroutine.h\nfolly/experimental/coro/CurrentExecutor.h -> folly/coro/CurrentExecutor.h\nfolly/experimental/coro/DetachOnCancel.h -> folly/coro/DetachOnCancel.h\nfolly/experimental/coro/detail/Barrier.h -> folly/coro/detail/Barrier.h\nfolly/experimental/coro/detail/BarrierTask.h -> folly/coro/detail/BarrierTask.h\nfolly/experimental/coro/detail/CurrentAsyncFrame.h -> folly/coro/detail/CurrentAsyncFrame.h\nfolly/experimental/coro/detail/Helpers.h -> folly/coro/detail/Helpers.h\nfolly/experimental/coro/detail/Malloc.h -> folly/coro/detail/Malloc.h\nfolly/experimental/coro/detail/ManualLifetime.h -> folly/coro/detail/ManualLifetime.h\nfolly/experimental/coro/detail/Traits.h -> folly/coro/detail/Traits.h\nfolly/experimental/coro/Filter.h -> folly/coro/Filter.h\nfolly/experimental/coro/Filter-inl.h -> folly/coro/Filter-inl.h\nfolly/experimental/coro/FutureUtil.h -> folly/coro/FutureUtil.h\nfolly/experimental/coro/Generator.h -> folly/coro/Generator.h\nfolly/experimental/coro/GmockHelpers.h -> folly/coro/GmockHelpers.h\nfolly/experimental/coro/GtestHelpers.h -> folly/coro/GtestHelpers.h\nfolly/experimental/coro/detail/InlineTask.h -> folly/coro/detail/InlineTask.h\nfolly/experimental/coro/Invoke.h -> folly/coro/Invoke.h\nfolly/experimental/coro/Merge.h -> folly/coro/Merge.h\nfolly/experimental/coro/Merge-inl.h -> folly/coro/Merge-inl.h\nfolly/experimental/coro/Mutex.h -> folly/coro/Mutex.h\nfolly/experimental/coro/Promise.h -> folly/coro/Promise.h\nfolly/experimental/coro/Result.h -> folly/coro/Result.h\nfolly/experimental/coro/Retry.h -> folly/coro/Retry.h\nfolly/experimental/coro/RustAdaptors.h -> folly/coro/RustAdaptors.h\nfolly/experimental/coro/ScopeExit.h -> folly/coro/ScopeExit.h\nfolly/experimental/coro/SharedLock.h -> folly/coro/SharedLock.h\nfolly/experimental/coro/SharedMutex.h -> folly/coro/SharedMutex.h\nfolly/experimental/coro/Sleep.h -> folly/coro/Sleep.h\nfolly/experimental/coro/Sleep-inl.h -> folly/coro/Sleep-inl.h\nfolly/experimental/coro/SmallUnboundedQueue.h -> folly/coro/SmallUnboundedQueue.h\nfolly/experimental/coro/Task.h -> folly/coro/Task.h\nfolly/experimental/coro/TimedWait.h -> folly/coro/TimedWait.h\nfolly/experimental/coro/Timeout.h -> folly/coro/Timeout.h\nfolly/experimental/coro/Timeout-inl.h -> folly/coro/Timeout-inl.h\nfolly/experimental/coro/Traits.h -> folly/coro/Traits.h\nfolly/experimental/coro/Transform.h -> folly/coro/Transform.h\nfolly/experimental/coro/Transform-inl.h -> folly/coro/Transform-inl.h\nfolly/experimental/coro/UnboundedQueue.h -> folly/coro/UnboundedQueue.h\nfolly/experimental/coro/ViaIfAsync.h -> folly/coro/ViaIfAsync.h\nfolly/experimental/coro/WithAsyncStack.h -> folly/coro/WithAsyncStack.h\nfolly/experimental/coro/WithCancellation.h -> folly/coro/WithCancellation.h\nfolly/experimental/coro/BoundedQueue.h -> folly/coro/BoundedQueue.h\nfolly/experimental/coro/SharedPromise.h -> folly/coro/SharedPromise.h\nfolly/experimental/coro/Cleanup.h -> folly/coro/Cleanup.h\nfolly/experimental/coro/AutoCleanup-fwd.h -> folly/coro/AutoCleanup-fwd.h\nfolly/experimental/coro/AutoCleanup.h -> folly/coro/AutoCleanup.h\n```\n\nThis is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.\nYou have been added as a reviewer by Sentinel or Butterfly.\n\nAutodiff project: dcoro\nAutodiff partition: fbcode.squangle\nAutodiff bookmark: ad.dcoro.fbcode.squangle\n\nReviewed By: dtolnay\n\nDifferential Revision: D63051185\n\nfbshipit-source-id: 9405272d04921f11a001f28866300e1d9875fccc","shortMessageHtmlLink":"Deshim coro in fbcode/squangle"}},{"before":"9c9dfcf505ea80af57f5b4ea6e7aee81caf888b0","after":"e7f32768847a6389786fe830e367ba4c8f0c3a91","ref":"refs/heads/master","pushedAt":"2024-09-20T00:44:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Re-add maps shortcut to generator\n\nSummary:\nEssentially revert D53321207, because the original concern is no longer relevant/blocking.\nEveryone is on `go1.23.1` now.\n\nReviewed By: leoleovich\n\nDifferential Revision: D63050949\n\nfbshipit-source-id: 9929d93d37ca0425808b9390c65092fabd5ff672","shortMessageHtmlLink":"Re-add maps shortcut to generator"}},{"before":"59e6d4d7f07ba63f1edb106ed8bccf726f495bd9","after":"9c9dfcf505ea80af57f5b4ea6e7aee81caf888b0","ref":"refs/heads/master","pushedAt":"2024-09-20T00:40:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"fix bug in applyPatchToSerializedData(...) that doesn't handle bool field correctly\n\nReviewed By: praihan, thedavekwon\n\nDifferential Revision: D62931361\n\nfbshipit-source-id: eecdd03a61ed6bb393d0c89c073cff5766795b52","shortMessageHtmlLink":"fix bug in applyPatchToSerializedData(...) that doesn't handle bool f…"}},{"before":"362a3840eb1b5c864811ef03716170020b3bed95","after":"59e6d4d7f07ba63f1edb106ed8bccf726f495bd9","ref":"refs/heads/master","pushedAt":"2024-09-20T00:30:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Flag to skip DefaultGet method generation\n\nSummary:\nAdd a flag to skip `DefaultGet` method generation.\nThe long term goal is to remove it.\nFor now - it will help us reduce code volume and improve build speeds.\n\nhttps://www.internalfb.com/code/fbsource/[f725292eceb2]/fbcode/thrift/compiler/generate/templates/go/types/field_method_default_get.mustache?lines=24-25\n\nReviewed By: awalterschulze\n\nDifferential Revision: D57304700\n\nfbshipit-source-id: ddfbf0759e639903417504f27105e93ae38ea2b9","shortMessageHtmlLink":"Flag to skip DefaultGet method generation"}},{"before":"2a58012ed52b0f9fc80c3d290572341f75e1eab2","after":"362a3840eb1b5c864811ef03716170020b3bed95","ref":"refs/heads/master","pushedAt":"2024-09-19T22:33:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Pretty-printing: show constraints on type parameters inside newtypes and dependent types\n\nSummary: For unknown reasons, we don't look inside `newtype` arguments or dependent types when presenting bounds on generic parameters in pretty printed types. Unfortunately, this affects `supportdyn<_>` types such as function types under implicit pessimisation. Let's get rid of this filtering.\n\nReviewed By: madgen\n\nDifferential Revision: D63023172\n\nfbshipit-source-id: f5ea603734cf13f84a22ca2d4f4fb59383427ce2","shortMessageHtmlLink":"Pretty-printing: show constraints on type parameters inside newtypes …"}},{"before":"4f82738898beaf4a93f9e71b0f4034d6c3ac66f4","after":"2a58012ed52b0f9fc80c3d290572341f75e1eab2","ref":"refs/heads/master","pushedAt":"2024-09-19T22:17:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add [[nodiscard]] to appropriate methods in Connection class\n\nSummary: As requested in D49613234, adding `[[nodiscard]]` where appropriate in the Connection class. Also added `noexcept` to a few functions that were trivial.\n\nReviewed By: aditya-jalan\n\nDifferential Revision: D58263970\n\nfbshipit-source-id: 570c31b51e38e3ab62f23355e766ba215cdf0a72","shortMessageHtmlLink":"Add [[nodiscard]] to appropriate methods in Connection class"}},{"before":"77192f102c5fab595119c67d764fb4a009f98e35","after":"4f82738898beaf4a93f9e71b0f4034d6c3ac66f4","ref":"refs/heads/master","pushedAt":"2024-09-19T21:46:56.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"HHVM test\n\nSummary: Add an HHVM test to make sure that HHVM accepts the new syntax. Tuple types are enforced as `varray` so there is no special logic required in HackC.\n\nReviewed By: francesco-zappa-nardelli\n\nDifferential Revision: D62936216\n\nfbshipit-source-id: 2d0bc2cddeb1a8ce407014047c2fe39ffc44f8b9","shortMessageHtmlLink":"HHVM test"}},{"before":"495af8795f819072fddc94c92c6e7dda27327675","after":"77192f102c5fab595119c67d764fb4a009f98e35","ref":"refs/heads/master","pushedAt":"2024-09-19T21:17:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Temporary fix for TAO\n\nSummary: I'm investigating a TAO crash and while I'm not yet sure of the root cause, I know where it is crashing. Add some checks in the code to prevent the crash from occurring to see if TAO can make progress while waiting for the root cause fix.\n\nDifferential Revision: D63038824\n\nfbshipit-source-id: d01e733f152ccbf19f14055295d9a920e3a112ee","shortMessageHtmlLink":"Temporary fix for TAO"}},{"before":"573e5a86f76a02fd73f559a3480abc46a6fb2ec3","after":"495af8795f819072fddc94c92c6e7dda27327675","ref":"refs/heads/master","pushedAt":"2024-09-19T20:25:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix idempotence bug\n\nSummary:\nHack formatter is supposed to be idempotent, i.e., there is no difference between invoking it once vs many times.\n\nThere was a bug because we preserve line breaks for collection literals even if we can in principle squash it in a single line.\n\nThis works as intended except for the empty literal case where we do (and want to) squash it onto one line, but the code explicitly looks for a newline character at the end of the left brace.\n\nSo on the first run we squash it into one line and the absence of the newline character leads to causes it to format further on the second run.\n\nReviewed By: mheiber\n\nDifferential Revision: D62971173\n\nfbshipit-source-id: e469329ad1a2d7c68cb9fe12d5c6500f0036095a","shortMessageHtmlLink":"Fix idempotence bug"}},{"before":"e447500cb8e73f18c0a7729b0565ed6c9a222f26","after":"573e5a86f76a02fd73f559a3480abc46a6fb2ec3","ref":"refs/heads/master","pushedAt":"2024-09-19T20:07:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Revert jemalloc experimental_tcache_gc deployment in HHVM\n\nReviewed By: ricklavoie, jtwarren, interwq\n\nDifferential Revision: D63040452\n\nfbshipit-source-id: 4acae0d62d54cbaea5db0f2ee37a5387bd452919","shortMessageHtmlLink":"Revert jemalloc experimental_tcache_gc deployment in HHVM"}},{"before":"1dfb03f9bba25d75f8a37643e5c53858782c7d40","after":"e447500cb8e73f18c0a7729b0565ed6c9a222f26","ref":"refs/heads/master","pushedAt":"2024-09-19T18:36:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add vcpkg installation instructions\n\nSummary:\nproxygen is available as a port in vcpkg, a C++ library manager that simplifies installation for proxygen and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build proxygen, ready to be included in their projects.\n\nWe also test whether our library ports build in various configurations (dynamic, static) on various platforms (OSX, Linux, Windows: x86, x64, UWP, ARM) to keep a wide coverage for users.\n\nI'm a maintainer for vcpkg, and [here is what the port script looks like](https://github.com/microsoft/vcpkg/blob/master/ports/proxygen/portfile.cmake). We try to keep the library maintained as close as possible to the original library.\n\nX-link: https://github.com/facebook/proxygen/pull/311\n\nReviewed By: hanidamlaj\n\nDifferential Revision: D62987224\n\nPulled By: afrind\n\nfbshipit-source-id: af53e61c5227ce926d4b4d740b1cfdbe799e7ba7","shortMessageHtmlLink":"Add vcpkg installation instructions"}},{"before":"6345291f40d53450156ce527bd460ee5eb293ae7","after":"1dfb03f9bba25d75f8a37643e5c53858782c7d40","ref":"refs/heads/master","pushedAt":"2024-09-19T18:17:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Rm experimental/JSONSchema.h\n\nSummary: tsia\n\nReviewed By: cgraf78\n\nDifferential Revision: D62757007\n\nfbshipit-source-id: 98740068a139851f47557bf7355e7e4a684b6789","shortMessageHtmlLink":"Rm experimental/JSONSchema.h"}},{"before":"ac5e2ba374b4866cd92537950ee1b5639b7304f9","after":"6345291f40d53450156ce527bd460ee5eb293ae7","ref":"refs/heads/master","pushedAt":"2024-09-19T18:13:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Address pyre errors in tests\n\nSummary: Address the pyre errors in tests, which appeared after enabling type hints for mutable types.\n\nReviewed By: vitaut\n\nDifferential Revision: D63032523\n\nfbshipit-source-id: bbe07af4e7181b04e85576e0e3f7d6cecdf34f55","shortMessageHtmlLink":"Address pyre errors in tests"}},{"before":"77847dd330bca484b94d4ec6761e3844e2f297e9","after":"ac5e2ba374b4866cd92537950ee1b5639b7304f9","ref":"refs/heads/master","pushedAt":"2024-09-19T17:59:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove unused import\n\nSummary: I stumbled upon unused imports in this file.\n\nReviewed By: yoney\n\nDifferential Revision: D63030220\n\nfbshipit-source-id: 668a352a67148ad06b0ba99e05c0c30396a499e5","shortMessageHtmlLink":"Remove unused import"}},{"before":"a4b667856a8779ee3e47d74f342345a09f50828d","after":"77847dd330bca484b94d4ec6761e3844e2f297e9","ref":"refs/heads/master","pushedAt":"2024-09-19T17:52:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"chore: Included githubactions in the dependabot config\n\nSummary:\nThis should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.\n\nDependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot\n\nGitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot\n\nhttps://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool\nSigned-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>\n\nX-link: https://github.com/facebook/proxygen/pull/414\n\nReviewed By: hanidamlaj\n\nDifferential Revision: D62986586\n\nPulled By: afrind\n\nfbshipit-source-id: 0f2b23d70f5099e3142437b30d2286dffcb79489","shortMessageHtmlLink":"chore: Included githubactions in the dependabot config"}},{"before":"fff6562293d9ebcec13b35f98e867a6ca5e368b7","after":"a4b667856a8779ee3e47d74f342345a09f50828d","ref":"refs/heads/master","pushedAt":"2024-09-19T17:01:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"chore: Set permissions for GitHub actions\n\nSummary:\nRestrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.\n\n- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions\n\nhttps://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions\n\nhttps://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs\n\n[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)\n\nSigned-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>\n\nX-link: https://github.com/facebook/proxygen/pull/413\n\nReviewed By: hanidamlaj\n\nDifferential Revision: D62986647\n\nPulled By: afrind\n\nfbshipit-source-id: 4c44009112169d50e735407caeb29be2e28a832a","shortMessageHtmlLink":"chore: Set permissions for GitHub actions"}},{"before":"b66adc8db1247de692d969076864beb1f0c5d6b6","after":"fff6562293d9ebcec13b35f98e867a6ca5e368b7","ref":"refs/heads/master","pushedAt":"2024-09-19T16:38:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/ea3e99bf5f8503b9ada5cb345b9f987b662d5c02\nhttps://github.com/facebook/fb303/commit/01b236f29b6a018cd9cd907c94a72878430aa276\nhttps://github.com/facebook/fbthrift/commit/641ff99b07051c0f1153c18174c853f8c8e380c4\nhttps://github.com/facebook/folly/commit/7f69f881f693217889e5765fc07cbcebe8f8918a\nhttps://github.com/facebook/mvfst/commit/fcaa7648c9b43d87dea4d6edfdd57b39c0ea0d79\nhttps://github.com/facebook/proxygen/commit/6389a6c005e984f067eba765573ccfafcb9b2bba\nhttps://github.com/facebook/wangle/commit/0b3b9880d3c0c77bbb5a61b305dfc47230e04f67\nhttps://github.com/facebookexperimental/edencommon/commit/02f0b1ceac1c42f34f2753fd1b7dfcaeae42800c\nhttps://github.com/facebookexperimental/rust-shed/commit/bd0e45a40ee7f1804d72aba6658cf9d411546b40\nhttps://github.com/facebookincubator/fizz/commit/c0e12052ff73b291e4249552d7c16b5c266831a0\n\nReviewed By: zpao\n\nfbshipit-source-id: 187901b060c1c8314dc58f74761e76eac874c2c3","shortMessageHtmlLink":"Updating submodules"}},{"before":"92c1da5c96861328f4b68099d8c816d79b66232c","after":"b66adc8db1247de692d969076864beb1f0c5d6b6","ref":"refs/heads/master","pushedAt":"2024-09-19T14:35:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"update rpcmetadata namespace to an open source friendly one\n\nSummary:\nupdate rpcmetadata namespace to an open source friendly one\n\nThis way we can avoid copying the code into thrift/lib/go/thrift in future and rather import the generated code\n\nReviewed By: podtserkovskiy\n\nDifferential Revision: D63014121\n\nfbshipit-source-id: 74d08d3f03dd0d228b95882a24826790354f871d","shortMessageHtmlLink":"update rpcmetadata namespace to an open source friendly one"}},{"before":"412697840008770050d923938ce2ae6e4659c1f4","after":"92c1da5c96861328f4b68099d8c816d79b66232c","ref":"refs/heads/master","pushedAt":"2024-09-19T13:08:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"rocket server doesn't stop serving when listener is closed\n\nSummary:\nfixes a bug where rocket server didn't stop serving when the listener was closed\nSee Issue report in https://fb.workplace.com/groups/codegophers/permalink/26891400743815186/\n\nI forgot to return an error when the listener.Accept returned an error\nThis fixes the issue and adds two tests, one for header server and one for rocket server.\n\nDifferential Revision: D63021827\n\nfbshipit-source-id: 1c143ee0ae54db426e34a97c1f2e5bd18b2c6339","shortMessageHtmlLink":"rocket server doesn't stop serving when listener is closed"}},{"before":"62e1084b21553a0fc763176505d2208ae53a8a03","after":"412697840008770050d923938ce2ae6e4659c1f4","ref":"refs/heads/master","pushedAt":"2024-09-19T12:52:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Deshim coro in fbcode/thrift\n\nSummary:\nThe following rules were deshimmed:\n```\n//folly/experimental/coro:accumulate -> //folly/coro:accumulate\n//folly/experimental/coro:async_generator -> //folly/coro:async_generator\n//folly/experimental/coro:async_pipe -> //folly/coro:async_pipe\n//folly/experimental/coro:async_scope -> //folly/coro:async_scope\n//folly/experimental/coro:async_stack -> //folly/coro:async_stack\n//folly/experimental/coro:baton -> //folly/coro:baton\n//folly/experimental/coro:blocking_wait -> //folly/coro:blocking_wait\n//folly/experimental/coro:collect -> //folly/coro:collect\n//folly/experimental/coro:concat -> //folly/coro:concat\n//folly/experimental/coro:coroutine -> //folly/coro:coroutine\n//folly/experimental/coro:current_executor -> //folly/coro:current_executor\n//folly/experimental/coro:detach_on_cancel -> //folly/coro:detach_on_cancel\n//folly/experimental/coro:detail_barrier -> //folly/coro:detail_barrier\n//folly/experimental/coro:detail_barrier_task -> //folly/coro:detail_barrier_task\n//folly/experimental/coro:detail_current_async_frame -> //folly/coro:detail_current_async_frame\n//folly/experimental/coro:detail_helpers -> //folly/coro:detail_helpers\n//folly/experimental/coro:detail_malloc -> //folly/coro:detail_malloc\n//folly/experimental/coro:detail_manual_lifetime -> //folly/coro:detail_manual_lifetime\n//folly/experimental/coro:detail_traits -> //folly/coro:detail_traits\n//folly/experimental/coro:filter -> //folly/coro:filter\n//folly/experimental/coro:future_util -> //folly/coro:future_util\n//folly/experimental/coro:generator -> //folly/coro:generator\n//folly/experimental/coro:gmock_helpers -> //folly/coro:gmock_helpers\n//folly/experimental/coro:gtest_helpers -> //folly/coro:gtest_helpers\n//folly/experimental/coro:inline_task -> //folly/coro:inline_task\n//folly/experimental/coro:invoke -> //folly/coro:invoke\n//folly/experimental/coro:merge -> //folly/coro:merge\n//folly/experimental/coro:mutex -> //folly/coro:mutex\n//folly/experimental/coro:promise -> //folly/coro:promise\n//folly/experimental/coro:result -> //folly/coro:result\n//folly/experimental/coro:retry -> //folly/coro:retry\n//folly/experimental/coro:rust_adaptors -> //folly/coro:rust_adaptors\n//folly/experimental/coro:scope_exit -> //folly/coro:scope_exit\n//folly/experimental/coro:shared_lock -> //folly/coro:shared_lock\n//folly/experimental/coro:shared_mutex -> //folly/coro:shared_mutex\n//folly/experimental/coro:sleep -> //folly/coro:sleep\n//folly/experimental/coro:small_unbounded_queue -> //folly/coro:small_unbounded_queue\n//folly/experimental/coro:task -> //folly/coro:task\n//folly/experimental/coro:timed_wait -> //folly/coro:timed_wait\n//folly/experimental/coro:timeout -> //folly/coro:timeout\n//folly/experimental/coro:traits -> //folly/coro:traits\n//folly/experimental/coro:transform -> //folly/coro:transform\n//folly/experimental/coro:unbounded_queue -> //folly/coro:unbounded_queue\n//folly/experimental/coro:via_if_async -> //folly/coro:via_if_async\n//folly/experimental/coro:with_async_stack -> //folly/coro:with_async_stack\n//folly/experimental/coro:with_cancellation -> //folly/coro:with_cancellation\n//folly/experimental/coro:bounded_queue -> //folly/coro:bounded_queue\n//folly/experimental/coro:shared_promise -> //folly/coro:shared_promise\n//folly/experimental/coro:cleanup -> //folly/coro:cleanup\n//folly/experimental/coro:auto_cleanup_fwd -> //folly/coro:auto_cleanup_fwd\n//folly/experimental/coro:auto_cleanup -> //folly/coro:auto_cleanup\n```\n\nThe following headers were deshimmed:\n```\nfolly/experimental/coro/Accumulate.h -> folly/coro/Accumulate.h\nfolly/experimental/coro/Accumulate-inl.h -> folly/coro/Accumulate-inl.h\nfolly/experimental/coro/AsyncGenerator.h -> folly/coro/AsyncGenerator.h\nfolly/experimental/coro/AsyncPipe.h -> folly/coro/AsyncPipe.h\nfolly/experimental/coro/AsyncScope.h -> folly/coro/AsyncScope.h\nfolly/experimental/coro/AsyncStack.h -> folly/coro/AsyncStack.h\nfolly/experimental/coro/Baton.h -> folly/coro/Baton.h\nfolly/experimental/coro/BlockingWait.h -> folly/coro/BlockingWait.h\nfolly/experimental/coro/Collect.h -> folly/coro/Collect.h\nfolly/experimental/coro/Collect-inl.h -> folly/coro/Collect-inl.h\nfolly/experimental/coro/Concat.h -> folly/coro/Concat.h\nfolly/experimental/coro/Concat-inl.h -> folly/coro/Concat-inl.h\nfolly/experimental/coro/Coroutine.h -> folly/coro/Coroutine.h\nfolly/experimental/coro/CurrentExecutor.h -> folly/coro/CurrentExecutor.h\nfolly/experimental/coro/DetachOnCancel.h -> folly/coro/DetachOnCancel.h\nfolly/experimental/coro/detail/Barrier.h -> folly/coro/detail/Barrier.h\nfolly/experimental/coro/detail/BarrierTask.h -> folly/coro/detail/BarrierTask.h\nfolly/experimental/coro/detail/CurrentAsyncFrame.h -> folly/coro/detail/CurrentAsyncFrame.h\nfolly/experimental/coro/detail/Helpers.h -> folly/coro/detail/Helpers.h\nfolly/experimental/coro/detail/Malloc.h -> folly/coro/detail/Malloc.h\nfolly/experimental/coro/detail/ManualLifetime.h -> folly/coro/detail/ManualLifetime.h\nfolly/experimental/coro/detail/Traits.h -> folly/coro/detail/Traits.h\nfolly/experimental/coro/Filter.h -> folly/coro/Filter.h\nfolly/experimental/coro/Filter-inl.h -> folly/coro/Filter-inl.h\nfolly/experimental/coro/FutureUtil.h -> folly/coro/FutureUtil.h\nfolly/experimental/coro/Generator.h -> folly/coro/Generator.h\nfolly/experimental/coro/GmockHelpers.h -> folly/coro/GmockHelpers.h\nfolly/experimental/coro/GtestHelpers.h -> folly/coro/GtestHelpers.h\nfolly/experimental/coro/detail/InlineTask.h -> folly/coro/detail/InlineTask.h\nfolly/experimental/coro/Invoke.h -> folly/coro/Invoke.h\nfolly/experimental/coro/Merge.h -> folly/coro/Merge.h\nfolly/experimental/coro/Merge-inl.h -> folly/coro/Merge-inl.h\nfolly/experimental/coro/Mutex.h -> folly/coro/Mutex.h\nfolly/experimental/coro/Promise.h -> folly/coro/Promise.h\nfolly/experimental/coro/Result.h -> folly/coro/Result.h\nfolly/experimental/coro/Retry.h -> folly/coro/Retry.h\nfolly/experimental/coro/RustAdaptors.h -> folly/coro/RustAdaptors.h\nfolly/experimental/coro/ScopeExit.h -> folly/coro/ScopeExit.h\nfolly/experimental/coro/SharedLock.h -> folly/coro/SharedLock.h\nfolly/experimental/coro/SharedMutex.h -> folly/coro/SharedMutex.h\nfolly/experimental/coro/Sleep.h -> folly/coro/Sleep.h\nfolly/experimental/coro/Sleep-inl.h -> folly/coro/Sleep-inl.h\nfolly/experimental/coro/SmallUnboundedQueue.h -> folly/coro/SmallUnboundedQueue.h\nfolly/experimental/coro/Task.h -> folly/coro/Task.h\nfolly/experimental/coro/TimedWait.h -> folly/coro/TimedWait.h\nfolly/experimental/coro/Timeout.h -> folly/coro/Timeout.h\nfolly/experimental/coro/Timeout-inl.h -> folly/coro/Timeout-inl.h\nfolly/experimental/coro/Traits.h -> folly/coro/Traits.h\nfolly/experimental/coro/Transform.h -> folly/coro/Transform.h\nfolly/experimental/coro/Transform-inl.h -> folly/coro/Transform-inl.h\nfolly/experimental/coro/UnboundedQueue.h -> folly/coro/UnboundedQueue.h\nfolly/experimental/coro/ViaIfAsync.h -> folly/coro/ViaIfAsync.h\nfolly/experimental/coro/WithAsyncStack.h -> folly/coro/WithAsyncStack.h\nfolly/experimental/coro/WithCancellation.h -> folly/coro/WithCancellation.h\nfolly/experimental/coro/BoundedQueue.h -> folly/coro/BoundedQueue.h\nfolly/experimental/coro/SharedPromise.h -> folly/coro/SharedPromise.h\nfolly/experimental/coro/Cleanup.h -> folly/coro/Cleanup.h\nfolly/experimental/coro/AutoCleanup-fwd.h -> folly/coro/AutoCleanup-fwd.h\nfolly/experimental/coro/AutoCleanup.h -> folly/coro/AutoCleanup.h\n```\n\nThis is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.\nYou have been added as a reviewer by Sentinel or Butterfly.\n\nAutodiff project: dcoro\nAutodiff partition: fbcode.thrift\nAutodiff bookmark: ad.dcoro.fbcode.thrift\n\nReviewed By: dtolnay\n\nDifferential Revision: D62965838\n\nfbshipit-source-id: c0d6013ea5432669ca6887a5dffa85de1bdb2c9e","shortMessageHtmlLink":"Deshim coro in fbcode/thrift"}},{"before":"f7be89499794ae45c905b22f114a952a938b39b3","after":"62e1084b21553a0fc763176505d2208ae53a8a03","ref":"refs/heads/master","pushedAt":"2024-09-19T10:22:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"small refactoring\n\nSummary:\nRename the function `genOCamlType'` and `genOCamlToJson` to `genOCamlTypeFromField` and `genOCamlToJsonFromField` to make sure they are called when processing field types.\n\nSome cases in `genOCamlToJson` and `genOCamlToJsonFromField` were duplicated.\n\nThis is in preparation of further changes (see task)\n\nReviewed By: donsbot\n\nDifferential Revision: D62968918\n\nfbshipit-source-id: 8d9979ba9d8193b9909d795404a32e3cae2ffb1f","shortMessageHtmlLink":"small refactoring"}},{"before":"ff71d94b89f11580f6a22b31af3dadb4310932c8","after":"f7be89499794ae45c905b22f114a952a938b39b3","ref":"refs/heads/master","pushedAt":"2024-09-19T09:25:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"update import thrift/lib/thrift/metadata to github.com/facebook/fbthrift/thrift/lib/thrift/metadata\n\nSummary:\nIn preparation of D62942743 we are renaming `thrift/lib/thrift/metadata` to `github.com/facebook/fbthrift/thrift/lib/thrift/metadata`\nMore details and reasons for this change in the description of D62942743\n\nReviewed By: echistyakov\n\nDifferential Revision: D62946237\n\nfbshipit-source-id: 6dc04782def3f8c716e3c3827b6f6563213a6ee0","shortMessageHtmlLink":"update import thrift/lib/thrift/metadata to github.com/facebook/fbthr…"}},{"before":"89679ed65dfb5d6d2b515e7eec613120e6f8e197","after":"ff71d94b89f11580f6a22b31af3dadb4310932c8","ref":"refs/heads/master","pushedAt":"2024-09-19T08:09:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Pass service and method names to ClientInterceptor\n\nSummary: This matches `ServiceInterceptor`. `TProcessorEventHandler` passes in the service name as a prefix to method name, which is surprising. We make the decision to match `ServiceInterceptor` here for consistency.\n\nReviewed By: sazonovkirill\n\nDifferential Revision: D62663049\n\nfbshipit-source-id: 686698e05a53a48b7a73d14b3585187d4d957689","shortMessageHtmlLink":"Pass service and method names to ClientInterceptor"}},{"before":"157c0af3c2e5c8d85dfb543f29fd68357d4568b6","after":"89679ed65dfb5d6d2b515e7eec613120e6f8e197","ref":"refs/heads/master","pushedAt":"2024-09-19T06:30:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"recursive case types: add test cases from simple recursive programs on lists and trees\n\nSummary: Also tested in the runtime, and they all work.\n\nReviewed By: dlreeves\n\nDifferential Revision: D62880628\n\nfbshipit-source-id: 863243ee63d671ae7b90657b5169469dd2221904","shortMessageHtmlLink":"recursive case types: add test cases from simple recursive programs o…"}},{"before":"b52b142c7660dd4920872a0de75abb2f30dc3c66","after":"157c0af3c2e5c8d85dfb543f29fd68357d4568b6","ref":"refs/heads/master","pushedAt":"2024-09-19T01:49:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Revert D62903158: Hide dynamic versions of AnyPatch::patchIfTypeIs and AnyPatch::ensureAndPatch\n\nDifferential Revision:\nD62903158\n\nOriginal commit changeset: 8466e1f7dbed\n\nOriginal Phabricator Diff: D62903158\n\nfbshipit-source-id: c663c1169f0d410280d86de09928a7ac22957d52","shortMessageHtmlLink":"Revert D62903158: Hide dynamic versions of AnyPatch::patchIfTypeIs an…"}},{"before":"57ffb8510dbd9e5fc367abbf0b5f3b7c636873c3","after":"b52b142c7660dd4920872a0de75abb2f30dc3c66","ref":"refs/heads/master","pushedAt":"2024-09-19T00:43:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"build with fedora\n\nSummary:\nSimple change to made building on fedora possible.\nI may have missed some dependencies, so this is only meant to be a foundation in case someone else needs it. This change does not alter the current behavior on any other distro then fedora.\n\nX-link: https://github.com/facebook/proxygen/pull/338\n\nReviewed By: kvtsoy\n\nDifferential Revision: D62987129\n\nPulled By: afrind\n\nfbshipit-source-id: be4566e5b13c4ca0404752c9302a414272ee8ca0","shortMessageHtmlLink":"build with fedora"}},{"before":"ea9a59c0beb01ec6681122093e0439d7e2c7d0b2","after":"57ffb8510dbd9e5fc367abbf0b5f3b7c636873c3","ref":"refs/heads/master","pushedAt":"2024-09-18T23:01:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Hide dynamic versions of AnyPatch::patchIfTypeIs and AnyPatch::ensureAndPatch\n\nSummary: use the same badge\n\nReviewed By: Mizuchi\n\nDifferential Revision: D62903158\n\nfbshipit-source-id: 8466e1f7dbedbfcf00d88d4079af6860a701031e","shortMessageHtmlLink":"Hide dynamic versions of AnyPatch::patchIfTypeIs and AnyPatch::ensure…"}},{"before":"3988dee47db33bdcfceeeb941346b00f1ad93c5f","after":"ea9a59c0beb01ec6681122093e0439d7e2c7d0b2","ref":"refs/heads/master","pushedAt":"2024-09-18T22:38:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add a workflow to close stale issues\n\nSummary: If the proxygen team needs author input to progress an issue, we will mark it need-input. If an issue has been marked need-input with no action from the author in 2 weeks, the issue will auto close.\n\nReviewed By: kvtsoy\n\nDifferential Revision: D62988294\n\nfbshipit-source-id: 085d57a0d99c4501f465f87b1b83ee109081cca7","shortMessageHtmlLink":"Add a workflow to close stale issues"}},{"before":"24b346dc559b7c78e2ac43895a0720b48de3d696","after":"3988dee47db33bdcfceeeb941346b00f1ad93c5f","ref":"refs/heads/master","pushedAt":"2024-09-18T22:31:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Added conditional verification to python executable.\n\nSummary:\nAdded conditional verification to python executable to search for python instead of python3 on Windows.\n\nThis code without this modification is searching for python as python3.exe in Windows, but in the OS, python is installed as python.exe, what cause an incorrect python not found.\n\nIssue: https://github.com/facebook/proxygen/issues/499\n\nX-link: https://github.com/facebook/proxygen/pull/500\n\nReviewed By: kvtsoy\n\nDifferential Revision: D62987053\n\nPulled By: afrind\n\nfbshipit-source-id: fb21d711483b350d0b86b481cf876c95b82334e0","shortMessageHtmlLink":"Added conditional verification to python executable."}},{"before":"e92d12c73f9b45cbe314e32354fe346c6b5153a2","after":"24b346dc559b7c78e2ac43895a0720b48de3d696","ref":"refs/heads/master","pushedAt":"2024-09-18T22:07:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add missing boost library\n\nSummary:\nBuild on alpine complained about missing boost chrono when linkin. This patch fixes the issue\n\nX-link: https://github.com/facebook/proxygen/pull/356\n\nReviewed By: kvtsoy\n\nDifferential Revision: D62986973\n\nPulled By: afrind\n\nfbshipit-source-id: 36e1d642466fbb5aebe2c0819d7a64cf802be079","shortMessageHtmlLink":"Add missing boost library"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu3Ch-gA","startCursor":null,"endCursor":null}},"title":"Activity · facebook/hhvm"}