From 118b1b45008776936df9a509595516c082b355ac Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 1 Jun 2016 08:32:40 +0000 Subject: [PATCH] Update wikipage Major changes between ISE Eiffel 15.12 and ISE Eiffel 16.05. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1572 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki index 1c86e191..274df669 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki @@ -50,8 +50,7 @@ into The change does not allow previously void-unsafe code to be treated as void-safe, but may affect errors reported by the compiler, in particular: # VEVI errors may be now reported as VUTA(2) when a local of an attached type is used as a target of call before it is attached. -# VEVI errors may be now reported as VJAR (or the counterpart for argument -passing) when a local of an attached type is used as a source expression before it is attached. +# VEVI errors may be now reported as VJAR (or the counterpart for argument passing) when a local of an attached type is used as a source expression before it is attached. ==Improvements== @@ -70,7 +69,6 @@ passing) when a local of an attached type is used as a source expression before * Add a more efficient way to perform access on void target in non-void-safe mode by making the check only once for side-effect free entities. Avoid checks for voidness for object test locals because they are always attached. ==Bug fixes== -Bug Fixes Compiler: * Fix crash during documentation generation via the Generate documentation dialog when the project contains library that are not actually part of the system because they are conditionnaly included (see bug#19173) * Fix code analysis issue by resetting the internal data between checks (see eweasel test#codeanalysis019) * Fix .NET code generation failure causing a stack overflow.