Re: [pypy-dev] autopath/conftest/whatsoever bug?

2006-03-19 Thread Armin Rigo
Hi Christian, On Thu, Mar 16, 2006 at 05:33:31PM -0800, Christian Tismer wrote: But when I then run my test actually with the --view option, this option is simply ignored. No error message, the test runs, but no PyGame window. It's because the option is stored in the conftest module imported

Re: [pypy-dev] hasattr issue

2006-03-19 Thread Armin Rigo
Hi Seo, On Sat, Mar 18, 2006 at 12:41:38PM +0900, Sanghyeon Seo wrote: print hasattr(obj, 'attribute') Indeed. I think this way discussed a very long time ago, and it seemed that eating all exceptions in hasattr() as in CPython was thought to be strange. But I guess we should do it anyway, to

[pypy-dev] Svn account?

2006-03-19 Thread Antonio Cuni
Hi, as I said I've begun writing the .NET CLI backend; it is still very experimental but it can already compile correctly some code snippets such as the algorithm for computing fibonacci's numbers. How can I check my work in svn? I think I should obtain an account, shouldn't I? Are there

Re: [pypy-dev] Svn account?

2006-03-19 Thread holger krekel
Hi Antonio, On Sun, Mar 19, 2006 at 20:53 +0100, Antonio Cuni wrote: as I said I've begun writing the .NET CLI backend; it is still very experimental but it can already compile correctly some code snippets such as the algorithm for computing fibonacci's numbers. cool! I would be

Re: [pypy-dev] autopath/conftest/whatsoever bug?

2006-03-19 Thread Christian Tismer
Hi Armin, On Thu, Mar 16, 2006 at 05:33:31PM -0800, Christian Tismer wrote: But when I then run my test actually with the --view option, this option is simply ignored. No error message, the test runs, but no PyGame window. It's because the option is stored in the conftest module imported

Re: [pypy-dev] autopath/conftest/whatsoever bug?

2006-03-19 Thread holger krekel
On Sun, Mar 19, 2006 at 18:20 -0800, Christian Tismer wrote: On Thu, Mar 16, 2006 at 05:33:31PM -0800, Christian Tismer wrote: But when I then run my test actually with the --view option, this option is simply ignored. No error message, the test runs, but no PyGame window. It's because the

[pypy-dev] Re: [pypy-svn] r24543 - pypy/dist/pypy/rpython/memory

2006-03-19 Thread Christian Tismer
[EMAIL PROTECTED] wrote: Author: cfbolz Date: Sat Mar 18 23:36:38 2006 New Revision: 24543 Modified: pypy/dist/pypy/rpython/memory/gctransform.py Log: if possible use non-conservative liveness analysis: if the block contains no non-gc ptrs that are not typeptrs (which are immortal anyway) we