Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E7C91889A for ; Fri, 12 Jun 2015 11:55:41 +0000 (UTC) Received: (qmail 61398 invoked by uid 500); 12 Jun 2015 11:55:41 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 61259 invoked by uid 500); 12 Jun 2015 11:55:41 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 61245 invoked by uid 99); 12 Jun 2015 11:55:40 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2015 11:55:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 42B44CD7C3 for ; Fri, 12 Jun 2015 11:55:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.12 X-Spam-Level: X-Spam-Status: No, score=-0.12 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0Vtdmclo8oXm for ; Fri, 12 Jun 2015 11:55:31 +0000 (UTC) Received: from mail-vn0-f52.google.com (mail-vn0-f52.google.com [209.85.216.52]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id A66FD47BF9 for ; Fri, 12 Jun 2015 11:55:27 +0000 (UTC) Received: by vnbg129 with SMTP id g129so5486804vnb.11 for ; Fri, 12 Jun 2015 04:55:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=QdVZhM3s80Bin/s57OHczxmGvIfBvxj7OBZ9E+I7UMA=; b=DcbQcePaNb8ANSZIy6y7WGg6C2mPBleEtTW/+Pl5xt/8wgssLE7vjme8IET37BFUUK uhC9yyKkwZMp+3YZRu8ixkhmC20tDKoxtBD8hVoNeZ5LIcmhkzeAQjYZL1gZ+/zNGdb5 JCfy2UTlGAJb8jC4TOsGpup9gmcpTygtWGZhkN5Utpe3hCI0qjMUXb52NzeKx2KQRzMY vzZr8X8T1kt4879xD5fDGHtlfzuJIkkpSJdrfgz2VhqFoS8ClM5FM9Fg8i6pi39zGgEZ aJS3rEGEoKpP84mC5NwHluLKMVa1SQ1JdVHdca7UWt7hMMA+kcADCT7svKWOx7qmF+w+ 09LA== MIME-Version: 1.0 X-Received: by 10.52.6.8 with SMTP id w8mr24845142vdw.85.1434110127316; Fri, 12 Jun 2015 04:55:27 -0700 (PDT) Received: by 10.52.229.39 with HTTP; Fri, 12 Jun 2015 04:55:27 -0700 (PDT) In-Reply-To: <491651A7-34C3-4A7F-B8FD-26A54F39DF7D@honton.org> References: <491651A7-34C3-4A7F-B8FD-26A54F39DF7D@honton.org> Date: Fri, 12 Jun 2015 12:55:27 +0100 Message-ID: Subject: Re: [Lang] commons-lang pull request: refactor FastDateParser From: sebb To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Could you create a JIRA issue with a link to the request please? See https://github.com/apache/commons-lang/blob/master/CONTRIBUTING.md It's much easier to keep track of the progress of a patch this way. Thanks! On 12 June 2015 at 04:52, Chas Honton wrote: > I just created a pull request for a major refactor of the FastDateParser class. I request anyone with org.apache.commons.lang3.time interest and/or experience take time to review. > > Thanks, > Chas > > Begin forwarded message: > >> From: chonton >> Date: June 11, 2015 at 8:19:46 PM PDT >> To: issues@commons.apache.org >> Subject: [GitHub] commons-lang pull request: refactor FastDateParser >> Reply-To: issues@commons.apache.org >> Reply-To: issues@commons.apache.org >> >> GitHub user chonton opened a pull request: >> >> https://github.com/apache/commons-lang/pull/96 >> >> refactor FastDateParser >> >> use hashmap for performance >> break down regular expressions to per-format, allowing >> ParsePosition to get set >> add parse with Calendar input, allowing client to set leniency >> and/or replace display names >> >> You can merge this pull request into a Git repository by running: >> >> $ git pull https://github.com/chonton/commons-lang refactor-fastdateparser >> >> Alternatively you can review and apply these changes as the patch at: >> >> https://github.com/apache/commons-lang/pull/96.patch >> >> To close this pull request, make a commit to your master/trunk branch >> with (at least) the following in the commit message: >> >> This closes #96 >> >> ---- >> commit 94faa31bcf5c4fcb20818a3a0d23ae789932d2df >> Author: Chas Honton >> Date: 2015-06-12T03:07:13Z >> >> refactor FastDateParser >> >> use hashmap for performance >> break down regular expressions to per-format, allowing >> ParsePosition to get set >> add parse with Calendar input, allowing client to set leniency >> and/or replace display names >> >> ---- >> >> >> --- >> If your project is set up for it, you can reply to this email and have your >> reply appear on GitHub as well. If your project does not have this feature >> enabled and wishes so, or if the feature is enabled but not working, please >> contact infrastructure at infrastructure@apache.org or file a JIRA ticket >> with INFRA. >> --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org