[pypy-dev] PyPy cleanups

2007-08-22 Thread Maciej Fijalkowski
Hello, This is the list of possibly orphaned parts of pypy. We should consider each item here and think in detail what to do with them. They're mostly broken or not actively maintained. If nobody shows an interest to maintain them, deleting would be the best solution to avoid clutter. Also they

Re: [pypy-dev] pypy cleanup sprint

2007-09-12 Thread Maciej Fijalkowski
Few points from me: * Kill half concrete wrapper (kill kill kill) * Kill opaque hacks on the C backend * decide how to implement constants in rffi * think about/remove orphaned parts * finish ll2ctypes, especially rffi_platform The last one is not very much cleanup, but is needed to finish

Re: [pypy-dev] PyPy cleanups

2007-09-27 Thread Maciej Fijalkowski
Good to hear. There is no reason for maintainer, but we need llvm backend to be refactored so it would be easier to maintain for whoever makes changes. Also right now llvm version dependency is so bizzare that I cannot really test it on my machine without additional hassle. I can help with that,

Re: [pypy-dev] pypy on Tim Bray's blog

2007-11-14 Thread Maciej Fijalkowski
Martijn Faassen wrote: [snip] Again, I'm not trying to criticize what the project has already done. I'm trying to be a voice of pragmatism and the voice of a potential open source end-user. Listen to me if you like; it's not an enemy voice. There are two PyPy technologies that I

Re: [pypy-dev] pypy on Tim Bray's blog

2007-11-14 Thread Maciej Fijalkowski
On Nov 14, 2007 3:38 PM, David Cournapeau [EMAIL PROTECTED] wrote: Carl Friedrich Bolz wrote: Hi Martijn, let me first note that I agree with a lot of your points, when not taking the financial side of things into account. I will ignore the financial side of things in this mail (since

Re: [pypy-dev] missing things for making PyPy production ready (for some value of production)

2007-11-14 Thread Maciej Fijalkowski
Just a small note. We've got nowadays pieces of code that can help you handle safety-for-speed even in compiled rpython code, --sandbox uses those. (Like check for NULL pointers, enable assertions, etc.) But besides, I fully agree to the BIG FAT WARNING. This code is mostly there for tests. Even

Re: [pypy-dev] pypy on Tim Bray's blog

2007-11-23 Thread Maciej Fijalkowski
We currently have an estimate that it will take another 82 man months before we have a version that is fully mature and a viable replecement for CPython. A reasonable guess is that we would see the equivalent of approximately one full time worker on the project if we can't pay people to

Re: [pypy-dev] is anyone actively hacking on the JVM backend?

2007-11-29 Thread Maciej Fijalkowski
As noone answers... I think amitReg is doing some CLI related stuff, which means you can stomp on each other on oosupport, but he's doing rather library integration, so sounds very unlikely. Besides, I'm not aware of anyone. Cheers, fija On Nov 29, 2007 7:46 PM, Niko Matsakis [EMAIL PROTECTED]

Re: [pypy-dev] Roadmap draft

2007-12-14 Thread Maciej Fijalkowski
In a broader context this also mean that we would like to produce production-ready pypy interpreter as our goal :) On Dec 14, 2007 7:57 PM, Carl Friedrich Bolz [EMAIL PROTECTED] wrote: Hi all! Just to inform you a bit: Several PyPy developers have sat together and worked on a very rough

Re: [pypy-dev] [pypy-sprint] Sprint in Leysin?

2007-12-23 Thread Maciej Fijalkowski
Hey. It's hard to tell right now, but I would love to make sprint in Leysin (not sure if mid-January is feasible for me though) On Dec 21, 2007 12:25 PM, Samuele Pedroni [EMAIL PROTECTED] wrote: Carl Friedrich Bolz wrote: Hi Armin, Armin Rigo wrote: Around the Gothenburg sprint, we

Re: [pypy-dev] windows C translation update

2008-01-15 Thread Maciej Fijalkowski
On Jan 15, 2008 9:29 PM, Michael Schneider [EMAIL PROTECTED] wrote: Wow, Thanks to everyone for their efforts. The compile errors have been addressed, and the first couple of layers of the link-issue onion have been peeled. We are down to this link issue on windows This one should be

Re: [pypy-dev] PyOpenGL

2008-04-01 Thread Maciej Fijalkowski
Hum, good news :) I'll try. On Tue, Apr 1, 2008 at 9:30 AM, Amaury Forgeot d'Arc [EMAIL PROTECTED] wrote: Hello, On Tue, Apr 1, 2008 at 6:24 AM, Maciek Fijalkowski [EMAIL PROTECTED] wrote: It seems that sentence on a web page saying The binding is created using the standard (in Python

[pypy-dev] microbench pybench

2008-04-28 Thread Maciej Fijalkowski
First: benchmarks (especially those which are micro) sucks. It seems that these days we're vastly faster on microbenchs than cpython 2.5 and way slower on some tests from pybench (like small tuple operations). Here are some results (it's the other way around than on tuatara, higher is better, more

Re: [pypy-dev] Windows Testing

2008-05-14 Thread Maciej Fijalkowski
Hi Amaury! Thanks for doing good job bringing more support for pypy on windows. I think next direction would be to bring more modules to windows, from which I guess _rawffi is the most important (this will bring ctypes to windows platform). I can help you bits with that if you would like to go in

Re: [pypy-dev] Windows Testing

2008-05-14 Thread Maciej Fijalkowski
On Wed, May 14, 2008 at 3:44 PM, Amaury Forgeot d'Arc [EMAIL PROTECTED] wrote: Hello, Maciej Fijalkowski wrote: Hi Amaury! Thanks for doing good job bringing more support for pypy on windows. I think next direction would be to bring more modules to windows, from which I guess

[pypy-dev] Bad news about pysqlite-ctypes

2008-05-15 Thread Maciej Fijalkowski
I'm not sure we should use this. It's seems to be broken. Tests of divmod's axiom (ORM) on top of cpython + sqlite-ctypes show: FAILED (skips=5, expectedFailures=1, errors=400, successes=47) JP Calderone also provided some simple code snippets that explode, ie: from pysqlite2.dbapi2 import

Re: [pypy-dev] Running pysqlite on pypy

2008-05-16 Thread Maciej Fijalkowski
Samuele pointed out that maybe it's just a difference between pysqlite2 and pysqlite3; after more digging, he changed pysqlite-ctypes to print every SQL statement before sending it to sqlite; what he got is this: Please note that for my pysqlite2 it works just fine (on both cpython2.4 and

Re: [pypy-dev] Running pysqlite on pypy

2008-05-17 Thread Maciej Fijalkowski
That was more a proof-of-concept (*). Without deep ctypes wizardry I couldn't make anything with callbacks from SQLite work reliably. That's why create_function, create_aggregate and friends were removed. If it's possible to make that work at all, it's beyond my understanding of ctypes. Hi

Re: [pypy-dev] Europython 2008 - talks?

2008-05-20 Thread Maciej Fijalkowski
On Tue, May 20, 2008 at 1:47 PM, Beatrice During [EMAIL PROTECTED] wrote: Hi there Thursday 22nd of May is the submission deadline for EuroPython 2008 (http://www.europython.org/FrontPage, 7-12th of July). Wuaaa!!! Question 1: Are any pypy people going to submit talks? Yes :) Question

Re: [pypy-dev] r55005 - in pypy/branch/win32port/pypy: lib lib/_ctypes module/_rawffi module/_rawffi/test rlib rlib/test

2008-05-21 Thread Maciej Fijalkowski
Ha, that's the best approach I have seen so far to get the name if the msvcrt runtime library. Hope you don't mind if I steal it for 'official' ctypes (I will check if it works in win64 also before) ? -- Thanks, Thomas Cool :) Besides, can you take a look at small script here:

Re: [pypy-dev] r55005 - in pypy/branch/win32port/pypy: lib lib/_ctypes module/_rawffi module/_rawffi/test rlib rlib/test

2008-05-21 Thread Maciej Fijalkowski
Even cooler that I can read from day to day how you reimplemented ctypes for pypy :-) how to find c library - is only a problem on windows (which I hope can now be solved better). On linux (not sure about *nix) simply call LoadLibrary(None) [= dlopen(NULL) in C], and you can get all

Re: [pypy-dev] Europython 2008 - talks?

2008-05-21 Thread Maciej Fijalkowski
From a brief discussion with people, I suggest the following: 1. Do an official pypy status talk, which will describe what cool stuff you can do with pypy, where we are, where we're going and what are our goals. (45 minutes incl questions) 2. Afterwards, do an architecture talk (I suggest 30 min

Re: [pypy-dev] r55005 - in pypy/branch/win32port/pypy: lib lib/_ctypes module/_rawffi module/_rawffi/test rlib rlib/test

2008-05-21 Thread Maciej Fijalkowski
I've cc'd to ctypes.users. Thank you, subscribed [EMAIL PROTECTED]:~$ python Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type help, copyright, credits or license for more information. from ctypes import * from ctypes.util import

Re: [pypy-dev] Europython 2008 - talks?

2008-05-21 Thread Maciej Fijalkowski
Due to short time, I'll just submit this structure. We can discuss and change it probably further (but 3 slots sounds lik On Wed, May 21, 2008 at 5:06 PM, Maciej Fijalkowski [EMAIL PROTECTED] wrote: From a brief discussion with people, I suggest the following: 1. Do an official pypy status

Re: [pypy-dev] Europython 2008 - talks?

2008-05-21 Thread Maciej Fijalkowski
Bah, sent in the middle Due to short time, I'll just submit 2 more talks with this structure (assuming that jacob reserved the architecture one). We can discuss and change it probably further (but 3 slots sounds like a reasonable solution anyway). Cheers, fijal

Re: [pypy-dev] spotting pypy segfault

2008-06-09 Thread Maciej Fijalkowski
Argh! I think I know how that happened. Suppose we have a cycle, which allocates n bytes on each cycle. So on each iteration we check if stack is at least size of n. But let's suppose we have somewhere along the cycle path of length m n which returns. It means that our stack check might not catch

Re: [pypy-dev] spotting pypy segfault

2008-06-10 Thread Maciej Fijalkowski
http://codespeak.net/svn/user/fijal/hack/pysqlite2/ You need to mangle a bit with sys.path to import this and not something else. On Tue, Jun 10, 2008 at 12:19 PM, Armin Rigo [EMAIL PROTECTED] wrote: Hi Maciej, On Tue, Jun 10, 2008 at 07:41:03AM +0200, Maciej Fijalkowski wrote: PYTHONPATH

Re: [pypy-dev] Beijing, China

2008-06-10 Thread Maciej Fijalkowski
Heh :) A bit too late for me, I've been in Beijing last Autumn actually. Thanks very much anyway! ___ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev

[pypy-dev] changes to pysqlite/ctypes

2008-06-19 Thread Maciej Fijalkowski
We implemented few changes, also new features to sqlite-ctypes. Most notably: * Implement create_function without py_object, using closures * Various bugfixes * Accept subclasses of string/unicode * Added support for readahead logic * Thread safety All with tests, or reenabling of tests.

[pypy-dev] Default options for pypy

2008-06-20 Thread Maciej Fijalkowski
Can I make --gc=hybrid --thread --faassen --allworkingmodules --oldstyle default options for pypy? People get easily confused. ___ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev

Re: [pypy-dev] changes to pysqlite/ctypes

2008-06-23 Thread Maciej Fijalkowski
Pushing to the repo works now. I forgot to add you to allow-push in addition to setting up HTTP authorization. I just tested it to make sure it *really* works. - -- Gerhard Thanks a lot. I just pushed our changeset, tell me what do you think. If you think that's fine, we'll probably remove

Re: [pypy-dev] [pypy-svn] r56275 - pypy/extradoc/talk/ep2008

2008-07-03 Thread Maciej Fijalkowski
On Thu, Jul 3, 2008 at 10:30 PM, [EMAIL PROTECTED] wrote: Author: hpk Date: Thu Jul 3 22:30:52 2008 New Revision: 56275 Modified: pypy/extradoc/talk/ep2008/status.txt Log: review, cutting out some negative not too telling statements and adding a bit to plans from my perspective I

[pypy-dev] problems running pypy-jvm

2008-07-03 Thread Maciej Fijalkowski
First of all, I cannot get jar to work. It's complaining about '@' in front of paths. Even if I remove it, it still cannot find Main class. When I run it by hand I get: debug: WARNING: library path not found, using compiled-in sys.path 'import site' failed Error calling sys.excepthook: debug:

Re: [pypy-dev] Changing the default magic number

2008-07-10 Thread Maciej Fijalkowski
Magic in pyc files and magic as a number for pyopcode are different things IMO. On Wed, Jul 9, 2008 at 2:30 PM, Carl Friedrich Bolz [EMAIL PROTECTED] wrote: Hi Armin, Armin Rigo wrote: On Mon, Jul 07, 2008 at 11:31:36AM -0300, Bruno Gola wrote: I'm writing code to support the new 2.5

Re: [pypy-dev] works in python2.4, fails in pypy

2008-08-25 Thread Maciej Fijalkowski
Works for me: [EMAIL PROTECTED]:~$ pypy-c Python 2.4.1 (pypy 1.0.0 build 57237) on linux2 Type help, copyright, credits or license for more information. Welcome to rlcompleter2 0.96 for nice experiences hit tab multiple times And now for something completely different: ``peephope optimizations

Re: [pypy-dev] works in python2.4, fails in pypy

2008-08-25 Thread Maciej Fijalkowski
Ah, sorry misread. Your pypy (from debian) seems to be a bit old. Please use svn version. On Sun, Aug 24, 2008 at 4:08 PM, Ondrej Certik [EMAIL PROTECTED] wrote: Hi, I am using pypy in Debian: ___ pypy-dev@codespeak.net

Re: [pypy-dev] works in python2.4, fails in pypy

2008-08-25 Thread Maciej Fijalkowski
Ok, I can reproduce it with newer version of sympy. Not sure what's wrong yet. On Mon, Aug 25, 2008 at 10:51 AM, Maciej Fijalkowski [EMAIL PROTECTED] wrote: So now I am trying to compile pypy-svn, but I doubt it will work if it doesn't work on top of python. Which sympy version are you using

Re: [pypy-dev] works in python2.4, fails in pypy

2008-08-25 Thread Maciej Fijalkowski
So pypy is roughly 4.7x slower on this particular thing. Do you have any plans to release pypy? I think it's getting very useful. Ondrej Yes, we have some plans to have a release at some point soon. There are no details though. Note that if you do this: from sympy import * var('x') from

Re: [pypy-dev] works in python2.4, fails in pypy

2008-08-25 Thread Maciej Fijalkowski
Do you have any plans for supporting writing C extensions to pypy? Because as you can see above, the speed is imho only possible when writing it in C. Well, if RPython could produce as optimized code as Cython, then it could be an option. Any ideas on that? Ondrej There are no

Re: [pypy-dev] master thesis with pypy

2008-08-26 Thread Maciej Fijalkowski
Hello. Can you explain a bit in which direction would you like to go? Or is the topic vague for a reason to experiment a bit? Would you rather want say, create some GILless locking mechanism in pypy or rather implement some cool multi-process framework based on what is done already? Cheers,

[pypy-dev] commit bot

2008-08-29 Thread Maciej Fijalkowski
what about moving from CIA to keenan (the bot that is sitting on #pypy-commits and did not have a single downtime since last few months) for commit messages on #pypy? CIA was down again yesterday. cheers, fijal ___ pypy-dev@codespeak.net

Re: [pypy-dev] commit bot

2008-08-30 Thread Maciej Fijalkowski
On Fri, Aug 29, 2008 at 8:38 PM, holger krekel [EMAIL PROTECTED] wrote: Hi Maciej, On Fri, Aug 29, 2008 at 12:09 +0200, Maciej Fijalkowski wrote: what about moving from CIA to keenan (the bot that is sitting on #pypy-commits and did not have a single downtime since last few months

Re: [pypy-dev] master thesis with pypy

2008-09-03 Thread Maciej Fijalkowski
On Wed, Sep 3, 2008 at 11:31 AM, Severin [EMAIL PROTECTED] wrote: safethread sound like something interesting. are there already any safthread ideas in pypy? In general, working on GILless ideas sounds more interesting than doing something on multiprocess framworks. It's a master thesis, that

Re: [pypy-dev] translate.py failes

2008-09-03 Thread Maciej Fijalkowski
I'm not completele sure what you're trying to do. Can you explain in a bit more detail? Also feel free to drop by on IRC for a live discussion. cheers, fijal On Wed, Sep 3, 2008 at 9:43 PM, Vetoshkin Nikita [EMAIL PROTECTED] wrote: Playing with py.execnet failes too. Full traceback attached.

Re: [pypy-dev] next pypy sprint 5-13th october

2008-09-05 Thread Maciej Fijalkowski
.. See also .. .. _`EuroPython schedule`: http://europython.org/timetable ^^^ This may be less necessary than one might expect :) ___ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev

[pypy-dev] 2.5 and 2.4 compatibility

2008-09-22 Thread Maciej Fijalkowski
I'm working on 2.5 compatibility branch right now. Due to incompatible changes, I suggest that we say we don't provide --pyversion option any more and simply compile 2.5 compatible interpreter. I don't really see benefits of providing 2.4 right now (after a brief discussion with Armin). If anyone

[pypy-dev] sprint

2008-10-05 Thread Maciej Fijalkowski
Hello from the third world. I failed to embark the train today. It seems that these days you need to buy ticket at least 3 days in advance in order to get to berlin. I managed though to get some place on ukrainian train, which goes 3h longer, but at least have some places. I hope to be in ddorf

[pypy-dev] buildbot problem/misunderstanding.

2008-10-15 Thread Maciej Fijalkowski
I've been starring at report (here: http://codespeak.net:8099/builders/own-linux-x86-32/builds/16/steps/shell_2/logs/stdio) and I don't understand why there is only one test in translator/c. Am I missing something? (search for translator/c/test/test_support to see what I mean). I'm confused.

Re: [pypy-dev] buildbot problem/misunderstanding.

2008-10-15 Thread Maciej Fijalkowski
Ah, sorry for spam, got it. On Wed, Oct 15, 2008 at 11:53 PM, Maciej Fijalkowski [EMAIL PROTECTED] wrote: I've been starring at report (here: http://codespeak.net:8099/builders/own-linux-x86-32/builds/16/steps/shell_2/logs/stdio) and I don't understand why there is only one test in translator

Re: [pypy-dev] [pypy-svn] r59181 - pypy/branch/cbuild-refactor/pypy/translator/platform

2008-10-18 Thread Maciej Fijalkowski
On Fri, Oct 17, 2008 at 3:19 PM, [EMAIL PROTECTED] wrote: Author: afa Date: Fri Oct 17 15:19:27 2008 New Revision: 59181 Modified: pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py Log: Log message about updated environment Modified:

Re: [pypy-dev] Sprint Discussions: C++ Library Bindings

2008-10-23 Thread Maciej Fijalkowski
On Tue, Oct 14, 2008 at 6:39 PM, David Wilson [EMAIL PROTECTED] wrote: Hi there, I just read about this on the PyPy status blog and find myself wondering about the strategies you considered before settling on the Reflex approach. We're not settling on it. It's rather first to try. I've

Re: [pypy-dev] C++ library bindings

2008-10-23 Thread Maciej Fijalkowski
Hey. First sorry for late response, we're kind of busy doing other things now (ie working on 2.5-compatible release). That doesn't mean we don't appreciate input about our problems. On Fri, Oct 17, 2008 at 5:50 AM, Geoffrey Irving [EMAIL PROTECTED] wrote: Hello, I posted a response to your

Re: [pypy-dev] bugday

2008-10-27 Thread Maciej Fijalkowski
On Mon, Oct 27, 2008 at 3:21 PM, Bruno Gola [EMAIL PROTECTED] wrote: Hi, On Mon, Oct 27, 2008 at 9:13 AM, Antonio Cuni [EMAIL PROTECTED] wrote: we are trying to organize the first PyPy Bugday, but it seems it's hard to find a proper date for it; so, we've set up a poll on doodle: Cool! Is

Re: [pypy-dev] Problems getting Translate.py and Pylint to work

2008-10-31 Thread Maciej Fijalkowski
On Fri, Oct 31, 2008 at 8:45 PM, Andrew Francis [EMAIL PROTECTED] wrote: Hello Colleagues: I am not sure if this is the right place to ask I am trying to get RPython to work. I get the following problem: [translation:ERROR] from compiler import parse, ast, pycodegen

[pypy-dev] corepy - assembler from python

2008-11-27 Thread Maciej Fijalkowski
for those of you that don't follow news usually: http://www.corepy.org/ seems worth exploring Cheers, fijal ___ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev

Re: [pypy-dev] Problem importing csv

2008-11-28 Thread Maciej Fijalkowski
Or in pypy/lib ... you can implement it using ctypes, should be super simple :-) On Fri, Nov 28, 2008 at 2:41 PM, Armin Rigo [EMAIL PROTECTED] wrote: Hi Phyo, On Thu, Nov 27, 2008 at 11:47:31PM +0630, Phyo Arkar wrote: I cannot import csv via pypy Indeed, this is one of the few standard

Re: [pypy-dev] fast

2009-01-11 Thread Maciej Fijalkowski
We had this discussion couple of times already, but I'll try to recap. On Sun, Jan 11, 2009 at 12:57 PM, inhahe inh...@gmail.com wrote: With trace trees, hidden classes, aggressive type speculation, etc., javascript engines run code about as fast as unoptimized C. And I know that Python isn't

Re: [pypy-dev] fast

2009-01-11 Thread Maciej Fijalkowski
On Sun, Jan 11, 2009 at 9:09 PM, Paolo Giarrusso p.giarru...@gmail.com wrote: On Sun, Jan 11, 2009 at 13:26, Maciej Fijalkowski fij...@gmail.com wrote: We had this discussion couple of times already, but I'll try to recap. On Sun, Jan 11, 2009 at 12:57 PM, inhahe inh...@gmail.com wrote

Re: [pypy-dev] Talk in the Supercomputing Day, Madrid

2009-01-12 Thread Maciej Fijalkowski
On Mon, Jan 12, 2009 at 12:50 PM, Paolo Giarrusso p.giarru...@gmail.com wrote: Hi, first I'd like to qualify myself as a student of Virtual Machine implementations, not working (yet) on PyPy itself, and aware of some HPC issues at a basic level. Still, I'd like to help pinpointing the

[pypy-dev] wroclaw 2009 sprint announcement

2009-01-14 Thread Maciej Fijalkowski
Wrocław PyPy sprint 7-14th February, 2009 The next PyPy sprint will be held in Wrocław, Poland. This is fully public sprint and all newcomers are welcomed. Preceeding the sprint there

Re: [pypy-dev] Talk in the Supercomputing Day, Madrid

2009-01-14 Thread Maciej Fijalkowski
a serious project size of pypy in a toy language. Cheers, Maciej Fijalkowski ___ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev

Re: [pypy-dev] Talk in the Supercomputing Day, Madrid

2009-01-14 Thread Maciej Fijalkowski
Numpy support and bindings to numerical libraries is a problem I'd like to tackle myself in the future but I'm afraid I don't quite understand how to extend pypy. Maybe it's just a matter of time or that I'm dumb. However I'm sure you could help me to understand lots of things if you come to

Re: [pypy-dev] Talk in the Supercomputing Day, Madrid

2009-01-14 Thread Maciej Fijalkowski
On Wed, Jan 14, 2009 at 12:25 PM, Guillem Borrell i Nogueras guil...@torroja.dmt.upm.es wrote: Ooops April the 1st sorry Then, it's completely out of scope, at least for some of us. Pycon US (http://us.pycon.org) ends 2nd of April in Chicago. Cheers, fijal

Re: [pypy-dev] forcing builds Re: another issue with buildbot

2009-01-18 Thread Maciej Fijalkowski
On Sun, Jan 18, 2009 at 2:16 PM, Samuele Pedroni pedro...@openend.se wrote: Maciej Fijalkowski wrote: I found out that I'm unable to force run by hand. It checks out the revision from last build. Do you know how to bump it? you need to use the rebuild from the builder page, the rebuild from

[pypy-dev] windows buildbot

2009-01-20 Thread Maciej Fijalkowski
I just triggered translation here: http://codespeak.net:8099/builders/pypy-c-lib-python-win-32/builds/23/steps/translate/logs/stdio and I noticed that there are 48 implement files. Is it because files are split to smaller chunks for some reason, or something went wrong along the lines? Cheers,

Re: [pypy-dev] [pypy-svn] r61220 - pypy/trunk/lib-python

2009-01-22 Thread Maciej Fijalkowski
argh, yes On 1/22/09, Antonio Cuni anto.c...@gmail.com wrote: fi...@codespeak.net wrote: we need to have RegrTest for each file starting with test_ anyway... Modified: pypy/trunk/lib-python/conftest.py == ---

[pypy-dev] parser compiler and _ast

2009-01-24 Thread Maciej Fijalkowski
I did a bit of research on a matter of different python interfaces to parsing. This is a bit of a mess, but it is as follows: a) there is a parser module which gives you very low-level interface (so-called concrete syntax tree), which is essentially a list of tuples with numbers inside.

[pypy-dev] resource module for pypy

2009-01-26 Thread Maciej Fijalkowski
Hi Victor, hi pypy-dev I think you're the one who implemented the resource module using ctypes. Right now it timouts/fails when running cpython's test suite (1.) - last run. Our policy is to either fix it, or remove it for 1.1 release. Do you eventually would like to take a look? Cheers, fijal

[pypy-dev] official announcement of snakebite

2009-01-28 Thread Maciej Fijalkowski
Some very good news for us: http://groups.google.com/group/snakebite-list/browse_thread/thread/6402c23808063cbe seems like going towards end of windows problems :) Cheers and thanks to Trent, fijal ___ pypy-dev@codespeak.net

Re: [pypy-dev] pypy sandbox

2009-02-20 Thread Maciej Fijalkowski
That's all very good news. Keep us informed! Cheers, fijal On Fri, Feb 20, 2009 at 10:13 AM, Dalius Dobravolskas dalius.dobravols...@gmail.com wrote: On Fri, Feb 20, 2009 at 10:05 AM, Dalius Dobravolskas dalius.dobravols...@gmail.com wrote: Hello, On Fri, Feb 20, 2009 at 8:30 AM, Dalius

Re: [pypy-dev] pypy translation error :\

2009-03-01 Thread Maciej Fijalkowski
thanks for the report, should be fixed by now. On Sat, Feb 28, 2009 at 9:09 AM, Jurgis Pralgauskis jurgis.pralgaus...@gmail.com wrote: Hello, maybe smb could give a hint, why: http://files.akl.lt/users/jurgis/etc/pypy_translation_error.txt ps.: I acted according to instructions on

Re: [pypy-dev] pypy for typed languages?

2009-03-13 Thread Maciej Fijalkowski
On Fri, Mar 13, 2009 at 3:04 PM, Geoffrey Irving irv...@naml.us wrote: On Fri, Mar 13, 2009 at 7:13 AM, Armin Rigo ar...@tunes.org wrote: In particular, what restrictions does pypy impose on storage layout? For example, would it be able to handle dynamically-typed homogeneous lists,

Re: [pypy-dev] RPython I/O

2009-03-17 Thread Maciej Fijalkowski
There are two official ways: 1. use directly os.read/os.open/os.write, rather tedious if you ask me 2. use interfaces that are present in pypy/rlib/streamio.py. I think only documentation for that is in tests unfortunately :( It has interface similar to python's streams, but adapted a bit to

Re: [pypy-dev] Google Summer of code

2009-03-26 Thread Maciej Fijalkowski
Hi Chris. There is no up-to-date list (we were too busy with other stuff and conferences etc.), but you can surely come to #pypy on IRC and ask a bit. It depends what are you interested in of course. Cheers, fijal 2009/3/25 Chris Nicholls chris.nicho...@some.ox.ac.uk: Hello, I'm a student

Re: [pypy-dev] did we submit any europython talks?

2009-04-04 Thread Maciej Fijalkowski
Not that I know of either, although I'm not coming. On Sat, Apr 4, 2009 at 9:59 AM, holger krekel hol...@merlinux.eu wrote: On Sat, Apr 04, 2009 at 17:56 +0200, Samuele Pedroni wrote: Samuele ___ pypy-dev@codespeak.net

Re: [pypy-dev] did we submit any europython talks?

2009-04-04 Thread Maciej Fijalkowski
On Sat, Apr 4, 2009 at 2:09 PM, Laura Creighton l...@openend.se wrote: In a message of Sat, 04 Apr 2009 10:06:46 MDT, Maciej Fijalkowski writes: Not that I know of either, although I'm not coming. On Sat, Apr 4, 2009 at 9:59 AM, holger krekel hol...@merlinux.eu wrote: On Sat, Apr 04, 2009 at 17

Re: [pypy-dev] PyPy issue tracker work?

2009-04-13 Thread Maciej Fijalkowski
Hm. It's strange, I didn't get those issues. On Mon, Apr 13, 2009 at 10:54 PM, Alexandr N. Zamaraev tonal.proms...@gmail.com wrote: Hi PyPy-dev! :) Does it communicate the meaning of PyPy issue of the problems? I have created some issue (425, 433) and added to the patches 183 and 425. But

Re: [pypy-dev] PyPy issue tracker work?

2009-04-13 Thread Maciej Fijalkowski
Are your patches against trunk? seems not to me. Can you please try with trunk first? Cheers, fijal On Mon, Apr 13, 2009 at 11:10 PM, Maciej Fijalkowski fij...@gmail.com wrote: Hm. It's strange, I didn't get those issues. On Mon, Apr 13, 2009 at 10:54 PM, Alexandr N. Zamaraev tonal.proms

[pypy-dev] Naming scheme

2009-04-16 Thread Maciej Fijalkowski
Hello. That might sound a bit like bike sheding, but I would like to talk a bit about naming scheme. What do you think about actually naming PyPy release 2.5 after language version it supports? We can invent suffixes like pypy-2.5-something in order to release still 2.5, but which supports some

Re: [pypy-dev] Naming scheme

2009-04-16 Thread Maciej Fijalkowski
On Thu, Apr 16, 2009 at 1:46 PM, holger krekel hol...@merlinux.eu wrote: Hi Maciej, On Thu, Apr 16, 2009 at 13:27 -0600, Maciej Fijalkowski wrote: Hello. That might sound a bit like bike sheding, but I would like to talk a bit about naming scheme. What do you think about actually naming

Re: [pypy-dev] PyPy 1.1 beta release

2009-04-21 Thread Maciej Fijalkowski
On Tue, Apr 21, 2009 at 8:43 PM, tav t...@espians.com wrote: Congrats on the release guys -- eagerly looking forward to 1.1. final!! PS. Any chance of updating unicodedata to v5.1 for the final? I think no, since we're following 2.5 language spec, which uses older unicode db. PS. First

Re: [pypy-dev] pypy appears to have entirely removed all mention of javascript back-end support from web site

2009-04-22 Thread Maciej Fijalkowski
JS backend is translating restricted subset of Python called RPython. This seems to be infeasible, since JS is truly a dynamic language, that's why we removed it. The other reason why we removed it, is that noone seems to be interested enough in maintaining it. As far as I know pyjamas does not

Re: [pypy-dev] How hard would it be to generate PyPy for the Dalvik Virtual Machine?

2009-04-22 Thread Maciej Fijalkowski
We don't compile JVM at runtime at all, so I suppose it should mostly just work. On Wed, Apr 22, 2009 at 9:22 AM, Jim Baker jba...@zyasoft.com wrote: I'll address Jython: we plan support for Android in our 2.5.1 release. Supporting Android is similar to supporting unsigned applets: we either

Re: [pypy-dev] pypy appears to have entirely removed all mention of javascript back-end support from web site

2009-04-22 Thread Maciej Fijalkowski
As far as I know pyjamas does not translate a subset of python,  correct. we're going for as much of python2.N as we have time for, with a view to (eventually) making pyjs a JIT python accelerator (using V8 as the JIT engine) - just like psyco and unladen/swallow. Please. It's completely

Re: [pypy-dev] How to store RPython object in external c?

2009-05-19 Thread Maciej Fijalkowski
The answer is - you should not. You cannot safely cast rpython object to pointer, because it can move at any point in time. The way to do it is to store in external array an index to internal array, which really stores an object. On Tue, May 19, 2009 at 6:43 PM, LvQi lvs...@gmail.com wrote: Hi

Re: [pypy-dev] How to store RPython object in external c?

2009-05-19 Thread Maciej Fijalkowski
On Tue, May 19, 2009 at 7:33 PM, LvQi lvs...@gmail.com wrote: OK, Thanks~ I'm pretty new to this. I'm not sure I can do this tricks very easily~~ I'll store it internal first, and leave performance improvement later. Thanks~~ Out of curiosity, what are you doing? We would like to know a bit

Re: [pypy-dev] crosstwine linker

2009-06-02 Thread Maciej Fijalkowski
As usual with such products, we don't know if they implemented 100% python or 99%. Can they run existing apps? Basically, the whitepaper as it is, is not a scientific experiment because one is unable to reproduce results. I would simply ignore it until someone has something to show. Cheers,

Re: [pypy-dev] crosstwine linker

2009-06-02 Thread Maciej Fijalkowski
On Tue, Jun 2, 2009 at 2:14 PM, Carl Friedrich Bolz cfb...@gmx.de wrote: Maciej Fijalkowski wrote: As usual with such products, we don't know if they implemented 100% python or 99%. Can they run existing apps? Basically, the whitepaper as it is, is not a scientific experiment because one

Re: [pypy-dev] crosstwine linker

2009-06-02 Thread Maciej Fijalkowski
On Tue, Jun 2, 2009 at 2:14 PM, Carl Friedrich Bolz cfb...@gmx.de wrote: Maciej Fijalkowski wrote: As usual with such products, we don't know if they implemented 100% python or 99%. Can they run existing apps? Basically, the whitepaper as it is, is not a scientific experiment because one

Re: [pypy-dev] crosstwine linker

2009-06-02 Thread Maciej Fijalkowski
it on almost anything but stuff written by hand makes no sense since it's 3.1 * result binary is 64bit only. On Tue, Jun 2, 2009 at 2:27 PM, Maciej Fijalkowski fij...@gmail.com wrote: On Tue, Jun 2, 2009 at 2:14 PM, Carl Friedrich Bolz cfb...@gmx.de wrote: Maciej Fijalkowski wrote: As usual

Re: [pypy-dev] [pypy-svn] r65652 - pypy/branch/pyjitpl5-experiments/pypy/jit/metainterp

2009-06-07 Thread Maciej Fijalkowski
On Sun, Jun 7, 2009 at 4:13 PM, antoc...@codespeak.net wrote: Author: antocuni Date: Mon Jun  8 00:13:03 2009 New Revision: 65652 Modified:   pypy/branch/pyjitpl5-experiments/pypy/jit/metainterp/optimize3.py Log: more refactoringsimplification: don't track the constness of nodes, as nobody

[pypy-dev] pypy on language shootout.

2009-06-07 Thread Maciej Fijalkowski
Hey. I have a quick question. Does any of you have account and can post stuff on shootout.alioth.debian.org? I would like to post a comment that I completely cannot repeat the measurments of pypy vs cpython speed on any computer that I have access to. Cheers, fijal

[pypy-dev] compcache on bigdog-vm2

2009-06-26 Thread Maciej Fijalkowski
Hey. I installed compcache on bigdog-vm2 to increase it's ram/swap size. Details are here: http://code.google.com/p/compcache/wiki/CompilingAndUsing Please report if anything is misbehaving. Cheers, fijal ___ pypy-dev@codespeak.net

Re: [pypy-dev] [pypy-svn] r66150 - pypy/trunk/pypy/tool

2009-07-08 Thread Maciej Fijalkowski
On Wed, Jul 8, 2009 at 9:24 AM, Antonio Cunianto.c...@gmail.com wrote: fi...@codespeak.net wrote:  try: -    BaseException +    BaseException = BaseException  except NameError:     BaseException = Exception this clearly show that you didn't write a test (or you didn't run it, if it's

Re: [pypy-dev] [pypy-svn] r66150 - pypy/trunk/pypy/tool

2009-07-08 Thread Maciej Fijalkowski
On Wed, Jul 8, 2009 at 1:15 PM, holger krekelhol...@merlinux.eu wrote: On Wed, Jul 08, 2009 at 10:02 -0600, Maciej Fijalkowski wrote: On Wed, Jul 8, 2009 at 9:24 AM, Antonio Cunianto.c...@gmail.com wrote: fi...@codespeak.net wrote:  try: -    BaseException +    BaseException

Re: [pypy-dev] befunge

2009-08-14 Thread Maciej Fijalkowski
On Wed, Aug 12, 2009 at 6:44 PM, Terrence Colelist-s...@trainedmonkeystudios.org wrote: On Tue, 2009-08-11 at 03:16 -0600, Maciej Fijalkowski wrote: Hi. It's really cool that you find pypy as a good platform for writing interpreters, we're definitely happy with that :-) In general, we try

Re: [pypy-dev] running the pypy toolchain

2009-08-17 Thread Maciej Fijalkowski
On Fri, Aug 14, 2009 at 3:44 PM, Terrence Colelist-s...@trainedmonkeystudios.org wrote: On Thu, 2009-08-13 at 12:27 +1000, Ben Mellor wrote: On Wed, 12 Aug 2009 17:44:02 -0700 Terrence Cole list-s...@trainedmonkeystudios.org wrote: On Tue, 2009-08-11 at 03:16 -0600, Maciej Fijalkowski wrote

Re: [pypy-dev] [pypy-svn] r67223 - pypy/build/bot2/pypybuildbot

2009-08-26 Thread Maciej Fijalkowski
Are you aware that this breaks some other tests, because our asmgcc does not provide a way to have a callback (and ie xml parser is based on ctypes callbacks). Cheers, fijal On Wed, Aug 26, 2009 at 2:09 PM, ar...@codespeak.net wrote: Author: arigo Date: Wed Aug 26 22:09:39 2009 New Revision:

Re: [pypy-dev] benchmarking input

2009-09-28 Thread Maciej Fijalkowski
A number of benchmarks are not applicable to us, or they are uninteresting at this point (e.g. pickling, regexp, or just microbenchmarks...). Uninteresting for benchmarking the jit, but important for python users. And benchmarking the jit is what we're actually doing. That would leave 2

Re: [pypy-dev] Improving the pypy website (and benchmarks)

2009-09-28 Thread Maciej Fijalkowski
We should definitely have a chat meeting, with those interested in an end user's web page. Time? Most of people are in european timezone, so please suggest time according to that. I'm, personally, most of the time just on #pypy on freenode irc. Also, who wants to participate in such a

  1   2   3   4   >