James

Results 17 comments of James

Hey @ameya-deshmukh, I'm happy to take the development on this one. I could have a draft PR up in the next coming days that will build towards the interface you've...

Hey @ameya-deshmukh, @zerosnacks, @mattsse this one is ready for review at your earliest convenience https://github.com/foundry-rs/foundry/pull/8489. Tyvm 🙏

> This is nice, but I'd much rather we get something like `Ord`+`PartialOrd`, which is only slightly more code to spin up. Thanks for the feedback, @IGI-111. Just before I...

Thanks for the feedback @IGI-111, I've renamed occurrences of `cmp` to `TotalOrd`. Agree that there is a nice DX gain from maintaining a mapping between Rust. Let me know if...

Cool, makes sense @IGI-111. Have migrated the trait to `core::ops` now. Thank you.

Will get CI passing in the next day or so.

Thanks @K1-R1, @IGI-111 I've got the tests failing on CI passing locally. Bit of a battle with formatting when the `test.toml` validates the ABI. (I think me adding the newlines...