Mathieu Barbin

Results 149 comments of Mathieu Barbin

@patricoferris We were discussing with @NathanReb and I've made an attempt to implement this feature on top of another PR, see #511 . I am not sure which matches best...

I looked into what this file may be used for. My current understanding is that it should be manually provided to `git blame`, then it is useful. There may exists...

Hi, I wanted to add a +1 to this issue. For context, I just tried auto-formatting [pp](https://github.com/ocaml-dune/pp)'s dune-project with dune, but the format change to the description field felt like...

I wonder if the "\n\\" trick could be considered here: if you render newline by the sequence "\n\ + actual new line" I think you end up with something that...

Hello @avsm so nice to have you join the conversation! Thank you for pointing out that command, I'll have a look. At quick glance, this can suggest that this new...

Adding a note about empty versions: > The part about empty versions of dpkg just sounds very confusing to me. Is this due to a command parsing technicality, or are...

@avsm Thanks a lot for this input, this is really helpful. I am going to explore ideas base on your suggestions, reverting the PR as a draft for now.

@kit-ty-kate I think there could be a middle ground: if we add an optional `--assert (,=,...)` command parameter to the state of this RP, with the understanding that when supplied,...

I added a few commit to explore having a mode where the command can exit with 0 or 1, based on the OP input from @avsm. This is simply to...

I updated the PR based on the previous comments and will proceed to re-opening for another round of review. Thanks!