[Tarantool-patches] [PATCH v4 2/3] cfg: support symbolic evaluation of replication_synchro_quorum

Cyrill Gorcunov gorcunov at gmail.com
Wed Dec 16 16:35:37 MSK 2020


On Wed, Dec 16, 2020 at 04:21:31PM +0300, Serge Petrenko wrote:
> > +		"setfenv(f, {N = %d, math = {"
> > +			"ceil = math.ceil,"
> > +			"floor = math.floor,"
> > +			"abs = math.abs,"
> > +			"random = math.random,"
> > +			"min = math.min,"
> > +			"max = math.abs,"
> 
> 
> typo: math.max 
> 
> Other than that, LGTM.

Good catch, thanks! A fix is forcepushed.


More information about the Tarantool-patches mailing list