Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CA03F200B61 for ; Tue, 9 Aug 2016 16:00:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C889F160AA5; Tue, 9 Aug 2016 14:00:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 42F03160A6B for ; Tue, 9 Aug 2016 16:00:16 +0200 (CEST) Received: (qmail 37086 invoked by uid 500); 9 Aug 2016 14:00:15 -0000 Mailing-List: contact dev-help@lucy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucy.apache.org Delivered-To: mailing list dev@lucy.apache.org Received: (qmail 37074 invoked by uid 99); 9 Aug 2016 14:00:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 14:00:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BCBC7C94BB for ; Tue, 9 Aug 2016 14:00:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.568 X-Spam-Level: X-Spam-Status: No, score=0.568 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.432] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id KxaXcFfGI70w for ; Tue, 9 Aug 2016 14:00:12 +0000 (UTC) Received: from hosting04.aevum.de (hosting04.aevum.de [188.68.58.30]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 680066122E for ; Tue, 9 Aug 2016 14:00:12 +0000 (UTC) Received: from [IPv6:2001:a61:1154:1301:b0cc:fb74:923:1322] (unknown [IPv6:2001:a61:1154:1301:b0cc:fb74:923:1322]) by hosting04.aevum.de (Postfix) with ESMTPSA id D1DC26004E for ; Tue, 9 Aug 2016 16:00:04 +0200 (CEST) To: dev@lucy.apache.org References: <1ab683c6-2821-7ed1-cc24-5031b271d6ab@aevum.de> From: Nick Wellnhofer Message-ID: Date: Tue, 9 Aug 2016 16:00:10 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [lucy-dev] Clownfish Roadmap archived-at: Tue, 09 Aug 2016 14:00:17 -0000 On 03/08/2016 03:30, Marvin Humphrey wrote: > Last I checked the Python bindings needed some attention. I made adjustments to the Python bindings after some of my changes, but I never tried to compile them. So I'm pretty sure there's some breakage. It would be really useful to add the Python bindings to our CI tests. I came to rely on the automated tests more and more. Nick