Re: Geode Native - All your globals are belong to us

2017-08-12 Thread John Blum
Nice work Jacob and team! On Fri, Aug 11, 2017 at 1:40 PM, Udo Kohlmeyer wrote: > Awesome work!!! > > > On 8/11/17 13:23, Jacob Barrett wrote: > >> In case you missed the big commit recently, the Geode Native components >> has >> removed all globals.* >> >> The biggest win here is that we can mo

Re: Geode Native - All your globals are belong to us

2017-08-11 Thread Udo Kohlmeyer
Awesome work!!! On 8/11/17 13:23, Jacob Barrett wrote: In case you missed the big commit recently, the Geode Native components has removed all globals.* The biggest win here is that we can more easily unit test sections of the code that before was nearly impossible due to reliance on initialize

Re: Geode Native - All your globals are belong to us

2017-08-11 Thread Kirk Lund
Congratulations and thank you! On Fri, Aug 11, 2017 at 1:23 PM, Jacob Barrett wrote: > In case you missed the big commit recently, the Geode Native components has > removed all globals.* > > The biggest win here is that we can more easily unit test sections of the > code that before was nearly i

Geode Native - All your globals are belong to us

2017-08-11 Thread Jacob Barrett
In case you missed the big commit recently, the Geode Native components has removed all globals.* The biggest win here is that we can more easily unit test sections of the code that before was nearly impossible due to reliance on initialized global instances of Cache, DistributedSystem, PoolManage