Tags: facebook/watchman
Tags
Updating hashes Summary: GitHub commits: facebook/fb303@bd2a828 facebook/fbthrift@9b9200f facebook/folly@47ba70b facebook/mvfst@a887fb8 facebook/proxygen@03f3a0c facebook/pyrefly@71ff2a5 facebook/wangle@0c21bec facebookexperimental/edencommon@6d81c93 facebookexperimental/rust-shed@4cc2caf facebookincubator/fizz@755b911 Reviewed By: zpao fbshipit-source-id: db44e1c912eed474f8ceb0263624141e4cfb28c6
Updating hashes Summary: GitHub commits: facebook/fb303@28fcb4b facebook/fbthrift@0518f21 facebook/mvfst@657534c facebook/proxygen@21742f4 facebook/pyrefly@f396807 facebook/wangle@4fd34f1 facebookexperimental/edencommon@199f8aa facebookexperimental/rust-shed@0bc05b4 facebookincubator/fizz@8e44c71 Reviewed By: pranavcivi fbshipit-source-id: 3d42ba38fd273fe7acf2ebbb6600078335aa08a5
getdeps: emit DEVELOPER_DIR for macOS CI builds; regenerate rebalance… …r workflow Summary: Effectively bumps XCode to 16.2 - which has better support for modern C++. macOS GitHub Actions runners with multiple Xcode versions installed need DEVELOPER_DIR set to select the correct toolchain. Without it, CMake may find the wrong compiler or SDK and the build can fail. Add DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer to the env block emitted for darwin builds in the getdeps.py generate-github-actions command, and regenerate the rebalancer oss_root/.github/workflows/getdeps_mac.yml to match. Reviewed By: xiatingouyang Differential Revision: D102531661 fbshipit-source-id: 62ac61a44989414e59df5d7a50a166548c354287
Updating hashes Summary: GitHub commits: facebook/fb303@66a3d60 facebook/fbthrift@878ab39 facebook/folly@b6cf382 facebook/mvfst@8a4c018 facebook/proxygen@21ee1ea facebook/pyrefly@593495b facebook/wangle@f192199 facebookexperimental/edencommon@4dc9d3c facebookexperimental/rust-shed@5abe6cb facebookincubator/fizz@461cbd7 Reviewed By: pranavcivi fbshipit-source-id: 2f967a0d6d4dc68075927e92e2764403e59465b7
Use shipit project as recommended facebookincubator/rebalancer Summary: Shipit uses `rebalancer` as project than `facebookincubator/rebalancer` ``` + /var/www/scripts/opensource/codesync \ + shipit \ + --project=rebalancer \ + --create-new-repo \ + --source-repo-dir=/data/users/sahilsd/fbsource \ + --source-branch=. \ + --skip-source-init \ + --skip-source-pull \ + --skip-source-clean \ + --skip-push \ + --destination-use-anonymous-https \ + --create-new-repo-output-path=/data/users/sahilsd/scratch/getdeps/shipit/rebalancer.new error: invalid value 'rebalancer' for '--project <PROJECT>': Valid projects are specified in the form of '<organization>/<repo_name>', given: rebalancer ``` This matches with the shipit config comment: https://www.internalfb.com/code/configerator/[8f710a959bf55ae647eb35bcacf3322bbd2ccba2]/source/opensource/shipit_config/facebookincubator/rebalancer.cconf?lines=1 Reviewed By: r-barnes Differential Revision: D97680878 fbshipit-source-id: 077331584a3e1d58067ca62706efe437e042c36d
Updating hashes Summary: GitHub commits: facebook/fb303@7101e03 facebook/fbthrift@9a98350 facebook/folly@8c30e8b facebook/mvfst@79fe223 facebook/proxygen@c9506b6 facebook/pyrefly@a5bcb22 facebook/wangle@e5d454b facebookexperimental/edencommon@b1d450a facebookexperimental/rust-shed@1eb8e5f facebookincubator/fizz@0cf61fa Reviewed By: bigfootjon fbshipit-source-id: 01e85b8ac2488289cdea5d63b51ed5952c76b100
Updating hashes Summary: GitHub commits: facebook/fb303@172b51b facebook/fbthrift@4a5d80e facebook/folly@5ae1dd9 facebook/mvfst@7fc0bec facebook/proxygen@4f06c51 facebook/pyrefly@cec775b facebook/wangle@ddb71ee facebookexperimental/edencommon@fcffa31 facebookexperimental/rust-shed@4858eb5 facebookincubator/fizz@b50d05a Reviewed By: JurjenLelifeld fbshipit-source-id: a724004e4b9077d4f8593d509e1b09401a2668f7
checkout: fix untracked->dir to be reported as UNTRACKED_ADDED Summary: When an untracked file was replaced by a directory in the destination commit, eden was reporting a MODIFIED_MODIFIED conflict, but this is not correct. The local file is not tracked, so cannot be modified. This messed up Sapling's expectations. Step one is to fix eden to return the proper UNTRACKED_ADDED conflict type. Note that Sapling does not currently handle the file->directory path conflict situation here, but I will address that next. Reviewed By: MichaelCuevas Differential Revision: D96992296 fbshipit-source-id: 4f73f1612323897bb43c0dd1d0ac132ee275a766
Fix typo "occured" to "occurred" in comment at...
Summary:
- Fix typo "occured" to "occurred" in comment at watchman/watcher/eden.cpp describing changes computation.
- Fix typo "occured" to "occurred" in doc comment at watchman/rust/watchman_client/src/pdu.rs describing hash error enum variant.
- Fix typo "wether" to "whether" in comment at watchman/query/eval.cpp describing merge base update condition.
AI Review:
- security: PASSED (1.00) — These changes are purely comment/documentation typo fixes ("occured" → "occurred", "wether" → "whether") with zero impact on code logic, control flow, or data handling. No security concerns.
- quality: PASSED (1.00) — All three changes are pure comment/documentation typo fixes ("occured" → "occurred", "wether" → "whether"). No code logic, function signatures, return values, or behavior is modified. These changes cannot break any callers or dependent code.
- task_solution: PASSED (1.00) — All three typo corrections are exactly as specified, touching only comments/doc comments with no code changes. No risk of regressions.
Reviewed By: dtolnay
Differential Revision: D96712065
fbshipit-source-id: 86c960378d77f1bac84592a89fcc67d48561f932
Updating hashes Summary: GitHub commits: facebook/fb303@2929873 facebook/fbthrift@aa51a38 facebook/folly@5363868 facebook/mvfst@155e9ba facebook/proxygen@28df2f8 facebook/wangle@671025e facebook/yoga@03e076d facebookexperimental/edencommon@896922b facebookexperimental/rust-shed@2a52d24 facebookincubator/fizz@a9b06eb Reviewed By: sdwilsh fbshipit-source-id: c211d27bc7fe029844aa36ed33eb3e96694a0651
PreviousNext