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=-4.1 required=3.0 tests=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 971361F462 for ; Mon, 27 May 2019 01:00:38 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B528F12099F; Mon, 27 May 2019 10:00:33 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 47AAF120A79 for ; Mon, 27 May 2019 10:00:31 +0900 (JST) Received: by filter0068p3iad2.sendgrid.net with SMTP id filter0068p3iad2-11204-5CEB36B1-2D 2019-05-27 01:00:33.552760356 +0000 UTC m=+285787.341102223 Received: from herokuapp.com (unknown [18.212.223.45]) by ismtpd0031p1mdw1.sendgrid.net (SG) with ESMTP id 8y8z0BnRTEmm1LLjA7g8Kg for ; Mon, 27 May 2019 01:00:33.377 +0000 (UTC) Date: Mon, 27 May 2019 01:00:33 +0000 (UTC) From: s+ruby@sikac.hu Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68336 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15874 X-Redmine-Issue-Author: mame X-Redmine-Sender: sikachu 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?DjCsiyJ34blQ58mwOgU+SP6Oflc0fiGskN1FEMB+=2FWpk6cf+HgUNudei5zMZ3y?= =?us-ascii?Q?91htxnCMyEEVMPtZkvi4VnlTnzIcNyYMZNB4P8Q?= =?us-ascii?Q?4S91XZb9jzXlUuohs1CJTdk7R6dU3yUcGGTzXt8?= =?us-ascii?Q?hEprsVVbju1oE9ROTMQBM1GuWpo8xRoQlNcgZbp?= =?us-ascii?Q?9zHdEEb2a3t=2FWslXff3v1p0O0CvPV6J+tuQ=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92853 Subject: [ruby-core:92853] [Ruby trunk Misc#15874] DevelopersMeeting20190613Japan 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 #15874 has been updated by sikachu (Prem Sichanugrist). * [Feature #15725] Add Array#reverse_sort, #revert_sort!, #reverse_sort_by, and #reverse_sort_by! I would like to propose these methods as the preferred way for developers to create reverse sorted array, which is to call `sort(_by).reverse!` internally. By introduce these methods, we can discourage user to use them instead of do `array.sort.reverse` (without bang) or `array.sort { |a, b| b <=> a }` which would create an unnecessary Array (after `.sort). ---------------------------------------- Misc #15874: DevelopersMeeting20190613Japan https://bugs.ruby-lang.org/issues/15874#change-78234 * Author: mame (Yusuke Endoh) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Please comment 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 ticket comments) *DO NOT* discuss then on this ticket, please. ---- Date: 2019/06/13 (Wed) Time: 14:00-17:30 (JST) Place and Sign-up: https://ruby.connpass.com/event/132888/ log: https://docs.google.com/document/d/1XP_e-3utXlCaxZLJrov6c428ZNaMPmxa3eh9MASrzkI/edit# # 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 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 is scheduled according to when/where we can reserve Matz's time. # Agenda ## Next dev-meeting ## About 2.7 timeframe ## Check security tickets ## Carry-over from previous meeting(s) None. ## From Attendees ## From non-attendees ---- Please comment 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 about 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 about this feature. ``` We don't guarantee to put tickets in agenda if the comment violate the format (because it is hard to copy&paste). -- https://bugs.ruby-lang.org/