Thread: [Pydev-code] Moving to 3.0?
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-06-23 22:32:33
|
Hi guys, with the upcoming 3.0 release, I've been thinking about moving our codebase to it. The editor works as is, and the debugger would need some minor modifications. After moving the debugger to 3.0, I was going to do a new release, probably late next week. Is there any code you'd like to be in the next release? Other comments? Aleks |
From: Dana M. <dan...@ya...> - 2004-06-30 15:36:07
|
Aleks, I am at JavaOne this week. Are there some downsides to moving to 3.0 I thot plugin management has changed in a non-backward compatible way. --- Aleks Totic <a...@to...> wrote: > Hi guys, > with the upcoming 3.0 release, I've been thinking about moving > our codebase to it. The editor works as is, and the debugger > would need some minor modifications. > > After moving the debugger to 3.0, I was going to do a new > release, probably late next week. > > Is there any code you'd like to be in the next release? Other > comments? > > Aleks > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > ===== _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ Dana Moore _/ _/ BBN Technologies LLC _/ _/ M: 240.350.4196 _/ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail |
From: Aleks T. <a...@to...> - 2004-06-30 16:07:48
|
The only downside is that I have to redo some of the code to deal with non-compatible changes. It is trickier than I thought. I've already had 2 class-loading related bugs that took me a day to resolve. Regarding your code completion code, will it be ready to ship & be supported when 3.0 port is done? Aleks Dana Moore wrote: > Aleks, I am at JavaOne this week. > Are there some downsides to moving to 3.0 > I thot plugin management has changed in a non-backward compatible way. > > --- Aleks Totic <a...@to...> wrote: > >>Hi guys, >>with the upcoming 3.0 release, I've been thinking about moving >>our codebase to it. The editor works as is, and the debugger >>would need some minor modifications. >> >>After moving the debugger to 3.0, I was going to do a new >>release, probably late next week. >> >>Is there any code you'd like to be in the next release? Other |
From: Dana M. <dan...@ya...> - 2004-06-30 23:09:05
|
--- Aleks Totic <a...@to...> wrote: > The only downside is that I have to redo some of the code to deal > with non-compatible changes. It is trickier than I thought. I've > already had 2 class-loading related bugs that took me a day to > resolve. > > Regarding your code completion code, will it be ready to ship & > be supported when 3.0 port is done? > Yes. I need to tinker with the Jython version a bit, and I was also going to allow the user to specify either Python or Jython as an interpreter. I wanted to get a new project wizard done too. I will start working on that on the plane ride back. It would be nice to get an execute capability done as well, but I haven't started thinking about it yet. > Aleks > > Dana Moore wrote: > > Aleks, I am at JavaOne this week. > > Are there some downsides to moving to 3.0 > > I thot plugin management has changed in a non-backward compatible > way. > > > > --- Aleks Totic <a...@to...> wrote: > > > >>Hi guys, > >>with the upcoming 3.0 release, I've been thinking about moving > >>our codebase to it. The editor works as is, and the debugger > >>would need some minor modifications. > >> > >>After moving the debugger to 3.0, I was going to do a new > >>release, probably late next week. > >> > >>Is there any code you'd like to be in the next release? Other > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > ===== _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ Dana Moore _/ _/ BBN Technologies LLC _/ _/ M: 240.350.4196 _/ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail |