Subj : Latest sources..
To   : Vitaliy Aksyonov
From : Nicholas Boel
Date : Thu Feb 15 2024 02:23 pm

On Thu, 15 Feb 2024 05:09:52 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

VA> My last commit rollback some change I made previously because it was found
VA> to be buggy in some cases. So it could be some other change actually.

VA> If you familiar with git, would be nice if you hunt down which commit makes
VA> things worse in your setup. You may use git bisect for that.

VA> https://git-scm.com/docs/git-bisect

I'm not very familiar with it, but I was able to figure it out with the link you provided. Thank you!

$ git bisect start
$ git bisect bad
$ git bisect good f7be1e97e251ee2be20f63abdcf2a18f93c880b9

I chose this commit because it was just prior to the 'revert "zero conversion" workaround', where things were definitely looking more towards 'normal'.

$ make BUILD=minimal (this compiled version 20231112 for some reason I don't yet understand)

It was back to normal with this compile.

$ git bisect good
$ make BUILD=minimal (this compiled version 20240206)

It was still good.

$ git bisect good

https://pharcyde.org/git-bisect-result.png

It seems as though I'm back to the way it was in version GoldED+/LNX 1.1.5-b20240206. Here is an example:

https://pharcyde.org/golded-20240206.png

$ git bisect reset (to go back to the master branch 20240209)
$ make BUILD=minimal

https://pharcyde.org/golded-20240209.png

Same configuration in golded.conf:

[ start paste ]

# Character translation path
xlatpath /home/axisd/src/golded-plus/cfgs/charset
include /home/axisd/src/golded-plus/cfgs/config/charsets.cfg

# UTF-8 Configuration
#
xlatcharset     utf-8           utf-8           utf_utf.chs

xlatimport      cp437
xlatexport      utf-8
xlatlocalset    utf-8

[ end paste ]

Regards,
Nick

... "Take my advice, I don't use it anyway."
--- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
* Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)