Pato Sandaña

Results 21 comments of Pato Sandaña

> @psandana would something like bash/zsh pipefail option be sufficient for your needs? > > I'd prefer to direct users to that if its generally sufficient rather than supporting a...

Hi @epage, Here you have: [https://github.com/psandana/cargo-release-issue-701](https://github.com/psandana/cargo-release-issue-701). Use this command to reproduce: `cargo release patch --workspace --execute --no-publish --no-push --no-tag`

Hi @epage, I experienced this issue today (I see it slightly related to #624). I understand we only can get the resolved version, not the specified version, but I think...

Understood. One thing we can do is to filter out by the `publish` member in `Package` struct. From the docs: ``` publish: Option List of registries to which this package...

@tamird, I'm experiencing the same. It seems to be that `taplo` formats the `toml` file with `LF` line endings, while the original is with `CRLF`. Thus, it will always differ...

> Have you tried `crlf` setting? https://taplo.tamasfe.dev/configuration/formatter-options.html Tried this in a `.taplo.toml` file: ``` [formatting] crlf = true ``` But still failing. Enabling verbose logging does not give any hints.

After some back and forth, I didn't noticed that `taplo` converted my files to `LF` first, thus continued failing. After transforming the `.toml` files from `LF` to `CRLF`, `taplo` run...

If you prefer to keep `tonic` as an alias, I think it is ok. Why is the reason to keep it as is? If you still plan to remove, just...

FYI, there is a feature `gen-tonic-messages`. Shall this be renamed also?

So the change is more complex than expected :D granted. Let see if we can do something meaningful about this during the next weeks.