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 1561E1777A for ; Tue, 9 Jun 2015 11:01:29 +0000 (UTC) Received: (qmail 11589 invoked by uid 500); 9 Jun 2015 11:01:23 -0000 Delivered-To: apmail-groovy-dev-archive@groovy.apache.org Received: (qmail 11544 invoked by uid 500); 9 Jun 2015 11:01:23 -0000 Mailing-List: contact dev-help@groovy.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.incubator.apache.org Delivered-To: mailing list dev@groovy.incubator.apache.org Received: (qmail 11534 invoked by uid 99); 9 Jun 2015 11:01:23 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2015 11:01:23 +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 43B75C0518 for ; Tue, 9 Jun 2015 11:01:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.08 X-Spam-Level: **** X-Spam-Status: No, score=4.08 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] 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 LuClhooZdlAq for ; Tue, 9 Jun 2015 11:01:21 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 1A18427633 for ; Tue, 9 Jun 2015 11:01:21 +0000 (UTC) Received: by wigg3 with SMTP id g3so12706161wig.1 for ; Tue, 09 Jun 2015 04:00:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=zJBbGS1fRj6wScdS6Ivw57uwV9J2f2ZUjiWXolAZKME=; b=E3I5WAymvJyEjWD+MKe5JzzZMCTGjq1LPf9uoAGr8wcGGqNtdvlzuhhDmiuMUEa+yc L7BweoiSCsXvjzdD3MTQIfAWIV5ZwkQAVUk4585HJ3sHSgsUTpLMU7Q/Sjrgyd8PAWib tVlZQvdVeZNn/l9WtKbpj2WNxaDhaDQIj9lyOioddKzGcxXDoRS2XMkSq4OqJZ3pVQv6 CMAC4zTqLhM9KBEcErPpviN+R3TpyAcy9JA05FGH75qJ3765Pmx+BymZsqTIqYMsX5kJ o4DLHdSWQX/rgJOid0frQhHDAIGqttzOapLlnU6YgfWCmR2Gk1T9fWVmw1TPKHng3KWV u7mw== X-Received: by 10.194.23.197 with SMTP id o5mr41457340wjf.75.1433847633652; Tue, 09 Jun 2015 04:00:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Peter Ledbrook Date: Tue, 09 Jun 2015 11:00:18 +0000 Message-ID: Subject: Re: CharSequence.next() To: "dev@groovy.incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7b5d986bddb193051813aaa7 --047d7b5d986bddb193051813aaa7 Content-Type: text/plain; charset=UTF-8 > > I'm seeing some strange behaviour in GroovyCharSequenceMethodsTest, > specifically around the ++ and -- operators. The next() and previous() > methods work fine but > It seems the problems only appear when running the unit test within IntelliJ, so I'll just ignore for now. That said, the issue of the result from ''.next() still exists. Peter --047d7b5d986bddb193051813aaa7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=
I'm seeing some strange behaviour in GroovyCharSe= quenceMethodsTest, specifically around the=C2=A0++ and -- operators. The ne= xt() and previous() methods work fine but

=
It seems the problems only appear when running the unit test wit= hin IntelliJ, so I'll just ignore for now. That said, the issue of the = result from ''.next() still exists.

Peter<= /div>
--047d7b5d986bddb193051813aaa7--