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=-4.1 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY 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 9A6411F4B4 for ; Mon, 19 Oct 2020 14:55:42 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E0248120A1C; Mon, 19 Oct 2020 23:55:00 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id B6795120A14 for ; Mon, 19 Oct 2020 23:54:58 +0900 (JST) Received: by filterdrecv-p3iad2-fb4b446ff-62sbg with SMTP id filterdrecv-p3iad2-fb4b446ff-62sbg-17-5F8DA8E4-7A 2020-10-19 14:55:32.797630618 +0000 UTC m=+573178.372036627 Received: from herokuapp.com (unknown) by ismtpd0103p1iad2.sendgrid.net (SG) with ESMTP id rVCx07wzRXaLqmPWXLI-Gw for ; Mon, 19 Oct 2020 14:55:32.751 +0000 (UTC) Date: Mon, 19 Oct 2020 14:55:32 +0000 (UTC) From: mame@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 76298 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Feature X-Redmine-Issue-Id: 17266 X-Redmine-Issue-Author: mame X-Redmine-Sender: mame 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?EJh2gqwnyqXtd++xo=2FinyA1V0bXouTB4FkWnzNiKb4=2FP=2F8hc3vxDaSVKwh7kUV?= =?us-ascii?Q?OXH3qo5Ielps9HF1RtmpreDLV8U5EycXbtL=2FGVj?= =?us-ascii?Q?dJrc1sa19TCG86O4TT3n4qRHFPdfvgaPne5gE+a?= =?us-ascii?Q?SWEOdZn4ul=2F9JlvL7ZRqErOIJTwtIvaknhT6S0t?= =?us-ascii?Q?HeDQ1bIkiAyHjEl7HwkQbqZJ+oR0EcFrwOZhtLj?= =?us-ascii?Q?MWdB46q=2Fk2n=2FARseM=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 100428 Subject: [ruby-core:100428] [Ruby master Feature#17266] Bundle TypeProf 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 #17266 has been reported by mame (Yusuke Endoh). ---------------------------------------- Feature #17266: Bundle TypeProf https://bugs.ruby-lang.org/issues/17266 * Author: mame (Yusuke Endoh) * Status: Open * Priority: Normal ---------------------------------------- I'm working on bundling [TypeProf](https://github.com/ruby/typeprof), a type analyzer for non-annotated Ruby code, with Ruby 3.0. The following PR bundles TypeProf as a bundled gem. https://github.com/ruby/ruby/pull/3668 Matz was very positive to bundle it with Ruby 3.0, but just for case, I'd like to get approval from matz in a public ticket. I hope we can bundle it in 3.0 preview 2. For TypeProf, please see my talk at RubyKaigi Takeout 2020: * https://rubykaigi.org/2020-takeout/presentations/mametter.html * https://www.youtube.com/watch?v=6KcFdQWp8W0 -- https://bugs.ruby-lang.org/