Ruben De Smet

Results 235 comments of Ruben De Smet

I rebased against master (had some conflicts in the CI files), and I made sure that `clippy` only outputs severity levels that we know of (I trigger all "kinds" in...

I'm currently taking a look at how it could work with `actix`' runtime (which is Tokio underneath). I think it can be done in a pretty simple way, by letting...

Maybe it's an option to just *require* some test attribute supplied by the user, and not generate it in `#[rstest]`? Then, for matrix/parametrize, you just duplicate all the attributes, and...

FYI, actix already merged my patch, which should ease future integration with your and other fixture systems. I've also started [the same discussion on the Tokio repository](https://github.com/tokio-rs/tokio/issues/2388), where the fix...

> > Maybe it's an option to just _require_ some test attribute supplied by the user, and not generate it in `#[rstest]`? Then, for matrix/parametrize, you just duplicate all the...

> I've open #91 to implement the proposed behavior and leave this ticket open to find a way of how can the user indicate its default async test attribute instead...

> For instance env variable can works but I'm looking if there is a better way where the user can express in Cargo.toml. I've been toying a lot with env...

At this point, I'm hitting https://github.com/root-project/cling/issues/419, and I'm unsure how to work around it. Will look a bit further now. Looks like the above is a dupe of https://github.com/root-project/cling/issues/364

So, seems like I cannot afford to spend a lot more time on this. I've been digging a bit in `cling`, and I'll dump my findings here. It looks like...

Anyone coming around where this happened the last ~1 month: pin the `stdcxx` library. ``` conda install xeus-cling \ libstdcxx-devel_linux-64==9.4.0 \ libgcc-devel_linux-64==9.4.0 \ -c conda-forge ``` Symptom was: ``` Warning...