Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A0527200CE0 for ; Thu, 27 Jul 2017 06:07:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9CE9516A1A2; Thu, 27 Jul 2017 04:07:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DA20616A198 for ; Thu, 27 Jul 2017 06:07:34 +0200 (CEST) Received: (qmail 62160 invoked by uid 500); 27 Jul 2017 04:07:33 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 62149 invoked by uid 99); 27 Jul 2017 04:07:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2017 04:07:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E2AEE02FE; Thu, 27 Jul 2017 04:07:33 +0000 (UTC) From: twogee To: dev@ant.apache.org Reply-To: dev@ant.apache.org References: In-Reply-To: Subject: [GitHub] ant-ivy issue #53: Suppressed warnings Content-Type: text/plain Message-Id: <20170727040733.2E2AEE02FE@git1-us-west.apache.org> Date: Thu, 27 Jul 2017 04:07:33 +0000 (UTC) archived-at: Thu, 27 Jul 2017 04:07:35 -0000 Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/53 I'm sorry for not explaining the point with all the changes around foreach loops: they take anything that is iterable rather than an array (which Ivy is very fond of API-wise) and by doing so allow for API changes where a collection is a more natural choice (vis-à-vis streams in Java 8+). I was first afraid that a change of API might be necessary sooner rather than later (because of inconsistencies in generics). That is avoided for now, but should the question be raised again, this PR tries to lay a groundwork indicating a direction of a preferred change. --- 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@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org