Ben Boeckel
Ben Boeckel
So…has anyone gotten a successful build of any kind on Windows from this build? It builds, but the install tree is unworkable. I'm getting the feeling that I'm doing things...
Alright, so there is some hope :) . What do you do about libraries needed by compiled modules which live beside python.exe? In my case, zlib is linked by `binascii.pyd`...
I'll have to look into the launcher thing; that's probably the way to go. A batch file should do the trick for us; I don't think we need a complete...
An auto trait is problematic because I may not guarantee how many variants are there, their order, or anything like that. Adding a field would change `VARIANT_COUNT` which changes the...
Ah, I had missed that flag. Trying now, thanks.
Hrm. Alas, that doesn't seem to resolve it for me. The odd thing is that the [underlying crate](https://gitlab.kitware.com/utils/rust-ghostflow) which actually does the work is fine. It's when it's all driven...
I have Tarpaulin running under GitLab-CI here: . [Here's the diff](https://gitlab.kitware.com/ben.boeckel/rust-git-workarea/commit/e895c2e2b9f6c1bb7992c74c426b2bcc416aff28) to add support. Haven't done the work to get it to show up anywhere else yet.
Maybe just pointing to example repos is good enough? I suggest only taking volunteers rather than seeking out examples (that way if they change CI backend, there's a chance there'd...
I think this is another instance of the "split logical lines", but the attached report for `serde.rs` shows some more uncovered chain calls and unexpected (inlined?) not-to-be-covered lines at the...
@CAD97 That link is behind a login wall. Not everyone has already given access to codecov.io.