Skip to content

Tags: ifood/buck

Tags

61ac5269a2a21ac7973f8142ba37d7560d637777ef105b7e2c643732f0b684bb

Toggle 61ac5269a2a21ac7973f8142ba37d7560d637777ef105b7e2c643732f0b684bb's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to Swift Concurrency backport using swift-stdlib-tool (#69)

* Add swift config  swift_stdlib_tool_run_on_subfolders to prevent to import libraries needed for 3rd party libs that supports iOS below 12
Add swift config swift_stdlib_tool_import_only_concurrency_lib to import only libswift_concurrency* libraries

* change from boolean type to Optional<Boolean> to match initializers

Co-authored-by: Lucas Marcal <[email protected]>

9d4e5a965f8f4348ac0cfb1204fdda43161f65111d35520020813dd18a43f769

Toggle 9d4e5a965f8f4348ac0cfb1204fdda43161f65111d35520020813dd18a43f769's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to Swift Concurrency backport using swift-stdlib-tool (#69)

* Add swift config  swift_stdlib_tool_run_on_subfolders to prevent to import libraries needed for 3rd party libs that supports iOS below 12
Add swift config swift_stdlib_tool_import_only_concurrency_lib to import only libswift_concurrency* libraries

* change from boolean type to Optional<Boolean> to match initializers

Co-authored-by: Lucas Marcal <[email protected]>

3ebda2505b0ed75026adb3e3c5269de9645d12316d51a00f4eec28d187ae59ac

Toggle 3ebda2505b0ed75026adb3e3c5269de9645d12316d51a00f4eec28d187ae59ac's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
On 3.10 some `collections` classes have been moved to (#68)

`collections.abc` and it causes Buck 1 to crash. This diff fixes those
instances.

Really pex should be upgraded, but I made an attempt and it was very difficult
due to our custom changes to pex.

Co-authored-by: Lucas Marcal <[email protected]>

af8593938606ebdd3dd39689fc78631fdff7ca62bdf95d454933bd9bef7ee995

Toggle af8593938606ebdd3dd39689fc78631fdff7ca62bdf95d454933bd9bef7ee995's commit message
fix lldb AST serialization while erroneously trying to load .swiftint…

…erface files.

c5a1e5e33bdb416f56775d849bd1879e0cdfbbace14ece18eb053b73b6aa9a2a

Toggle c5a1e5e33bdb416f56775d849bd1879e0cdfbbace14ece18eb053b73b6aa9a2a's commit message
Revert "use -Wl instead of -Xlinker for oso prefix"

This reverts commit 4e44f22.

48223d1f2b50228fe4f74768d4e12a5e0e8c8654c6b2242835b7be46122109d9

Toggle 48223d1f2b50228fe4f74768d4e12a5e0e8c8654c6b2242835b7be46122109d9's commit message
cleanup unused variables

Fix incremental build

694a8e37131dcb99e9e233421171cdfc7b393be4db4df56ff66bd8914548ee13

Toggle 694a8e37131dcb99e9e233421171cdfc7b393be4db4df56ff66bd8914548ee13's commit message
Fix VFSOverlay generation

d2042ecc3dec1ea838549f7544068536729206508d97de79b478c72ec24c84ce

Toggle d2042ecc3dec1ea838549f7544068536729206508d97de79b478c72ec24c84ce's commit message
separate index while building from incremental compilation

351caedcdb48ef7423c8141b684a10e16e4c879f4c8f4468f78017e97c8f03f9

Toggle 351caedcdb48ef7423c8141b684a10e16e4c879f4c8f4468f78017e97c8f03f9's commit message
Support VFSOverlay

9c378ad2833a14ac100bbae87d40712738d7bbf6d89e95dd8ea41c3c13dece2a

Toggle 9c378ad2833a14ac100bbae87d40712738d7bbf6d89e95dd8ea41c3c13dece2a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade JUnixSocket to 2.4.0 for Apple Silicon support (drop this com…

…mit before rebasing) (#67)