Re: [dev] dead acute not working on release 0.8.3

2020-05-12 Thread Jakub Leszczak
Looks like commits related with IME introduced regression. Sounds reasonable, it might be connected to spanish input. I personally know nothing about IME so I cannot help much. All those commits were made by one person. Maybe you could contact with him?

Re: [dev] dead acute not working on release 0.8.3

2020-05-12 Thread Christian Tenllado
Thank you Jakub for pointing me out the git bisect tool, I hadn't used it before, very useful. I have searched for the commit responsible of the bug but there are some commits for which st does not compile. I did not try to fix the compile errors, but did some trials assuming good/bad for those

Re: [dev] dead acute not working on release 0.8.3

2020-05-12 Thread Jakub Leszczak
> Can I provide any extra debug info? You could. You could do a bisection to find out which exact commit introduced regression. There is ~50 commits between 0.8.2 and 0.8.3, so you would need to compile and test st ~6 times to find out exact commit. You can use `git bisect` or eyeball more or le