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_MED,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 DA94B1F4B4 for ; Wed, 28 Oct 2020 12:19:54 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 395B4120B0F; Wed, 28 Oct 2020 21:19:13 +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 08079120B0E for ; Wed, 28 Oct 2020 21:19:09 +0900 (JST) Received: by filterdrecv-p3las1-59c958db66-m6z2z with SMTP id filterdrecv-p3las1-59c958db66-m6z2z-19-5F9961E0-1E 2020-10-28 12:19:44.283822419 +0000 UTC m=+128359.728130014 Received: from herokuapp.com (unknown) by ismtpd0047p1mdw1.sendgrid.net (SG) with ESMTP id k5SNHZXvSPesKwZ6vhem_Q for ; Wed, 28 Oct 2020 12:19:44.163 +0000 (UTC) Date: Wed, 28 Oct 2020 12:19:44 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 76492 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Feature X-Redmine-Issue-Id: 17266 X-Redmine-Issue-Author: mame X-Redmine-Issue-Assignee: 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr2mlPKAb3wiR=2FgI1=2FclvO?= =?us-ascii?Q?fxLwLjrkFj6gmUN+M3ShJ7Lm51kSga3sJXKFk8+?= =?us-ascii?Q?R5UlApH7vBGifn7Ei1nWgCDYnWdYQ7FXvzNaRZ9?= =?us-ascii?Q?jpbo26XVjX=2FGr4Lp0GBCmUgNhMVYR5cjQ8+Txlw?= =?us-ascii?Q?2Vhtew6SbrMfl4I70TwidYo4dy5vWa1=2FQFqdY+5?= =?us-ascii?Q?lAlUXCVVpHYGe7x80=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 100620 Subject: [ruby-core:100620] [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 updated by Eregon (Benoit Daloze). mame (Yusuke Endoh) wrote in #note-5: > Okay, I'll add it. Thanks. > Sorry. In (far) future, I'd like to improve TypeProf to use AST instead of bytecodes if this project is considered successful. But it requires huge development resource, and there are still many TODOs for typeprof develpoment, so I cannot afford it in near future. (Some people including matz involved in the design of typeprof, but I have developed it alone.) I think it's not a big issue if TypeProf is meant only as a CLI/standalone tool, and not a gem to `require` at runtime. Then people can generate .rbs files on CRuby, but still do everything else on any other Ruby implementation. (the AST has more information than bytecode, so I guess it could be useful for TypeProf, but it might be more work to process it) ---------------------------------------- Feature #17266: Bundle TypeProf https://bugs.ruby-lang.org/issues/17266#change-88253 * Author: mame (Yusuke Endoh) * Status: Closed * Priority: Normal * Assignee: mame (Yusuke Endoh) ---------------------------------------- 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/