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, 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 5116B1F462 for ; Fri, 24 May 2019 05:47:31 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 6573E120AAD; Fri, 24 May 2019 14:47:25 +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 67C03120A88 for ; Fri, 24 May 2019 14:47:23 +0900 (JST) Received: by filter0059p3mdw1.sendgrid.net with SMTP id filter0059p3mdw1-20300-5CE7856C-19 2019-05-24 05:47:24.712654904 +0000 UTC m=+45472.440757242 Received: from herokuapp.com (unknown [184.73.130.48]) by ismtpd0027p1mdw1.sendgrid.net (SG) with ESMTP id hpfWhY-nTd2BO1w1-8FlcA for ; Fri, 24 May 2019 05:47:24.737 +0000 (UTC) Date: Fri, 24 May 2019 05:47:24 +0000 (UTC) From: duerst@it.aoyama.ac.jp Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68299 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15750 X-Redmine-Issue-Author: duerst X-Redmine-Issue-Assignee: duerst X-Redmine-Sender: duerst 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?uQY=2F2xNrNfHHTWbKn6MBvvzfU5Pqk9I4lnOVb0CFDuv0DmAL2JAo=2Fhr4nOFxv=2F?= =?us-ascii?Q?CMavdFnX0yX1PUQzDF56SoMTFuIs6G6FFQWt47Y?= =?us-ascii?Q?KPRuHUmuVjezJ5LAoteflbCp0yXIr8jT2ojG8XM?= =?us-ascii?Q?wH1TaSd+DcR8MYt+N7Gwx5VRW13RXizrNA4RH1a?= =?us-ascii?Q?rIE9ZDgfW0fIVnUzPaOqhO51xxZnaCglqcw=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92815 Subject: [ruby-core:92815] [Ruby trunk Misc#15750] Switch Unicode Version 12.1.0 back from beta to final 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15750 has been updated by duerst (Martin D=FCrst). Status changed from Open to Closed Completed with commit e713c2bde8 ---------------------------------------- Misc #15750: Switch Unicode Version 12.1.0 back from beta to final https://bugs.ruby-lang.org/issues/15750#change-78189 * Author: duerst (Martin D=FCrst) * Status: Closed * Priority: Normal * Assignee: duerst (Martin D=FCrst) ---------------------------------------- The final version of Unicode 12.1.0 will be published on May 7 (May 8 Japan= ese timezone). We should make sure that we switch from `UNICODE_BETA =3D YE= S` back to `UNICODE_BETA =3D NO`. However, this has to be done very carefully. We have to make sure that ther= e are no substantial changes in the files we depend on. If there are no suc= h changes, the change should be easy. If there are such changes, we have to= make sure they actually get downloaded on environments (esp. CI) that need= them. We will need changes to tool/downloader.rb; in particular, the following co= de ``` raise "Although Unicode is not in beta, file #{index_file} exists= . " + "Remove all files in this directory and in .downloaded-cach= e/ " + "because they may be leftovers from the beta period." ``` will have to be removed or deactivated temporarily. -- = https://bugs.ruby-lang.org/ Unsubscribe: