Re: [Kicad-developers] Removal of some globals

2020-04-06 Thread Oleg Endo
On Sun, 2020-04-05 at 20:48 +0200, jp charras wrote: > Le 05/04/2020 à 17:20, Jeff Young a écrit : > > I had to remove some globals from Eeschema that were causing problems > > (default line width, text size, wire thickness, bus thickness etc.). > > > > It was a large change (as these things

Re: [Kicad-developers] Removal of some globals

2020-04-05 Thread Wayne Stambaugh
The goal has always been to get the number of globals to zero if possible. It's just been a slow arduous process. On 4/5/20 11:53 AM, Ian McInerney wrote: > We should try to limit our use of globals/statics in the code from now > on. We have definitely had quite a few bugs related to their use

Re: [Kicad-developers] Removal of some globals

2020-04-05 Thread jp charras
Le 05/04/2020 à 17:20, Jeff Young a écrit : > I had to remove some globals from Eeschema that were causing problems > (default line width, text size, wire thickness, bus thickness etc.). > > It was a large change (as these things always are), so let me know if you see > anything odd. > >

Re: [Kicad-developers] Removal of some globals

2020-04-05 Thread Ian McInerney
We should try to limit our use of globals/statics in the code from now on. We have definitely had quite a few bugs related to their use in the past. -Ian On Sun, Apr 5, 2020 at 4:20 PM Jeff Young wrote: > I had to remove some globals from Eeschema that were causing problems > (default line

[Kicad-developers] Removal of some globals

2020-04-05 Thread Jeff Young
I had to remove some globals from Eeschema that were causing problems (default line width, text size, wire thickness, bus thickness etc.). It was a large change (as these things always are), so let me know if you see anything odd. Cheers, Jeff. ___