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

From: Jakub Leszczak <gmaxardis_AT_gmail.com>
Date: Tue, 12 May 2020 17:10:51 +0200

> 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 less middle of `git log
--oneline`, then `git checkout COMMIT`, compile and test.
If COMMIT works it means bug is in later commit, and if it doesn't
work it means that bug is in this or some previous commit.
Repeat couple times and voila. This could be very helpful.

Br,
Jakub Leszczak
Received on Tue May 12 2020 - 17:10:51 CEST

This archive was generated by hypermail 2.3.0 : Tue May 12 2020 - 17:12:10 CEST