mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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@1582 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -56,7 +56,7 @@ The change does not allow previously void-unsafe code to be treated as void-safe
|
|||||||
==Improvements==
|
==Improvements==
|
||||||
* Improve reporting for errors in regular expressions used in include and exclude file rules in ECF by adding position information and providing error description all the time.
|
* Improve reporting for errors in regular expressions used in include and exclude file rules in ECF by adding position information and providing error description all the time.
|
||||||
|
|
||||||
* Improve performance of code using across iterator. Breaking change: custom descendants of <code>READABLE_INDEXABLE</code> may need to be updated in one of the following ways:
|
* Improve performance of code using across iterator. <span class="inline-warning">Breaking change:</span> custom descendants of <code>READABLE_INDEXABLE</code> may need to be updated in one of the following ways:
|
||||||
*# By removing <code>index_set</code>, if no backward compatibility with earlier versions of EiffelStudio is required
|
*# By removing <code>index_set</code>, if no backward compatibility with earlier versions of EiffelStudio is required
|
||||||
*# By adding an explicit redeclaration clause for <code>index_set</code>, if backward compatibility with [[Release notes for EiffelStudio 15.12|EiffelStudio 15.12]] is required:
|
*# By adding an explicit redeclaration clause for <code>index_set</code>, if backward compatibility with [[Release notes for EiffelStudio 15.12|EiffelStudio 15.12]] is required:
|
||||||
<code>
|
<code>
|
||||||
|
|||||||
Reference in New Issue
Block a user