witcher

Results 18 comments of witcher

I'm packaging `toml-bombadil` for Alpine Linux and have run into trouble using version `3.1.0` as the `watchexec` and `speculoos` dependencies are essentially too old. Could you release a new version...

Good catch, and sorry for the bug, I didn't think about this scenario! I agree: variables should be expanded, but paths shouldn't be normalised like this. I'm unsure whether the...

I'm so sorry, it seems like I missed your previous comment on this! In the end, I cannot say whether this is fixed or not, sorry about that. I've since...

Looks like the CI is checking for valid keys in the configuration file, but with a different version than in this PR. This fails the pipeline and the tests (which...

Thank you for the response, and enjoy your vacation!

Not sure why the pipelines are failing anymore. Can they be rerun? I still haven't figured out why local tests are failing here, so that would help!

This requires a change in [`conventional::commit::Commit::from_git_commit`](https://github.com/cocogitto/cocogitto/blob/daa983b1b0507a326099fcbe50b1a80bdab8a296/src/conventional/commit.rs#L92-L94) to use git2-rs' [`Commit::author_with_mailmap`](https://docs.rs/git2/latest/git2/struct.Commit.html#method.author_with_mailmap) instead of [`Commit::author`](https://docs.rs/git2/latest/git2/struct.Commit.html#method.author) which is used now, but this will require a [`Mailmap`](https://docs.rs/git2/latest/git2/struct.Mailmap.html) as an extra parameter, which is not...