Koichi Murase

Results 1368 comments of Koichi Murase

> But for the CI we can also fetch, build & install GtkD as part of the CI process for Meson. How should we do this? If I put the...

> However, what I thought was just a simple change now yields new errors with GtkD 3.11: https://github.com/gnunn1/tilix/actions/runs/18931418631/job/54048906111 > > I guess I'll have to look into that tomorrow :-/...

@ximion Thanks. I've again switched to the version for 3.11.0, rebased, and force-pushed. Could you re-run the workflow?

@ximion Thanks. I added a commit to lower the version requirement in `meson.build`. Could you run the workflow?

This is a part of #143. In particular, https://github.com/rcaloras/bash-preexec/pull/143/commits/fe5aedb3368d78fc47e017ceffca1d8265cdef0d is the commit for colon reduction with other refactoring and also contains the unit tests for that.

> I don't know if editing the release itself will change the date on it? I don't think it will. I'm not familiar with it, but `release-please` seems to just...

That could be a clever idea. In the current implementation, the completion setting without `.bash` is preferred to the one with `.bash`: https://github.com/scop/bash-completion/blob/360b87d2465f52e4145928a3655c29d27158bce8/bash_completion#L3390 So the completion file wouldn't be enabled...

I've checked the integration code of Starship, but it seems to do the right thing *under the assumption that another framework doesn't change the indices of elements in the `PROMPT_ARRAY`*....