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-Status: No, score=-2.6 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=no 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 6D2A91F4B4 for ; Thu, 28 Jan 2021 21:03:55 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id CA9F91209E7; Fri, 29 Jan 2021 06:03:02 +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 B225B1209E6 for ; Fri, 29 Jan 2021 06:03:00 +0900 (JST) Received: by filterdrecv-p3iad2-759c955dc9-jx5p2 with SMTP id filterdrecv-p3iad2-759c955dc9-jx5p2-20-601326B6-20 2021-01-28 21:03:50.141943022 +0000 UTC m=+4271.216612810 Received: from herokuapp.com (unknown) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id _q8FNaQWQyKP0fvBKw4Wgw for ; Thu, 28 Jan 2021 21:03:50.111 +0000 (UTC) Date: Thu, 28 Jan 2021 21:03:50 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 78191 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Misc X-Redmine-Issue-Id: 17535 X-Redmine-Issue-Author: mame X-Redmine-Sender: Eregon 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr2Zu+6wIv+Mkh+9dqIQGq?= =?us-ascii?Q?ZKtb9UXCtDJkYaOxQJGxg33ldJsoqxh2JkQIjlU?= =?us-ascii?Q?AD9pE9IpAK6wIwufqHltBIM7HGQ9x2m6Df4JL2A?= =?us-ascii?Q?XsY=2FzB2hcbPspLzbVb8H1XYnT5fjkvNqxlK=2Ft+1?= =?us-ascii?Q?dZeK9aNKO6xKfEEzxim0JS0VcaEB4X=2F0ug7z57O?= =?us-ascii?Q?h0=2FowoBOpE2JPCXHY=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 102279 Subject: [ruby-core:102279] [Ruby master Misc#17535] DevelopersMeeting20210216Japan 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 #17535 has been updated by Eregon (Benoit Daloze). * [Feature #15752] A dedicated module for experimental features (eregon) * From the discussion about RubyVM in [Feature #17500], I think it became clear that RubyVM is not a good place to put experimental features. * So, how about adding an `Experimental` or `ExperimentalFeatures` module, and add new experimental APIs there, *instead* of in RubyVM? ---------------------------------------- Misc #17535: DevelopersMeeting20210216Japan https://bugs.ruby-lang.org/issues/17535#change-90132 * Author: mame (Yusuke Endoh) * Status: Open * Priority: Normal ---------------------------------------- # The next dev meeting **Date: 2021/02/16 13:00-17:00** Place/Sign-up/Agenda/Log: *TBD* - 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. - *DO NOT* discuss then on this ticket, please. # Call for agenda items If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format: ``` * [Ticket ref] Ticket title (your name) * Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.) ``` 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. ``` - It is recommended to add a comment by 2021/02/13. We hold a preparatory meeting to create an agenda a few days before the dev-meeting. - The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format. - Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion. -- https://bugs.ruby-lang.org/