This repository was archived by the owner on Jan 21, 2025. It is now read-only.
Actions: facebook/errpy
Actions
Showing runs from all workflows
8 workflow runs
8 workflow runs
rustc_hash
Summary:
To 2.1
Unfortunately, I can't remove the old version of the crate. The problem is that it appears in the [public API](https://docs.rs/tiktoken-rs/latest/tiktoken_rs/struct.CoreBPE.html#method.new) of tiktoken_rs, which we also import. That crate has a PR to upgrade its dependency [here](https://github.com/zurawiki/tiktoken-rs/pull/95) but that has not been merged. Alternatives here are:
1. Fork tiktoken_rs. This seems worse.
2. It...
cargo vendor and commit
#119:
Commit fa190b4
pushed
by
facebook-github-bot
Error::from_boxed](https://docs.rs/anyhow/1.0.95/anyhow/struct.Error.html#method.from_boxed) and stop using less ergonomic alternatives. Thankfully, this API comes in the latest [1.0.95](https://github.com/dtolnay/anyhow/releases/tag/1.0.95)
Reviewed By: dtolnay
Differential Revision: D67775008
fbshipit-source-id: b9c0d3ff169dbb69d4c8b96e378334b37d200fd2
cargo vendor and commit
#118:
Commit 8a323db
pushed
by
facebook-github-bot
-Wunused-variable in python/PACKAGE
Summary:
This diff enables compilation warning flags for the directory in question. Further details are in [this workplace post](https://fb.workplace.com/permalink.php?story_fbid=pfbid02XaWNiCVk69r1ghfvDVpujB8Hr9Y61uDvNakxiZFa2jwiPHscVdEQwCBHrmWZSyMRl&id=100051201402394).
This is a low-risk diff. There are **no run-time effects** and the diff has already been observed to compile locally. **If the code compiles, it work; test errors are...
cargo vendor and commit
#116:
Commit 90575bd
pushed
by
facebook-github-bot
group_by weird](https://github.com/rust-itertools/itertools/issues/374) and possible for users to, quote:
> I spent several hours debugging my code written using the group_by function.
Luckily for internal users, the build tooling responds accordingly and fails build for all usages of deprecated API. Thus, there is a need to adjust all of them m...
cargo vendor and commit
#114:
Commit c0e2741
pushed
by
facebook-github-bot
take_while_inclusive consume iterator by value ([#709](https://github.com/rust-itertools/itertools/pull/709)) --- there are [2 usages](https://www.internalfb.com/code/search?q=repo%3Afbcode%20take_while_inclusive&la...
cargo vendor and commit
#113:
Commit 7080a2f
pushed
by
facebook-github-bot