Koichi Murase
Koichi Murase
@rcaloras This is another PR that I think is relatively trivial and easy to review.
I think you should carefully read the Troubleshooting section once again.
There is already a debug option `set -x`. There is no simplicity. This is not a project to provide infinite convenience to users. There's always a trade-off between the simplicity...
The `yay` issue seems to have been fixed in https://github.com/Jguer/yay/pull/2710 recently, and [`yay-12.5.3`](https://github.com/Jguer/yay/releases/tag/v12.5.3) includes the fix. You can update `yay` to the latest version and run `yay -Pcc`.
Could you check the behavior with the latest `master` version of `ble.sh`?
What is the result of the following command? ```bash $ ble/bin/gawk -W version ```
Does the issue stop when you set the following option? ```bash $ bleopt complete_auto_complete= $ ls # Does the issue reproduce here? ``` I also would like to know the...
> I updated again, this issue has persisted the last few updates of my distro (like the last few months), Sorry, I **didn't** suggest updating the `ble.sh` package within your...
@HrishabhMittal Thanks, I could reproduce the problem in my environment. After investigation, it turned out that the `yay` completion generates invalid data, which causes the failure of `ble.sh` in processing...
> By the way, I observed a `ble.sh` crash with the setting `shopt -s failglob` in my environment, which shouldn't happen even if the completion settings are broken. I'll also...