[pypy-dev] cling-support

2016-12-15 Thread Armin Rigo
Hi Wim, Great that cling-support is merged! Could you (1) document the branch inside pypy/doc/whatsnew-head.rst, and (2) look at the failure on 32-bit? It seems that running py.test module/cppyy crashes with exit code 3, according to http://buildbot.pypy.org/summary/longrepr?testname=&builder=ow

Re: [pypy-dev] cling-support

2016-12-15 Thread wlavrijsen
Hi Armin, Could you (1) document the branch inside pypy/doc/whatsnew-head.rst yes; I'm still working on documentation and the pypi package upload. Almost there ... , and (2) look at the failure on 32-bit? It seems that running py.test module/cppyy crashes with exit code 3, according to http

Re: [pypy-dev] cling-support

2016-12-15 Thread Armin Rigo
Hi Wim, On 15 December 2016 at 15:59, wrote: > The error is: > > [platform:Error] cc1plus: error: unrecognized command line option > '-std=c++11' > > How old is that gcc? I can probably do without c++11 for the dummy/test > backend, but not for the actual backend (in the pip package). Ah, that

[pypy-dev] Adding init/variables to W_Root

2016-12-15 Thread Frank Wang
Hi, I don't know if this is the proper list to ask this question. I am trying to add a dictionary to W_Root. The reason for this is that I want all interpreter objects to contain this dictionary. This is for a research project to implement some form of information flow control in PyPy. Right now

Re: [pypy-dev] cling-support

2016-12-15 Thread wlavrijsen
Hi Armin, good idea; done. Documentation and release notes are also updated (mostly removal of caveats that no longer are :) ) and the PyPI package has also been uploaded (PyPy-cppyy-backend). Now that I know how to do PyPI packages (sortof, anyway), I should find the time to do the CPython one