xd009642
xd009642
https://github.com/jonhoo/openssh-rs/pull/26#issuecomment-1025285977 @jonhoo Investigate the timeouts on openssh-rs, taking a look via the tarpaulin debug trace file it looks like each timed out test had a "vfork, but not each vfork...
https://github.com/probe-rs/probe-rs Probe-rs is a debugger framework for embedded rust projects. Given it provides an interface similar to ptrace in inspecting the running of a program it should be possible to...
https://github.com/xd009642/tarpaulin/pull/874 So, it shouldn't be _too_ hard to do this, in theory it's a case of finding the breakpoint instruction op codes and creating a cfg for INT for aarch64...
So the issue of rustflags not taken into account in #528 was solved via #578 but what about other fields in the .cargo/config? From a comment I made in #528...
So this is just a place to move the discussion from #618 to as all the other issues in that issue have been addressed. When running latest tarpaulin on zebra...
Especially with tracing executables, tracing things that emit or handle signals has become in need of a tidy up. Things like sending a kill or sigint to a process need...
This stems from https://github.com/xd009642/coveralls-api/issues/1 currently the code is implemented but I ideally need people using these ci tools to try it out and see if it works better with coveralls....
## Problem statement As a fairly big feature to introduce into tarpaulin I'm creating an issue to track things that need to be investigated/implemented/solved to achieve decision (a.k.a branch) coverage...
In #394 @danieleades raised the following use case that tarpaulin can't easily solve: > i have a similar issue. I have a workspace with multiple packages, for which i need...
Add track caller to any function, method, trait that has a documented panics section. I also used cargo fmt to tidy up my semi-auto track_caller labelling so there may be...