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 CB4061FF9C for ; Tue, 27 Oct 2020 18:08:55 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E98D21209DC; Wed, 28 Oct 2020 03:08:12 +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 DBFB61209D7 for ; Wed, 28 Oct 2020 03:08:09 +0900 (JST) Received: by filterdrecv-p3las1-59c958db66-9jfqh with SMTP id filterdrecv-p3las1-59c958db66-9jfqh-19-5F98622E-40 2020-10-27 18:08:46.250717625 +0000 UTC m=+62893.086121782 Received: from herokuapp.com (unknown) by ismtpd0025p1iad2.sendgrid.net (SG) with ESMTP id kf65M8zGR0a60blJNiD1BA for ; Tue, 27 Oct 2020 18:08:46.129 +0000 (UTC) Date: Tue, 27 Oct 2020 18:08:46 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 76481 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr1XsnMtfaS8wnnckPFA3m?= =?us-ascii?Q?wmaRUwoYfpgABKa8t2YzaHdG8NHLDXGouLhBner?= =?us-ascii?Q?2oIvnj+olIMr4KdJIisOowOXy0eBUApJPI6A0In?= =?us-ascii?Q?AXBXhUBTL4QlkbtMPy0+d7oq7laUyQLqPv3hpC5?= =?us-ascii?Q?Owyk0pLyqIn4C9tB15HqmM5IHG8zdM4QXa62Bbp?= =?us-ascii?Q?PpzK0Gwzx=2F0sbcSIA=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 100609 Subject: [ruby-core:100609] [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). Since TypeProf [depends on CRuby bytecodes](https://github.com/ruby/typeprof/blob/master/lib/typeprof/iseq.rb), probably it should be excluded on alternative implementations since it won't work? Or maybe still ship it but raise a nice error if used on `RUBY_ENGINE != "ruby"`? I think there might be expectations that all bundled gems for a given version are available on all Ruby implementations. ---------------------------------------- Feature #17266: Bundle TypeProf https://bugs.ruby-lang.org/issues/17266#change-88240 * 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/