From: Steven Grimm <koreth@midwinter.com>
To: git@vger.kernel.org
Subject: Re: egit/jgit wishlist
Date: Mon, 04 Dec 2006 13:19:42 -0800 [thread overview]
Message-ID: <457490EE.30606@midwinter.com> (raw)
In-Reply-To: <20061204182902.GG6011@spearce.org>
Shawn Pearce wrote:
> I personally want to avoid calling external programs
> as much as possible here, and that means staying with a 100% pure
> Java implementation.
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.
next prev parent reply other threads:[~2006-12-04 21:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-04 17:28 egit/jgit wishlist Shawn Pearce
2006-12-04 17:58 ` Steven Grimm
2006-12-04 18:05 ` Shawn Pearce
2006-12-04 18:16 ` Grzegorz Kulewski
2006-12-04 18:29 ` Shawn Pearce
2006-12-04 21:19 ` Steven Grimm [this message]
2006-12-04 21:47 ` Grzegorz Kulewski
2006-12-04 22:06 ` Steven Grimm
2006-12-05 8:37 ` Johannes Schindelin
2006-12-04 21:54 ` Robin Rosenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=457490EE.30606@midwinter.com \
--to=koreth@midwinter.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.