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.9 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 D2D221F462 for ; Sun, 2 Jun 2019 05:00:32 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 1DE8B1209F5; Sun, 2 Jun 2019 14:00:22 +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 D20C4120A14 for ; Sun, 2 Jun 2019 14:00:19 +0900 (JST) Received: by filter0190p3mdw1.sendgrid.net with SMTP id filter0190p3mdw1-28767-5CF357E3-2D 2019-06-02 05:00:19.565442581 +0000 UTC m=+368199.053920146 Received: from herokuapp.com (unknown [107.22.157.41]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id xWuPG8lmSGCWkoqNBFNYNw for ; Sun, 02 Jun 2019 05:00:19.703 +0000 (UTC) Date: Sun, 02 Jun 2019 05:00:19 +0000 (UTC) From: merch-redmine@jeremyevans.net Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68405 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15890 X-Redmine-Issue-Author: hajma X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: jeremyevans0 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?RVE3t853K5scBhbmJHUzZTFFeVC=2FZSUmHZ0Dc+26wcEi2CTgsF1oz0wTSSxGGN?= =?us-ascii?Q?BILcoRLeoi13aGqITSLAf6lFQq=2FAVV=2Fv8Iptcvm?= =?us-ascii?Q?jVVa9H4K60kLzjUWkpQKoYAwZh8lrigx=2FO+c=2FVW?= =?us-ascii?Q?yclMDNPW+VhqMFtY1dLFYKlu6YC7ATw4hOU5wg+?= =?us-ascii?Q?njMI0jzc99TPMQp91l5xGFIPBuaEiXb+UvQ=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92928 Subject: [ruby-core:92928] [Ruby trunk Bug#15890] psych.so is not deterministic 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 #15890 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Closed hsbt merged the pull request, so this can be closed. ---------------------------------------- Bug #15890: psych.so is not deterministic https://bugs.ruby-lang.org/issues/15890#change-78303 * Author: hajma (hajma hajma) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- psych.so is not binary identical across builds (it's hash changes), as the order of its sources is random. You probably want to add a sort to https://github.com/ruby/ruby/blob/6a5e89e23c433199f926d757481bc3c29fce7854/ext/psych/extconf.rb#L16 just like it's at https://github.com/ruby/ruby/blob/6a5e89e23c433199f926d757481bc3c29fce7854/lib/mkmf.rb#L2230 -- https://bugs.ruby-lang.org/