Cristian Le
Cristian Le
I don't think there was any open issues for this one, a simple rebase should also fix the CI issues?
I received some advice from fellow fedora rust packagers about packaging these crates. The main suggestion is to move `codegen` to a `build.rs` in each relevant crate. There isn't a...
> > This PR tries to address licensing issue in the `Cargo.toml` metadata. Both the source files and the generated files contain `Apache-2.0` licensed files, > > How did you...
> I think the unstaged diffs happen because you have are using a different version of prost It seems more related to `protoc` version and the libraries it picks up...
> The fact that this change was applied to `tonic-interop` too is probably a mistake. `interop`, `examples` and `codegen` are non-public, so it doesn't matter much. Thought I would just...
Hmm, one design I've seen in `blosc2-sys` is to use features e.g.: ```rust #[cfg(feature = "regenerate-bindings")] ``` Maybe something similar is ok here?
> > If the approach with building the .bin files in `build.rs` is not an acceptable solution for you, can we at least get the license corrected to include `AND...
https://github.com/LecrisUT/libCombine/tree/zipper-3.0 is my WIP
> [@LecrisUT](https://github.com/LecrisUT) By the way, why not using the my makefile ? It can now create RPM When creating the RPMs in Fedora, we have to do our own changes,...
Ok, I think I got the interface all re-mapped and everything compiled. But the testsuite is failing, so I hope I can leave it to you