From commits-return-37911-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Sun Oct 6 23:43:35 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DEF81180667 for ; Mon, 7 Oct 2019 01:43:34 +0200 (CEST) Received: (qmail 12065 invoked by uid 500); 6 Oct 2019 23:43:34 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 12053 invoked by uid 99); 6 Oct 2019 23:43:34 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Oct 2019 23:43:34 +0000 From: GitBox To: commits@tinkerpop.apache.org Subject: [GitHub] [tinkerpop] ktstowell opened a new pull request #1208: Removing '_' from `from` GraphTraversal Method Message-ID: <157040541415.11842.5231758770053703900.gitbox@gitbox.apache.org> Date: Sun, 06 Oct 2019 23:43:34 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ktstowell opened a new pull request #1208: Removing '_' from `from` GraphTraversal Method URL: https://github.com/apache/tinkerpop/pull/1208 Removing '_' from `from` GraphTraversal Method method to match documentation (http://tinkerpop.apache.org/docs/current/reference/#addedge-step - please notice step "7" api example.) - Would require Major version bump due to breakages in backwards compatibility. - Could be a patch if we left `from_` unaltered, and added `from` which proxied the same thing. This is largely just to start a conversation so that code can be referenced in a issue. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services