From notifications-return-4880-archive-asf-public=cust-asf.ponee.io@freemarker.incubator.apache.org Fri Jan 5 20:25:11 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 3E57A180647 for ; Fri, 5 Jan 2018 20:25:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2D11C160C27; Fri, 5 Jan 2018 19:25:11 +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 739DB160C15 for ; Fri, 5 Jan 2018 20:25:10 +0100 (CET) Received: (qmail 39944 invoked by uid 500); 5 Jan 2018 19:25:09 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 39935 invoked by uid 99); 5 Jan 2018 19:25:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2018 19:25:09 +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 40BA1C249C for ; Fri, 5 Jan 2018 19:25:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.03 X-Spam-Level: X-Spam-Status: No, score=-4.03 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id rvn0hX7lX3dE for ; Fri, 5 Jan 2018 19:25:07 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 536025F470 for ; Fri, 5 Jan 2018 19:25:06 +0000 (UTC) Received: (qmail 39922 invoked by uid 99); 5 Jan 2018 19:25:05 -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; Fri, 05 Jan 2018 19:25:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B372DFF75; Fri, 5 Jan 2018 19:25:05 +0000 (UTC) From: woonsan To: notifications@freemarker.incubator.apache.org Reply-To: notifications@freemarker.incubator.apache.org Message-ID: Subject: [GitHub] incubator-freemarker pull request #42: FREEMARKER-55: cleanups by improving ... Content-Type: text/plain Date: Fri, 5 Jan 2018 19:25:05 +0000 (UTC) GitHub user woonsan opened a pull request: https://github.com/apache/incubator-freemarker/pull/42 FREEMARKER-55: cleanups by improving StringToIndexMap and CallableUtils You can merge this pull request into a Git repository by running: $ git pull https://github.com/woonsan/incubator-freemarker feature/FREEMARKER-55-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-freemarker/pull/42.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 #42 ---- commit 0f45c1da0b372b56d3c3808837a4060778c97834 Author: Woonsan Ko Date: 2018-01-05T18:54:03Z FREEMARKER-55: cleanups with new #of(StringToIndexMap, Entry...) commit ba39a0bc5031dc1fe02b422895f0518ce7a5e713 Author: Woonsan Ko Date: 2018-01-05T18:56:49Z FREEMARKER-55: remove unused _ArrayUtils commit ce78134ece2ad0df653538ebdd244bd0a5806679 Author: Woonsan Ko Date: 2018-01-05T19:20:40Z FREEMARKER-55: moving #getLastPredefinedNamedArgumentIndex() to CallableUtils ---- ---