From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 8F6911AC00A2 for ; Tue, 16 Aug 2016 11:31:53 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 2662FB5D8CF for ; Tue, 16 Aug 2016 12:05:08 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 9977F18CC80A for ; Tue, 16 Aug 2016 12:05:08 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 9E59E12043B; Tue, 16 Aug 2016 12:05:07 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 844E912040F for ; Tue, 16 Aug 2016 12:05:04 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=1sRzRRsKv0vDYe7KH0P3Se4Cbus=; b=bDLomg6Yie6xxSzIit C96NC2xb8VeMBPo+yLxT5nGgqVF6nuhcUc0eK/kxUgwfh88ifuvRmEB9Rr5JwpH4 KKAFWtL14M3Ne7Y4GT+obGZMxgBW5C5gRqX16F3+cpjzSRDQSytCH0Jn9WSP0BUv /uZdDlu4taW59XIRv4s1SCbUM= Received: by filter0496p1mdw1.sendgrid.net with SMTP id filter0496p1mdw1.18174.57B282DC1C 2016-08-16 03:05:00.3883019 +0000 UTC Received: from herokuapp.com (ec2-54-147-184-251.compute-1.amazonaws.com [54.147.184.251]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id jNYR4SEuTTOpulEWnhsFoQ for ; Tue, 16 Aug 2016 03:05:00.474 +0000 (UTC) Date: Tue, 16 Aug 2016 03:05:00 +0000 From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 51676 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11887 X-Redmine-Issue-Author: matsuda X-Redmine-Issue-Assignee: nagai X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS41IZoUex8osqu1mgosfj7kQrmPHQ3RehN3PL 5UUFTvAGm+N3mQqCiItT8jjKEyEwDFKtqT4OqSbjZ1a8+UZy1/9+iiUqXa3UEFscJF35fzOG1/ew0P k8n4p/Xs40SV8mIw5rIE1gSWPm8mD+HRJ4rCI6kEfowp8WR5kINy6cniqg== X-ML-Name: ruby-core X-Mail-Count: 76899 Subject: [ruby-core:76899] [Ruby trunk Bug#11887][Rejected] Local variable name typo in Tk X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11887 has been updated by Hiroshi SHIBATA. Status changed from Open to Rejected tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request. ---------------------------------------- Bug #11887: Local variable name typo in Tk https://bugs.ruby-lang.org/issues/11887#change-60124 * Author: Akira Matsuda * Status: Rejected * Priority: Normal * Assignee: Hidetoshi Nagai * ruby -v: ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- There's a variable name typo in ext/tk/lib/remote-tk.rb. I haven't actually run the code, but this shouldn't be working... ---Files-------------------------------- bug_11887.patch (704 Bytes) -- https://bugs.ruby-lang.org/