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.8 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,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 F25E81F453 for ; Mon, 21 Jan 2019 03:47:02 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 364E612153B; Mon, 21 Jan 2019 12:46:59 +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 C2F6C121506 for ; Mon, 21 Jan 2019 12:46:56 +0900 (JST) Received: by filter0105p3iad2.sendgrid.net with SMTP id filter0105p3iad2-19164-5C4540AE-1A 2019-01-21 03:46:54.651240133 +0000 UTC m=+542457.508863336 Received: from herokuapp.com (ec2-54-205-253-189.compute-1.amazonaws.com [54.205.253.189]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id blBtpSJ8QhOtWraTSllGpg for ; Mon, 21 Jan 2019 03:46:54.568 +0000 (UTC) Date: Mon, 21 Jan 2019 03:46:55 +0000 (UTC) From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 66646 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15546 X-Redmine-Issue-Author: shyouhei 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6TbOFxbA4YyjwCwOSECmJWv96uG30Xl9l9hs sWpE36wrhq8u1INvsI5+SierFfGZT5PFKyux7x4dgnXyNHdT3qWsd6/wii/ycgnPYcs1THriwqcJRE ubuuRo2rUL1du7FvglhhsEOEtSH22641t/zWb55P0zkqgmt3WjFm3Z637g== X-ML-Name: ruby-core X-Mail-Count: 91199 Subject: [ruby-core:91199] [Ruby trunk Misc#15546] DevelopersMeeting20190207Japan 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 #15546 has been updated by hsbt (Hiroshi SHIBATA). The ancient issues that is no response. I'm okay to discuss them with our spare time of this meeting. * [Feature #11796] [PATCH] Refactor reduce call get_stat(): nobu? * [Feature #11710] [PATCH] Replace Set#merge with Set#merge! and make Set#merge non-mutating.: knu? * [Feature #10782] Patch: Add constants for BigDecimal for ZERO, ONE, TEN: mrkn? * [Feature #10459] [PATCH] rfc3339 method for Time: akr? * [Feature #9556] Add HTTP#get block functionality to HTTP.get: naruse? ---------------------------------------- Misc #15546: DevelopersMeeting20190207Japan https://bugs.ruby-lang.org/issues/15546#change-76431 * Author: shyouhei (Shyouhei Urabe) * 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/02/07 (Thu) Time: 13:00-17:00 (JST) Place: MoneyForward.com (Tokyo, Japan) Sign-up: https://ruby.connpass.com/event/117659/ log: https://docs.google.com/document/d/e/2PACX-1vRbZsyab3LFwhcti973QNpaifVgdJHdxu00V0qdXk6EPv76OzfPRbqQHyUqIVhlWF7-HBv0QiIivrQ2/pub logedit: https://docs.google.com/document/d/1U498rgriOF4094D9UKBJyjt0PFzXFvGSvMqLjci2AN8/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) ## From Attendees ## From non-attendees * [Feature #6470] Make attr_accessor return the list of generated method (eregon) * I think not all related issues were considered. There are use cases, both for private attr_* and other modifiers (e.g., volatile, atomic, tracing accesses, getter/setter decorators, etc). ---- 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/