Difference between revisions of "EiffelStudio 20.11 Releases"
m (→Feature removed: Added a note about removing support for obsolete syntax with an exclamation mark.) |
m (→Bug fixes: Added a note about fixing bug#19667 (test#pretty033).) |
||
Line 12: | Line 12: | ||
===Improvements=== | ===Improvements=== | ||
===Bug fixes=== | ===Bug fixes=== | ||
+ | * compiler (pretty printer): Fixed bug#19667 (test#pretty033) by making sure a space is printed before delayed arguments of an agent. | ||
+ | |||
===Feature removed=== | ===Feature removed=== | ||
* compiler: Dropped support for obsolete syntax with exclamation marks: | * compiler: Dropped support for obsolete syntax with exclamation marks: |
Revision as of 01:42, 4 September 2020
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 20.11.x Releases
Beta download: https://ftp.eiffel.com/pub/beta/
20.11.xx.yyyy (Month Day 2020)
New features
Improvements
Bug fixes
- compiler (pretty printer): Fixed bug#19667 (test#pretty033) by making sure a space is printed before delayed arguments of an agent.
Feature removed
- compiler: Dropped support for obsolete syntax with exclamation marks:
- creation instruction/expression: use
create x
andcreate {FOO} bar.make
instead of!!x
and!FOO!bar.make
; - type attachment marks: use
attached
anddetachable
instead of marks!
and?
respectively.
- creation instruction/expression: use