Alex Kladov
Alex Kladov
> Non-deterministic CI failures ahoy! We do something at TigerBeetle here. I am not sure if what we do is brilliant or cursed. What we do is that we use...
Did a quick review, it all sounds reasonable to me! Consider filing some commits which can work with both new and old Zig separately, to keep the diff smaller here,...
Going to slap merge when ready to upgrade during sync!
Yeah, defining parse as a transparent composition of two lower-level functions seems like the most straightforward solution here.
> refine the security attempt by filtering absolute paths for known relative path proxies - which might be a never ending sequence of tweaks. I guess, security wise there's also...
@brson are you looking to fix https://github.com/tigerbeetle/tigerbeetle/pull/2679#discussion_r1934335353 (avoid conversion between "Rust" types and "C" type and instead exposing just one type with a known public ABI in the API) in...
>@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...
> have only just looked at what's involved, so maybe a few more days until this is ready. This shouldn't be too hard. You should add entries to https://github.com/tigerbeetle/tigerbeetle/blob/d848392be563ee6cf3569d6e1e956b92a7c36cd2/.github/workflows/ci.yml#L56-L90. I...
[Invalid workflow file: .github/workflows/ci.yml#L107](https://github.com/tigerbeetle/tigerbeetle/actions/runs/14756809268/workflow) You have an error in your yaml syntax on line 107
Ah, GitHub as usual keeps super quiet about errors in workflows.