Difference between revisions of "EiffelStudio 18.11 Releases"
m (→Bug fixes: Cosmetics.) |
m (→Improvements: Added a note about improvements in UUID_GENERATOR.) |
||
Line 9: | Line 9: | ||
===New features=== | ===New features=== | ||
===Improvements=== | ===Improvements=== | ||
+ | *library (uuid): Marked <e>{UUID_GENERATOR}.generate_uuid</e> as a class feature and made the code of the class SCOOP-compatible. | ||
+ | |||
===Bug fixes=== | ===Bug fixes=== | ||
*code analyzer: test#codeanalysis031 - Fixed a bug when a previously assigned variable was reported as unread (''CA020'') when it was both a target of a creation instruction and an argument to the corresponding creation procedure. | *code analyzer: test#codeanalysis031 - Fixed a bug when a previously assigned variable was reported as unread (''CA020'') when it was both a target of a creation instruction and an argument to the corresponding creation procedure. |
Revision as of 02:29, 27 July 2018
Below are not the release notes of EiffelStudio. It is the change log of EiffelStudio intermediate releases and the most important changes are highlighted in green or in red (for breaking changes). The release notes of EiffelStudio can be found at the following URL. You can also download the latest revision here. Information about other version can be found under Category:Releases.
EiffelStudio 18.11.x Releases
Beta download: https://ftp.eiffel.com/pub/beta/18.11/
18.11.xx.yyyy ()
New features
Improvements
- library (uuid): Marked
{UUID_GENERATOR}.generate_uuid
as a class feature and made the code of the class SCOOP-compatible.
Bug fixes
- code analyzer: test#codeanalysis031 - Fixed a bug when a previously assigned variable was reported as unread (CA020) when it was both a target of a creation instruction and an argument to the corresponding creation procedure.