Received: from localhost (HELO mail.python.org) (127.0.0.1)
by albatross.python.org with SMTP; 05 Aug 2014 01:17:12 +0200
Received: from mail-ig0-x22f.google.com (unknown
[IPv6:2607:f8b0:4001:c05::22f])
(using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits))
(No client certificate requested)
by mail.python.org (Postfix) with ESMTPS
for <cython-devel-+ZN9ApsXKcEdnm+***@public.gmane.org>; Tue, 5 Aug 2014 01:17:12 +0200 (CEST)
Received: by mail-ig0-f175.google.com with SMTP id uq10so6188789igb.2
for <cython-devel-+ZN9ApsXKcEdnm+***@public.gmane.org>; Mon, 04 Aug 2014 16:17:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type; bh=zQw2B6SQjiv2xrrmGm3Lpj0LevO6QWbQeVatmd1cetQ=;
b=TDfcYfMOqQb0t+AS4S37J8FGSLBMAcshfp94KyTrzbdvRLhizR0xyHtwfSfefKPjQl
iOxEJlKtBSrC7kIrnhbPLKd3gUQImmtu0CkbXcCfZMJ+hCg3to/mCG9cGEzRqi2uZbjI
9PKbBx3nuJEb9kqKsjYGqOqD+cEa+UrC7x7FxN/ZB5JCjKM2gHcjyVxlgV3Oj9P0kA07
UTNfPtLvDVW/NanQP8VLwahDCSnwj0cTM8dS8SUne+LSxdux8w1Tc0S8eNJmQomJjcxc
0ls7j1wLf3zKcmCk5IbX80ZflAy9p+EqPtpkASG3fkCdfsYK0nuTC6+pl/Z9coKOgSey
3R8Q==
X-Received: by 10.50.32.10 with SMTP id e10mr1096176igi.7.1407194230806; Mon,
04 Aug 2014 16:17:10 -0700 (PDT)
Received: by 10.107.4.131 with HTTP; Mon, 4 Aug 2014 16:16:50 -0700 (PDT)
In-Reply-To: <CAJQnXJf1NjNvXstE1Njrd=TEzhVhDY4y1rszdTpyKKuMZXRSmQ-JsoAwUIsXosN+***@public.gmane.org>
X-BeenThere: cython-devel-+ZN9ApsXKcEdnm+***@public.gmane.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Core developer mailing list of the Cython compiler
<cython-devel.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/cython-devel>,
<mailto:cython-devel-request-+ZN9ApsXKcEdnm+***@public.gmane.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/cython-devel/>
List-Post: <mailto:cython-devel-+ZN9ApsXKcEdnm+***@public.gmane.org>
List-Help: <mailto:cython-devel-request-+ZN9ApsXKcEdnm+***@public.gmane.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/cython-devel>,
<mailto:cython-devel-request-+ZN9ApsXKcEdnm+***@public.gmane.org?subject=subscribe>
Errors-To: cython-devel-bounces+gcpc-cython-dev-2=m.gmane.org-+ZN9ApsXKcEdnm+***@public.gmane.org
Sender: "cython-devel"
<cython-devel-bounces+gcpc-cython-dev-2=m.gmane.org-+ZN9ApsXKcEdnm+***@public.gmane.org>
Archived-At: <http://permalink.gmane.org/gmane.comp.python.cython.devel/15351>
Hi,
Post by Ian BellPost by Matthew Brettdate: Sat, Aug 02 10:08 AM -07:00 2014
to: Core developer mailing list of the Cython compiler
reply-to: Core developer mailing list of the Cython compiler
subject: Re: [Cython] Test/example for cpdef enum
Post by Ian BellAre there any tests/docs/examples showing how to use the cpdef enum?
This
is a feature I have been looking for for a long time and I am hoping to use
it very soon in my own project.
https://github.com/cython/cython/blob/master/tests/run/cpdef_enums.pyx
https://github.com/cython/cython/blob/master/tests/run/cpdef_enums.pxd
Post by Ian BellI have a windows box that I can run the alpha test suite on with the full
complement of python versions. Let me know if there is interest and I can
run the tests. Alternatively, if you are still doing a buildbot (the link
at https://github.com/cython/cython/wiki/HackerGuide#buildbot is broken) ,
we could configure a nightly slave to run the tests.
That would be nice; windows is woefully undertested for Cython.
Another big 'that would be nice' from me.
We (the berkeley / nipy team) have a buildbot set up you could hook into
if you need one. The configuration is all on github at
https://github.com/nipy/nibotmi , and you are welcome to access to the
build master to play with configuration if you'd like.
Can you set me up a nightly build (once per 24 hours) and we can then
iterate on getting things functional on my box to the level that is needed.
I use anaconda for instance which might cause issues - I briefly saw you use
virtualenv.
Yes, the classes I wrote to make making a build factor a little more
automated use virtualenvs; if you don't want to use those classes, you
can use the bare-metal buildbot build steps with Ananconda on the
slave. But - do you need Anaconda to set up a Cython build test?
Maybe you can use virtualenv with the Anaconda Python?
Cheers,
Matthew