Return-Path: X-Original-To: apmail-groovy-dev-archive@minotaur.apache.org Delivered-To: apmail-groovy-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 302F018446 for ; Thu, 24 Dec 2015 09:20:03 +0000 (UTC) Received: (qmail 89145 invoked by uid 500); 24 Dec 2015 09:20:03 -0000 Delivered-To: apmail-groovy-dev-archive@groovy.apache.org Received: (qmail 89104 invoked by uid 500); 24 Dec 2015 09:20:03 -0000 Mailing-List: contact dev-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list dev@groovy.apache.org Received: (qmail 89094 invoked by uid 99); 24 Dec 2015 09:20:02 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 09:20:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5EE65C023A for ; Thu, 24 Dec 2015 09:20:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.081 X-Spam-Level: **** X-Spam-Status: No, score=4.081 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, KAM_COUK=1.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id AOxyt9xfnjeQ for ; Thu, 24 Dec 2015 09:19:56 +0000 (UTC) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 8D787201EB for ; Thu, 24 Dec 2015 09:19:55 +0000 (UTC) Received: by mail-wm0-f45.google.com with SMTP id l126so178218610wml.1 for ; Thu, 24 Dec 2015 01:19:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:from:date:message-id:subject:to:content-type; bh=3bocDosIC9vStUWU9ZdPhtFnXJFWPr0dIf3W2cOcrYk=; b=PDqzxGsXHq6TlagMEc8Z1TMO3cPYglnWb+bxMxI56kvW8vy3FG2lMZLOp0vTRGP5vR wpz3M9Mr0ZN5Dsnc9SOAOHb+vvxkEu1r6x1pTPMut4dT48o2o1CvUgParHNk+FMNhDbp eaiRRzArbkLMPEAMu9EVn/5W+8Bq7SscPJ0GjOivUlkw1yByjI1uiKSSgCj8nNI1qNxI 6pV+BIriIJ6VaAQ0RbZ6lNi2OeeO814Zvv3YEw3v7pU25+FxClgJDnSjv333RnnQaxZN mH7VPZlBp72UuVi7IoKYPGaT92Xy/orRUmg8gBdYvh5k8t5P4fv1rUJnbVjC8tAzQgrA k5fA== X-Received: by 10.28.137.138 with SMTP id l132mr37398363wmd.21.1450948790912; Thu, 24 Dec 2015 01:19:50 -0800 (PST) MIME-Version: 1.0 From: Peter Ledbrook Date: Thu, 24 Dec 2015 09:19:39 +0000 Message-ID: Subject: Dropping GROOVY-7432 To: dev@groovy.apache.org Content-Type: multipart/alternative; boundary=001a11443cb859e8170527a15744 --001a11443cb859e8170527a15744 Content-Type: text/plain; charset=UTF-8 Hi, I'm thinking of closing the above issue as Won't Fix. I think there are too many inconsistencies around CharSequence in Java as well as Groovy that mean the enhancements don't make a lot of sense. And there are always toList() and join() to provide relatively easy access to the methods such as sort(), count(), head(), etc. What do folks think? Peter -- Peter Ledbrook t: @pledbrook w: http://www.cacoethes.co.uk/ --001a11443cb859e8170527a15744 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm thinking of closing the abo= ve issue as Won't Fix. I think there are too many inconsistencies aroun= d CharSequence in Java as well as Groovy that mean the enhancements don'= ;t make a lot of sense. And there are always toList() and join() to provide= relatively easy access to the methods such as sort(), count(), head(), etc= .

What do folks think?

Pe= ter

--
Peter Ledbrook
t: @pledbro= ok
w: http://w= ww.cacoethes.co.uk/
--001a11443cb859e8170527a15744--