From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [v3] Erlang Date: Mon, 23 May 2016 14:59:14 -0400 Message-ID: <20160523185914.GA12231@jasmine> References: <8737r2bcyv.fsf@gnu.org> <20160404033924.GA28101@jasmine> <20160404082802.GA29212@thebird.nl> <20160404165012.GA11014@jasmine> <20160404174944.GA12477@jasmine> <20160404181506.GA32004@thebird.nl> <20160405100228.GA3237@thebird.nl> <20160405184642.GA7774@jasmine> <20160409105649.GA24708@thebird.nl> <20160523114811.GA9335@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4v4e-0004tS-Qx for guix-devel@gnu.org; Mon, 23 May 2016 14:59:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4v4Z-0006gD-Tw for guix-devel@gnu.org; Mon, 23 May 2016 14:59:31 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4v4X-0006ce-K1 for guix-devel@gnu.org; Mon, 23 May 2016 14:59:27 -0400 Content-Disposition: inline In-Reply-To: <20160523114811.GA9335@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel@gnu.org, Joe Armstrong On Mon, May 23, 2016 at 01:48:11PM +0200, Pjotr Prins wrote: > Good news. The changelog for > > http://erlang.org/download/OTP-19.0-rc1.README > > says that > > OTP-13504 Application(s): compiler > > The compiler will no longer put the compilation date > and time into BEAM files. That means that two BEAM > files compiled on the same computer from the same > source code and compilation options will be identical. > > Note: If you want to find out whether a BEAM file on > disk is different from the loaded code, compared the > MD5 value obtained from Mod:module_info(md5) with the > MD5 value obtained from beam_lib:md5(BeamFileForMod)` > > This means that Erlang and Elixir may go into GNU Guix :) Indeed, great news :) I will try building it with Guix today.