From owner-soc-status@FreeBSD.ORG Sun Sep 8 22:30:05 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDBDD91A for ; Sun, 8 Sep 2013 22:30:05 +0000 (UTC) (envelope-from mbw500@york.ac.uk) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9375224E4 for ; Sun, 8 Sep 2013 22:30:05 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id 10so8222358ied.11 for ; Sun, 08 Sep 2013 15:29:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=hgCs9EogOnxlZmUF+otg+9ZXDCWmVkUSiU0gOgiHYfw=; b=mM2DR3oZ6KuH3h6dQBifNtc3K9jYs0yoraAqb1J07otgZsinKmuCKgkigKrir3WGm9 krLfAmPgk4ZEdf9u0yVYVWi96OZvNNUdKo22w/K4jXAEffe2eX5v8fkVgwKVOmF6NKf3 i4UyFGiozmZ1SkPxxWgJj53ltbQYqd8Z12aFSZPL6iYXUZZDDJbr6GPfbD80g69SFSHf PCgjiQcM7pCE7bhJwYl0hSQU1j1J1KuL2IxmEVsXJAZXqb8KSIdvysIelPVE7+ZWS7+b X/AKqnH5bm07ELsWnkdnlpB3Wsl+7foQmlZk28JaFpcphJSZvGDk/9Wrh6tY/wP4jGvd +25A== X-Gm-Message-State: ALoCoQkZO1Miwnbx+rPBfzSzx0Iy4fPbJkCG5cK5h4r4NDizvT5lQsOdBujXZLBCvWMJG0OlOpNV MIME-Version: 1.0 X-Received: by 10.50.124.10 with SMTP id me10mr6027850igb.40.1378679399817; Sun, 08 Sep 2013 15:29:59 -0700 (PDT) Received: by 10.43.102.193 with HTTP; Sun, 8 Sep 2013 15:29:59 -0700 (PDT) Date: Sun, 8 Sep 2013 22:29:59 +0000 Message-ID: Subject: Re: GSoC Status: Week 12 From: Matthew Windsor To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Justin Edward Muniz , Eitan Adler 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, 08 Sep 2013 22:30:05 -0000 Hi all, Not much to report this week I'm afraid. I've added a couple new unit tests, fixed a regression in the job repository code, now have a test repository for making functional tests, and there's a test in the SVN repo for installing and uninstalling the one package in the test repo. I've realised that GCC doesn't like C99 either, so the "standard" set is now GNU99. The code should compile in Clang as C11 (I might try to make the Makefile set itself to C11 for Clang, but it's probably not worth it). I don't see much change in the code now except for squeezing more unit tests out, improving the code quality and fixing bugs and issues. Really I'm flirting with the idea of wanting more eyes on the backend in its current state, partly because it's so close to completion and partly because I don't have much confidence in my ability to test it all. =P Last week now, I think it'll be tests all the way down now. I don't think I'll push it with migrating off PackageKit 0.6 this Summer of Code, let me know what you think with regards to this. ~Matt