From 7c3bea6e1bbea7490cd30bbd188f3471f2d96ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Mon, 10 Sep 2018 13:09:40 +0200 Subject: Fix include-path regression caused by dd0a39c Include paths don't actually affect code generation in any way, but it's reasonable for a build tool like rebar3 to recompile when the include paths change. This commit restores the old behavior without the +deterministic flag. --- lib/compiler/src/compile.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/compiler/src/compile.erl b/lib/compiler/src/compile.erl index 4203d79913..bdb52a02ad 100644 --- a/lib/compiler/src/compile.erl +++ b/lib/compiler/src/compile.erl @@ -1562,7 +1562,6 @@ effects_code_generation(Option) -> binary -> false; verbose -> false; {cwd,_} -> false; - {i,_} -> false; {outdir, _} -> false; _ -> true end. -- cgit v1.2.3 From 695de90e7e21e79464922071cb5f8b3fb0fe1bbf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 11 Sep 2018 15:14:08 +0200 Subject: Update version numbers --- lib/compiler/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index a7bf0f904a..c9036d0178 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.1.5.1 +COMPILER_VSN = 7.1.5.2 -- cgit v1.2.3 From 1f3adc9fbfd1bb87e06e176d0b3717683ded8adb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 11 Sep 2018 15:14:14 +0200 Subject: Update release notes --- lib/compiler/doc/src/notes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 0a4e25cf97..6aa662b79a 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,22 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.1.5.2 + +
Fixed Bugs and Malfunctions + + +

Fix a regression in OTP-15204 that removed + .beam file metadata that some external build tools + relied on.

+

+ Own Id: OTP-15292

+
+
+
+ +
+
Compiler 7.1.5.1
Fixed Bugs and Malfunctions -- cgit v1.2.3