Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-10 Thread Sean Fisk
Hi Sarah, Maciej is right; Alex did do something like that. He has Travis-CI running on RPLY: https://github.com/alex/rply/blob/master/.travis.yml I refined the installation slightly for my summer project: https://github.com/seanfisk/rpython-stencil-language/blob/master/.travis.yml Using this

Re: [pypy-dev] Cannot use MacPorts PyPy to Translate pypy-c

2013-09-10 Thread Armin Rigo
Hi Jean-François, On Mon, Sep 9, 2013 at 6:08 PM, Jean-François Caron jfca...@phas.ubc.ca wrote: Hi, I am following the instructions here: http://doc.pypy.org/en/latest/cppyy.html#installation and here: http://root.cern.ch/phpBB3/viewtopic.php?f=14t=17018 In the first link, it says I can use

Re: [pypy-dev] ndarray cpyext api on the pypy-pyarray branch

2013-09-10 Thread Antonio Cuni
Hi, On 09/09/13 21:37, Matti Picus wrote: I reverted the changes I made to the pypy-pyarray branch that changed c-api functions like PyArray_NDIM(arr). The original code had no real answer to what happens if these are called when arr is not an ndarray. [cut] The discussion we had on IRC

Re: [pypy-dev] Cannot use MacPorts PyPy to Translate pypy-c

2013-09-10 Thread wlavrijsen
Hi Armin, This is a mis-installed PyPy. To fix it, run PyPy as root and type: import syslog You may have to also import a few other modules as needed. (syslog appears in the traceback above.) thanks for the recipe! Note also that cppyy is now included in PyPy by default (on

Re: [pypy-dev] Cannot use MacPorts PyPy to Translate pypy-c

2013-09-10 Thread Jean-François Caron
Yes, I was re-translating in order to test the CINT backend for PyPyROOT. After importing syslog as root, I can now import syslog as non-root. I can send an email or bug report to MacPorts, but I'm not sure how to describe the bug, as I'm unfamiliar with the syslog module. Jean-François On

Re: [pypy-dev] LLVM next steps

2013-09-10 Thread David Edelsohn
On Sun, Sep 8, 2013 at 11:17 AM, Armin Rigo ar...@tunes.org wrote: Hi again, On Sun, Sep 8, 2013 at 9:42 AM, Armin Rigo ar...@tunes.org wrote: We've been suitably impressed by the results on the new llvm backend during the sprint (well, or suitably un-impressed by both gcc and clang's