Re: [dev] [st] cannot disable antialiasing in 0.7

2016-11-16 Thread David Phillips
On Wed, Nov 16, 2016 at 06:02:47PM +0100, Hiltjo Posthuma wrote:
> Can you bisect the offending commit? We expect some more work from you.
>

Especially when, speaking for myself, the problem cannot be reproduced.

Additionally, it's probably a good idea to test against git HEAD in
cases where it is not even with the latest tagged version. This will make
sure that the problem has not already been fixed and is simply not
released yet.

All the best,
David



Re: [dev] [st] cannot disable antialiasing in 0.7

2016-11-16 Thread Hiltjo Posthuma
On Wed, Nov 16, 2016 at 03:41:45PM +0200, Alex Yegupov wrote:
>  Hello.
> 
>  version:  st-07.zip
> 
>  Done:
>  1a)static char font[] = "Liberation Mono:pixelsize=12:antialias=
>  false:autohint=false";
>  1b)static char font[] = "Liberation Mono:pixelsize=12";
>  in /home/av/src/st-0.7/config.h
>  2) sudo make clean install
>  3) st
> 
>  Got: visually antialiasing seems enabled (smooth fornt)
>  Expected: to see antialiasing disabled
> 
>  For st-0.5 do the same steps and see antialiasing disabled successfully.
> 
>  System:   Ubuntu 14.04.4 LTS
> 
>  Thanks.
> 

Can you bisect the offending commit? We expect some more work from you.

-- 
Kind regards,
Hiltjo



[dev] [st] cannot disable antialiasing in 0.7

2016-11-16 Thread Alex Yegupov
 Hello.

 version:  st-07.zip

 Done:
 1a)static char font[] = "Liberation Mono:pixelsize=12:antialias=
 false:autohint=false";
 1b)static char font[] = "Liberation Mono:pixelsize=12";
 in /home/av/src/st-0.7/config.h
 2) sudo make clean install
 3) st

 Got: visually antialiasing seems enabled (smooth fornt)
 Expected: to see antialiasing disabled

 For st-0.5 do the same steps and see antialiasing disabled successfully.

 System:   Ubuntu 14.04.4 LTS

 Thanks.