Koichi Murase

Results 585 comments of Koichi Murase

Ah, I noticed the log file you sent me now! Thank you, and sorry that I missed it! I'll later check it!

> PFA. > blesh-gh246-debug.log Sorry, but what I'd like to see is the content of `blesh-gh246-compgen.txt`. If the filesize is the problem or you don't want to expose the content...

Yes, I'm currently planning to tag a new devel version, but I'm just busy.

I tagged the final version of 0.4.0-devel3. Now the master is 0.4.0-devel4.

Thank you for your review. I updated and rebased it on top of the latest master, and all the CI tests seem to have passed.

I realized that Bash 5.1 `PROMPT_COMMAND` breaks bash-preexec if there is an element in `PROMPT_COMMAND` with its index greater than 0. The following `~/.bashrc` would reproduce the issue: ``` #...

> Not sure how many people are already using bash 5.1 and using it in this fashion. Now the latest releases of Linux distributions already use Bash 5.1 or 5.2,...

I think you are right. The problem reported here should be fixed by #152.