Re: egit/jgit wishlist

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steven Grimm
Date: Monday, December 4, 2006 - 2:19 pm

Shawn Pearce wrote:

I think that's exactly the right decision.

One big advantage of doing it this way is that it will be reasonably 
cross-platform from the start. As soon as you start running external 
programs, you introduce all the system dependencies of the Git 
command-line tools, especially acute if you're running some of the non-C 
porcelain commands (which will then require a working shell or Perl 
environment to be installed.)

With a wrapper-based implementation, the temptation would probably be 
pretty great to just leave some stuff implemented as wrappers and not 
bother porting them, which would potentially kill portability. Insisting 
on 100% pure Java means that particular temptation is never an issue.

-Steve
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
egit/jgit wishlist, Shawn Pearce, (Mon Dec 4, 10:28 am)
Re: egit/jgit wishlist, Steven Grimm, (Mon Dec 4, 10:58 am)
Re: egit/jgit wishlist, Shawn Pearce, (Mon Dec 4, 11:05 am)
Re: egit/jgit wishlist, Grzegorz Kulewski, (Mon Dec 4, 11:16 am)
Re: egit/jgit wishlist, Shawn Pearce, (Mon Dec 4, 11:29 am)
Re: egit/jgit wishlist, Steven Grimm, (Mon Dec 4, 2:19 pm)
Re: egit/jgit wishlist, Grzegorz Kulewski, (Mon Dec 4, 2:47 pm)
Re: egit/jgit wishlist, Robin Rosenberg, (Mon Dec 4, 2:54 pm)
Re: egit/jgit wishlist, Steven Grimm, (Mon Dec 4, 3:06 pm)
Re: egit/jgit wishlist, Johannes Schindelin, (Tue Dec 5, 1:37 am)