Brian Anderson
Brian Anderson
I have also pushed a commit to check all the status codes.
@matklad I think all rework requested is complete, and I've merged with main. The only thing missing here is CI for the rust client. I do think we should land...
@matklad do you think we should add an extra `-sys` crate here to link to `tb_client`. I hadn't even thought about it until just now. Can we punt that to...
> Interesting to see official rust bindings finally being written. As an author of [unofficial rust bindings](https://github.com/tigerbeetle-rust/tigerbeetle-unofficial) I would like to check if safety caveats are all being followed. Thanks...
Ok, I've filled out the CI script for Rust. It runs `test`, `fmt` and `clippy`. One caveat: I have only stubbed out the code for filling in the readme -...
How do I get the CI checks to complete? I haven't seen any CI results on this pr yet.
Something is going wrong with the windows node configuration. I'll investigate later. Edit: seems to have been a transient failure
@matklad it looks like the ci is passing, but the pr needs another approving review
It does not support it now, and I haven't considered exactly this scenario before. It is related to the use case of installing rustup globally, or toolchains globally. Is it...
Thanks for the feedback @alexchandel! I'm afraid I still haven't put much thought into how global installation might work. Offhand I might expect that global _rustup_ installation and global _toolchain_...