From owner-soc-status@FreeBSD.ORG Sun Sep 1 23:54:49 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3AF0679 for ; Sun, 1 Sep 2013 23:54:49 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B89712FB5 for ; Sun, 1 Sep 2013 23:54:49 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kq13so4464700pab.25 for ; Sun, 01 Sep 2013 16:54:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=PcVlMhKD/A4sJcvvZC0yYILfVG6YdXb+bGwBDgiAw0g=; b=H4sIrcnY0rRkUUZ9aS43rGOJ0qMCt3ayqXO6X8qBuYXMc7Bj9vus4682nHg0eYH9zt Ce2SqgyR6hHHM+GAr2fPU8ibsamHSfllruZkyfJI5cHQzUET6FvoLfA7kP2pIzQ0AE5R RXv0PG5gK/RK4c30ncwA21st3lX4kVUdGrZ+s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=PcVlMhKD/A4sJcvvZC0yYILfVG6YdXb+bGwBDgiAw0g=; b=j0DhazCGBAXaM6tkjgHj78g3Ic2Ss+DnxDI4Yij2rtx68+6OgU3ZK4u/3slu5mnwpC RvX5KyW5nYWDGI3nvNXCti3tthpXbI0KjuVAN8fTrU/0nWiQ/iRmycEyAWtNAT8QANYx 6NnCSFg4Uur4JtQKJGenTB2ZPqjZVgjTHMlzIE7t+kgvp4oLRwbMfQL/69HGEYRtkZT4 FYLz4+jHwud/4mHnEql9iXMCqiJaM2kiEAfTz+DkoYdygjqsRTP193QTFj5io+fERwDa nGEvmdlcOPpY7k5Zr7YnszCVxoGFTrIXbsysjJee6FdhpmLqyK+YrwPRlAKCyU1ri6Ie CApA== X-Gm-Message-State: ALoCoQkGQC/Gm2LRzsDeR1LL/7b1LJnYmOJOkon8BwG2ER2Uf4g+lMxKG81AofXKGs+oyXoT6vVl X-Received: by 10.68.183.131 with SMTP id em3mr22684290pbc.56.1378079689390; Sun, 01 Sep 2013 16:54:49 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.6.3 with HTTP; Sun, 1 Sep 2013 16:54:19 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Sun, 1 Sep 2013 19:54:19 -0400 X-Google-Sender-Auth: A3Mnb92oJOTtCY-FeEAVPKOwviA Message-ID: Subject: Re: GSoC Status: Week 11 To: Matthew Windsor Content-Type: text/plain; charset=UTF-8 Cc: soc-status@freebsd.org, Justin Edward Muniz X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 23:54:50 -0000 On Sun, Sep 1, 2013 at 6:56 PM, Matthew Windsor wrote: > Hi there, > One known outstanding issue that I want to fix ASAP next week is that > listing repos will show idents and names in the wrong place. Indeed, > the query system now uses repo names (repo-packagesite) instead of > idents (packagesite) as this is much simpler to implement (I can just > pull the repo name from the package). This could be done as a > functional test, too. OK > As a minor note, I've pushed the C standard back down to C99. This > should allow FreeBSD stock gcc to compile the backend. I'm not very worried about this. If the code is cleaner with C11 please feel free to use it. > In summary: I did unit tests instead of functionals this week; code is > still in flux which might make testing harder; C99, not C11. Tests are good and I'm glad to see them being implemented. :) -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams