From a2ca3bd78fc002dd1e6533c191e44092cc3aa949 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 10 Dec 2018 11:07:05 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 55 ++++++++++++++++++++++++++++++++++++++++++ lib/compiler/vsn.mk | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) (limited to 'lib/compiler') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index e0e5bc832b..7addadf82c 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,61 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.3 + +
Fixed Bugs and Malfunctions + + +

Fixed a rare internal consistency failure caused by a + bug in the beam_jump pass. (Thanks to Simon + Cornish for reporting this bug.)

+

+ Own Id: OTP-15400 Aux Id: ERL-759

+
+ +

The compiler could fail with an internal consistency + check failure when compiling code that used the + is_function/2 BIF.

+

+ Own Id: OTP-15435 Aux Id: ERL-778

+
+ +

When an external fun was used, warnings for unused + variables could be suppressed.

+

+ Own Id: OTP-15437 Aux Id: ERL-762

+
+ +

The compiler would crash when compiling an + after block that called erlang:raise/3 like + this: erlang:raise(Class, Stacktrace, + Stacktrace)

+

+ Own Id: OTP-15481

+
+
+
+ + +
Improvements and New Features + + +

When specified, the +{source,Name} option will + now override the actual file name in stack traces, + instead of only affecting the return value of + Mod:module_info().

+

The +deterministic flag will also affect stack + traces now, omitting all path information except the file + name, fixing a long-standing issue where deterministic + builds required deterministic paths.

+

+ Own Id: OTP-15245 Aux Id: ERL-706

+
+
+
+ +
+
Compiler 7.2.7
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 92f8aec424..97179b7fc4 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.2.7 +COMPILER_VSN = 7.3 -- cgit v1.2.3