Update wikipage Eiffel compatibility options. (Signed-off-by:alexk).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1596 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-06-26 05:43:50 +00:00
parent d10cb0356f
commit 067d834eba

View File

@@ -33,7 +33,7 @@ The table below shows project settings that, depending upon their values, can af
|- |-
| [[Syntax level variant settings by version|Standard syntax]] | [[Syntax level variant settings by version|Standard syntax]]
| Enforce current standard syntax. | Enforce current standard syntax.
| [[Release notes for EiffelStudio 7.0 | 7.0]] and more recent | [[Release notes for EiffelStudio 7.0 | 7.0]] and [[EiffelStudio release notes | more recent]]
|- |-
| [[Syntax level variant settings by version|Provisional syntax]] | [[Syntax level variant settings by version|Provisional syntax]]
| Like Transitional syntax, but also allow not-yet-approved constructs. | Like Transitional syntax, but also allow not-yet-approved constructs.
@@ -45,7 +45,7 @@ The table below shows project settings that, depending upon their values, can af
|- |-
| True | True
| Features of parent classes are rechecked for validity in heir classes. | Features of parent classes are rechecked for validity in heir classes.
| [[Release notes for EiffelStudio 7.3 | 7.3]] and more recent | [[Release notes for EiffelStudio 7.3 | 7.3]] and [[EiffelStudio release notes | more recent]]
|- |-
| False | False
| No recheck performed. | No recheck performed.
@@ -57,7 +57,7 @@ The table below shows project settings that, depending upon their values, can af
|- |-
| True | True
| <code>x: T</code> is treated like <code>x: attached T</code> | <code>x: T</code> is treated like <code>x: attached T</code>
| [[Release notes for EiffelStudio 7.0 | 7.0]] and more recent | [[Release notes for EiffelStudio 7.0 | 7.0]] and [[EiffelStudio release notes | more recent]]
|- |-
| False | False
| <code>x: T</code> is treated like <code>x: detachable T</code> | <code>x: T</code> is treated like <code>x: detachable T</code>
@@ -85,7 +85,7 @@ The table below shows project settings that, depending upon their values, can af
|- |-
| Complete | Complete
| Complete checking against all void-safety validity rules ignoring any unsafe CAPs. | Complete checking against all void-safety validity rules ignoring any unsafe CAPs.
| [[Release notes for EiffelStudio 14.05 | 14.05]] and more recent | [[Release notes for EiffelStudio 14.05 | 14.05]] and [[EiffelStudio release notes | more recent]]
|} |}