Leonardo Neumann
Leonardo Neumann
Could you please give more details about the crates you are trying to generate ebuilds for? You can also use version 0.4.0 with `--noaudit` flag, it should not try to...
This seems to be a problem with the rustsec library (https://github.com/rustsec/rustsec/issues/431). Until we have a fix, please keep using `--noaudit` useflag.
I don't think it is desirable to add all features for any package by default, although there should be an option to choose which features to enable. In [this](https://github.com/rust-lang/cargo/issues/2980) issue...
But what if you enable a feature that actually removes a dependency and adds another? Please try generating the ebuild using the latest git version (0.3.2), as it now uses...
I'm just trying to understand possible edge cases so that no `cargo-ebuild` users would suffer from regressions. As I've been finding out, there is no way to remove a dependency...
@cardoe I've tested this patch with `rust-analyzer` which wasn't working properly before v0.3.1 and surprisingly it leads to the same results as v0.3.2 which uses `cargo-lock`. So, could this be...
@cardoe do you think it would be good to add `${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz` by default in `SRC_URI`? It is GitHub-specific, but would work out of the box for many crates.
@s7m0n I've read your issue a bit too fast and thought there were problems with other packages as well, thats why I've generated those ebuilds to test. In 0.3.2 there...
At least by looking your directory structure, it seems that there is only a single workspace containing two crates `a` and `b`. If you want to have two different workspaces,...
I tried to run `adziedzi/he-transformer:version3` image, but I'm getting illegal instruction error. Is the image optimized for a specific microarchitecture?