Taiki Endo
Taiki Endo
Filed #365 to fix this.
This is kind of a side effect of https://github.com/eupn/macrotest/pull/69. That said, since the target directory is shared, it should not work to actually run macrotest in parallel anyway due to...
This seems to make sense to me. I think we can implement this by just copying the code around the `asset` input option in the `upload-rust-binary-action`.
I would accept a PR to implement this.
I would like to accept a PR to add such options (trait_only/impl_only). (As for the option names, *_only is not much clear what it means, *_attr would be better)
I would accept a patch to support this. fwiw, easy-ext has parsing code for impl blocks, which we may be able to reuse. https://github.com/taiki-e/easy-ext/blob/main/src/ast.rs
Well, it is a known problem that r-a does not interact well with cargo commands running simultaneously in the terminal. (There are several cases, but target directory conflicts are maybe...
> Is there any way to delay r-a from executing cargo-metadata? As another way, if we can avoid cargo-metadata changing the lockfile, we can also fix this problem, because the...
There are 4 possible strategies here. - If a release already exists, overwrite it. (current behavior) - If a release already exists, exit with an error. - If a release...
Assuming the patch is not too complicated, I'm open to accepting a patch that adds another way to get the changelog.