Sets of libraries and tools to write applications and libraries mixing OCaml and Rust. These libraries will help keeping your types and data structures synchronized, and enable seamless exchange between OCaml and Rust
by facebookRust
Last 12 weeks ยท 31 commits
4 of 6 standards met
Summary: Bump versions and add new Rust third-party crate dependencies needed by ripgrep. Version bumps: 1.0.98 โ 1.0.100 1.0 โ 1.0.4 0.4.27 โ 0.4.28 2.7.5 โ 2.7.6 1.0.140 โ 1.0.145 New crate dependencies added to Cargo.toml: 1.4.2 0.8.6 0.9.18 0.8.21 1.4.2 0.1.5 0.6.1 (package: tikv-jemalloc-sys) 0.1.34 0.2.10 1.0.23 1.0.6 1.0.228 1.0.1+wasi-0.2.4 0.1.11 0.1.1 0.46.0 Note for OSS projects: if you are reading this from GitHub pull requests, then it does not mean all of these crates will be added or updates, but only some subset that is used in the project. Differential Revision: D93193734
Repository: facebook/ocamlrep. Description: Sets of libraries and tools to write applications and libraries mixing OCaml and Rust. These libraries will help keeping your types and data structures synchronized, and enable seamless exchange between OCaml and Rust Stars: 141, Forks: 25. Primary language: Rust. Languages: Rust (67.3%), Starlark (23.5%), OCaml (5.7%), C (3%), Shell (0.5%). License: MIT. Open PRs: 6, open issues: 0. Last activity: 1d ago. Community health: 75%. Top contributors: chatura-atapattu, stepancheg, JakobDegen, shayne-fletcher, andrewjcg, milend, blackm00n, cjhopman, rmaz, ndmitchell and others.
Summary: We're updating PYLS and Pyre to use .pylsp as isolation-prefix: D46599960, D46602539. We'd like to add these .pylsp to ignore folders to prevent users from having bunch of generated files listed in ISL. I went through every ".lsp-buck-out" and looked for references of .lsp and added new entries with .pylsp where necessary. There are few code mentions of .lsp-buck that seems relevant that I'll send out another diff for so that I can add the project owners. Differential Revision: D46668238
the .github workflows have been failing for some time. it would seem in fd0c69d the directory shim/third-party/ocaml/ got removed which has resulted in the step in the workflows failing. this PR restores shim/third-party/ocaml/opam and the builds get further (the cargo build and test workflow succeeds in my testing)