Skip to content

We need a newer PyDev

Red Hat’s Toronto office recently got 6 new interns. It’s going to be a fun summer with 13 interns sitting together in one cube area :D.

Other than yelling very loudly for the whole day (I swear we were quieter last year!!) the interns are working on some improvements to yum. They’ve all used Eclipse before so they naturally wanted to use it. Very quickly they learned that we ship PyDev and so they tried that. Unfortunately we can only ship versions < 0.9.6, and currently we have 0.9.3. Even more unfortunately 0.9.3 sucks. Mostly because there were tons of additions and fixes since then, possibly also because of the way we’re running it, or because of GCJ. In any case, I decided that we *really* need to have a newer version, because this one is pretty close to useless as it is.

In the next few days I’m going to look to backporting PyDev 1.0.6 (latest released) to Java 1.4 and then pushing that as an update to FC5. We don’t have to do this often, but if it only takes 2 days, I can repeat the procedure before the end of the summer (when I’ll be going back to school). And then we could either repeat it again a few months after or just wait until we have real 1.5 language feature support (I don’t think PyDev uses any new library features, except Genericsized collections).

One Comment

  1. Fabio wrote:

    Hi Igor, I’m the pydev maintainer, and wanted to let you know that some unbuntu guys are working on the same stuff you are here. If you e-mail me I can pass you the e-mail o f the contact I have there (I’m not sure he’d want me to post here, but I would see no problem in passing you it through e-mail)

    Also, we’ve had a lenghty discussion on how to do it, because if you’re just using gcj, you could simply get the compiled jars pydev gives you and use gcj to compile those instead of having to change source code. In the end he decided to change source code because unbuntu required the whole toolchain to start from source-code and compile it, but if you don’t have that restriction, you could make gcj work with the pydev jars (which are 1.4 compatible because of retroweaver).

    Cheers,

    Fabio

    Sunday, May 21, 2006 at 6:23 am | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*