Kevin Turcios
Kevin Turcios
> might it be wrong and introduce risk/bugs? in this case we utilized existing unit tests in order to check for correctness | Test File::Test Function | Original ⏱️ |...
> Where we do need help is making our tests faster I could help with that, in which repo are you looking for faster test execution? > I also think...
@mlissner taking a look now, do you have a discord or similar?
are there any plans to add this?
@WilliamStam https://discord.gg/NtUz4Xc9 join the server if you want to discuss, but it should work already.
> Is there anyone going to take a look at the issue ? be patient, the main maintainer is having health issues and things will slow down for a bit...
when installing on 3.13t i get this error ``` Cargo, the Rust package manager, is not installed or is not on PATH. This package requires Rust and Cargo to compile...
> I doubt that has anything to do with viztracer. Viztracer does not have dependency on rust. Unless you are installing the full version with `orjson`. i didn't stop to...
Hi! I've encountered this error. I have written a minimal reproducer as well. MRE ```py from pathlib import Path import pickle if __name__ == "__main__": dummy_file = Path("dummy_pickle_file") with dummy_file.open("wb")...
> Thanks for the repro. What code do you want to see generated? Rust doesn't have the concept of try-catch. > > One option is [try_blocks](https://doc.rust-lang.org/beta/unstable-book/language-features/try-blocks.html) > > ``` >...