On Tue, May 19, 2015 at 08:39:14PM +0200, Landry Breuil wrote: > On Mon, May 18, 2015 at 04:37:12AM -0600, Marc Espie wrote: > > CVSROOT: /cvs > > Module name: src > > Changes by: es...@cvs.openbsd.org 2015/05/18 04:37:12 > > > > Modified files: > > usr.sbin/pkg_add/OpenBSD: PkgCreate.pm > > > > Log message: > > have visit_with_count and visit_with_size use the same parameter > > conventions. > > In particular, pass state before the other method parameters. > > Pretty sure this will break pkg_mgr in some funky ways :)
There's a good chance, but it is a simplification, overall, since it means you no longer have to pass state to progressmeter methods, since they store it internally.