Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 55823 invoked from network); 7 Feb 2007 17:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 17:56:19 -0000 Received: (qmail 25690 invoked by uid 500); 7 Feb 2007 17:56:26 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 25669 invoked by uid 500); 7 Feb 2007 17:56:25 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 25660 invoked by uid 99); 7 Feb 2007 17:56:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 09:56:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jta@bristowhill.com designates 66.75.162.134 as permitted sender) Received: from [66.75.162.134] (HELO ms-smtp-02.socal.rr.com) (66.75.162.134) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 09:56:15 -0800 Received: from [192.168.1.102] (cpe-24-25-218-26.san.res.rr.com [24.25.218.26]) by ms-smtp-02.socal.rr.com (8.13.6/8.13.6) with ESMTP id l17HtpV4020061 for ; Wed, 7 Feb 2007 09:55:51 -0800 (PST) Message-ID: <45CA12A7.2090900@bristowhill.com> Date: Wed, 07 Feb 2007 09:55:51 -0800 From: "Jean T. Anderson" Reply-To: jta@bristowhill.com User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Discuss early code in Jira or on derby-dev? References: <45CA100F.1030807@bristowhill.com> <45CA11A5.10301@apache.org> In-Reply-To: <45CA11A5.10301@apache.org> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org Daniel John Debrunner wrote: > Jean T. Anderson wrote: > >> I'm working on a CallableTest.java to convert derbynet/callable.java to >> junit. >> >> I would like to post an early, very incomplete version (just a few >> tests) to make sure I have the overall structure for junit correct up >> front. >> >> Should I post a patch and start the conversation on derby-dev? >> Or open a Jira issue and have the conversation in that issue? > > A third option for a committer is to commit the incomplete code, working > or not. (just try not to break the build or existing tests :-) heh, heh. I'm too much of a newbie in this arena. I also have already encountered issues I'd like feedback on first. -jean