From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 693341F4BD for ; Thu, 3 Oct 2019 23:30:14 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DACFE120A35; Fri, 4 Oct 2019 08:30:03 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 60503120956 for ; Fri, 4 Oct 2019 08:30:02 +0900 (JST) Received: by filter0167p3mdw1.sendgrid.net with SMTP id filter0167p3mdw1-25285-5D96847E-2F 2019-10-03 23:30:06.36418171 +0000 UTC m=+18957.084091403 Received: from herokuapp.com (unknown [54.81.242.65]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id jeWwAQfeQd68zIFAM5FZvg for ; Thu, 03 Oct 2019 23:30:06.507 +0000 (UTC) Date: Thu, 03 Oct 2019 23:30:06 +0000 (UTC) From: merch-redmine@jeremyevans.net Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70798 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16232 X-Redmine-Issue-Author: mame X-Redmine-Sender: jeremyevans0 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: =?us-ascii?Q?RVE3t853K5scBhbmJHUzZTFFeVC=2FZSUmHZ0Dc+26wcEi2CTgsF1oz0wTSSxGGN?= =?us-ascii?Q?BI3AVRD6RuX6dkPxp11gmf3=2FeJX5id3yW7ihB0z?= =?us-ascii?Q?jOr8gz0+C6l4b4X8U7zvzjAJeft0y+NF+YA6J5l?= =?us-ascii?Q?p9Wkp2aVMVbWUePWesm7JYlLL5QnqqRMhGM7aCK?= =?us-ascii?Q?RnsbVmxcKAcvq3h8O9CzZJRnCNJyDmtk8mA=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95211 Subject: [ruby-core:95211] [Ruby master Misc#16232] DevelopersMeeting20191017Japan 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 #16232 has been updated by jeremyevans0 (Jeremy Evans). * [Bug #10314] Default argument lookup fails in Ruby 2.2 for circular shadowed variable names (jeremyevans) * Do we want to change `def foo(bar=bar)` from warning to SyntaxError using the patch? * [Bug #11055] autoload resets private_constant (jeremyevans) * Do we want to copy constant visibility information across the autoload using the patch? * [Bug #13249] Access modifiers don't have an effect inside class methods in Ruby >= 2.3 (jeremyevans) * Do we want to add a warning for misuse of method visibility methods using the patch? * [Bug #15267] File.basename + File.extname does not restore the original name (jeremyevans) * Do we want to make them restore the original name using the patch? ---------------------------------------- Misc #16232: DevelopersMeeting20191017Japan https://bugs.ruby-lang.org/issues/16232#change-81885 * Author: mame (Yusuke Endoh) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Please comment on your favorite ticket numbers you want to ask to discuss with your *SHORT* comment or summary. (your summary/comment will help us because we don't need to read all of the ticket comments) *DO NOT* discuss then on this ticket, please. ---- Date: 10/17 13:00-17:00 Place and Sign-up: (See the Log) log: https://docs.google.com/document/d/1-IC98nOPY_FZnne2PXILYAaxt6PqHfhphAI908K3vD8 # NOTES - Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker. - Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly. - Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue). - We will write a log about the discussion to a file or to each ticket in English. - All activities are best-effort (keep in mind that most of us are volunteer developers). - The date, time and place are scheduled according to when/where we can reserve Matz's time. # Agenda ## Next dev-meeting ## About 2.7 timeframe ## Check security tickets ## Discussion ---- Please comment on your favorite ticket we need to discuss with *the following format*. ``` * [Ticket ref] Ticket title (your name) * your comment why you want to put this ticket here if you want to add. ``` Your comment is very important if you are no attendee because we can not ask why you want to discuss it. Example: ``` * [Feature #14609] `Kernel#p` without args shows the receiver (ko1) * I feel this feature is very useful and some people say :+1: so let discuss this feature. ``` We don't guarantee to put tickets in the agenda if the comment violates the format (because it is hard to copy&paste). **A short summary of a ticket is strongly recommended. We cannot read all discussion of the ticket in a limited time.** A proposal is often changed during the discussion, so it is very helpful to summarize the latest/current proposal, post it as a comment in the ticket, and write a link to the comment. -- https://bugs.ruby-lang.org/