From owner-svn-src-head@FreeBSD.ORG Tue Jun 16 14:04:42 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18530E12; Tue, 16 Jun 2015 14:04:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF2BC31A; Tue, 16 Jun 2015 14:04:41 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabqy3 with SMTP id qy3so13449319pab.3; Tue, 16 Jun 2015 07:04:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=zghbWL4PepgWr2Pth2WYQ4Q2GTSjM+7wyPjZRaIXh9k=; b=naAdWAUjJTAI1RHdZ6NIBAV0Ni3z8FBwh6qtrVmunfAH7LHwJcv5tHKnJmowTBj5wF PsUjBERY7VEsMs+74qbg8WtvJRMsk4B/mc3I5ozpn/fgxj0n+pngh8Le4so8dPoDBSIn RFsnHAF39fk4PyOUxXxOuTk475izWcWOJnu0EdPL43dU7a/PaTTIKNc6/35MYxAwaNLj dGbG9DoigjWaZidcR9829z0Ohr6YiWjjqazQSXNP1l9ws9ShSzPO4BNZQCUhrkdoiUbx uUYFxTx5KDb726pJlWtdFuEbjwl9vMzLqnsu5jZQWSs40ITyVBPNGszn7DhL8mBdoOC/ gTmQ== X-Received: by 10.70.131.132 with SMTP id om4mr1068977pdb.30.1434463481348; Tue, 16 Jun 2015 07:04:41 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by mx.google.com with ESMTPSA id eu5sm1534359pbb.44.2015.06.16.07.04.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Jun 2015 07:04:40 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r284198 - head/bin/ls References: <201506100127.t5A1RdX6051959@svn.freebsd.org> <20150612204309.11dd3391@kan> <20150613024916.GA98218@troutmask.apl.washington.edu> <1434208622.1415.57.camel@freebsd.org> <557C661F.8080104@freebsd.org> <860017ED-D754-450C-865D-2D81A30C2212@xcllnt.net> <20150614100045.GF58397@zxy.spb.ru> <557D55CB.5050009@fastmail.net> <20150614171031.GA5857@troutmask.apl.washington.edu> <557DCBED.2010804@fastmail.net> <887CD9C6-9807-48AF-A7A6-B33F91901414@gmail.com> To: Garrett Cooper , Adrian Chadd Cc: Craig Rodrigues , Marcel Moolenaar , "svn-src-all@freebsd.org" , Marcel Moolenaar , Bruce Simpson , "src-committers@freebsd.org" , Steve Kargl , Slawa Olhovchenkov , "svn-src-head@freebsd.org" From: Kubilay Kocak Message-ID: <55802CEF.7060007@FreeBSD.org> Date: Wed, 17 Jun 2015 00:04:31 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 16 Jun 2015 14:42:36 +0000 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 14:04:42 -0000 On 15/06/2015 5:19 AM, Garrett Cooper wrote: > > Next time someone else converts ANYTHING to libxo -- write tests > FIRST to make sure you're not breaking legacy behavior. If you need > help figuring out how to do that, I'll be more than happy to document > it on a wiki page, with simple, concise directions. > > Please do so anyway, these kinds of things are great (simple) ways for people inside and outside the project to start contributing to. *Then* perhaps we can hook in some code coverage checks into our CI, publish the numbers and go from there. Koobs