mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
merged from branch 20.05
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2266 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[[Property:modification_date|Wed, 11 Sep 2019 18:53:32 GMT]]
|
||||
[[Property:modification_date|Thu, 13 Aug 2020 00:59:54 GMT]]
|
||||
[[Property:publication_date|Wed, 11 Sep 2019 14:10:27 GMT]]
|
||||
[[Property:title|Eiffel programming language reserved words]]
|
||||
[[Property:link_title|Reserved words]]
|
||||
@@ -445,9 +445,7 @@ Used in an [[Eiffel programming language syntax#Inheritance parts|inheritance pa
|
||||
|
||||
===separate===
|
||||
|
||||
Reserved for future use.
|
||||
|
||||
{{Note|Used in EiffelStudio implementations version 6.8 and later to support [[Concurrent programming with SCOOP]].}}
|
||||
Used to support [[Concurrent programming with SCOOP]].
|
||||
|
||||
|
||||
===then===
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_date|Tue, 25 Aug 2020 21:32:56 GMT]]
|
||||
[[Property:publication_date|Tue, 25 Aug 2020 21:32:56 GMT]]
|
||||
[[Property:title|Using AutoTest]]
|
||||
[[Property:weight|-1]]
|
||||
[[Property:uuid|6b900a65-85c6-9cd6-ef57-ccd4b8decbef]]
|
||||
@@ -20,7 +22,7 @@ This tutorial will guide you through the use of AutoTest. A [[AutoTest|reference
|
||||
{{Caution|<br/> 1) At this time, AutoTest will work '''only''' for project targets in the '''classic Eiffel''' environment. This means that projects targeted to Microsoft .NET will not be able to use AutoTest.<br/> 2) Currently, the use of AutoTest should be '''restricted to projects built without void-safe settings'''.}}
|
||||
|
||||
|
||||
{{Recommended|During the transition to void-safe Eiffel, projects can be built using '''experimental''' mode. This mode is as stable as '''non-experimental''' mode, but includes some facilities that might break existing code in a few circumstances. However, since version 6.5, EiffelStudio itself is built in experimental mode, so '''we recommend that you use AutoTest only on projects also built using experimental mode'''. Experimental mode can be invoked by using the "-experiment" option from the command line, or on Microsoft Windows by following the '''Start''' menu path to EiffelStudio and selecting experimental mode. As of version 6.6, the mode that was '''experimental''' in previous versions, becomes the '''default''' mode.}}
|
||||
|
||||
|
||||
|
||||
{{SeeAlso|<br />[[AutoTest]] reference }}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_date|Tue, 25 Aug 2020 20:25:04 GMT]]
|
||||
[[Property:publication_date|Tue, 25 Aug 2020 20:25:04 GMT]]
|
||||
[[Property:title|AutoTest]]
|
||||
[[Property:weight|-1]]
|
||||
[[Property:uuid|1d8cc843-238e-feaa-cfa6-629f080ffba7]]
|
||||
@@ -22,8 +24,6 @@ When you use AutoTest, you control things by using two components: '''[[The Auto
|
||||
{{Caution|At this time, AutoTest will work only for project targets in the classic Eiffel environment. This means that projects targeted to Microsoft .Net will not be able to use AutoTest.}}
|
||||
|
||||
|
||||
{{Recommended|During the transition to void-safe Eiffel, projects can be built using '''experimental''' mode. This mode is as stable as '''non-experimental''' mode, but includes some facilities that might break existing code in a few circumstances. However, since version 6.5, EiffelStudio itself is built in experimental mode, so '''we recommend that you use AutoTest only on projects also built using experimental mode'''. Experimental mode can be invoked by using the "-experiment" option from the command line, or on Microsoft Windows by following the '''Start''' menu path to EiffelStudio and selecting experimental mode. }}
|
||||
|
||||
|
||||
{{SeeAlso|<br/>[[Using AutoTest]] }}
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_date|Mon, 17 Aug 2020 18:49:38 GMT]]
|
||||
[[Property:publication_date|Mon, 17 Aug 2020 08:47:20 GMT]]
|
||||
[[Property:title|Absolute time]]
|
||||
[[Property:weight|0]]
|
||||
[[Property:uuid|195849fc-1a9c-d734-2d2b-acae78133886]]
|
||||
@@ -5,6 +7,10 @@ The classes dealing with date and those dealing with time have many similarities
|
||||
|
||||
[[ref:libraries/time/reference/date_chart|DATE]] , [[ref:libraries/time/reference/time_chart|TIME]] and [[ref:libraries/time/reference/date_time_chart|DATE_TIME]] inherit from the deferred class [[ref:libraries/time/reference/absolute_chart|ABSOLUTE]]. These classes model absolute temporal values, i.e., specific times and dates. Because <eiffel>ABSOLUTE</eiffel> inherits from <eiffel>COMPARABLE</eiffel>, the ordering functions <code><</code>, <code><=</code>, <code>></code>, and <code>>=</code> are available on instances of [[ref:libraries/time/reference/absolute_chart|ABSOLUTE]] and its descendants.
|
||||
|
||||
|
||||
{{Note|The associated library "time" (also "time_german" and "time_french") are part of the distribution located at $ISE_LIBRARY\library\time\time.ecf and is also available by linking with the IRON repository.}}
|
||||
|
||||
|
||||
==TIME==
|
||||
|
||||
[[ref:libraries/time/reference/time_chart|TIME]] models times of day, supporting queries: <eiffel>hour</eiffel>, <eiffel>minute</eiffel>, and <eiffel>second</eiffel>. It is possible to use more precision for time. However, this section deals with precision only to the second. See [[More precision]] for additional information on higher precision.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_date|Mon, 17 Aug 2020 18:50:21 GMT]]
|
||||
[[Property:publication_date|Mon, 17 Aug 2020 08:39:17 GMT]]
|
||||
[[Property:title|Dates and times]]
|
||||
[[Property:weight|-13]]
|
||||
[[Property:uuid|082fd8e1-b531-6cf1-3409-9cd9bc6483ad]]
|
||||
@@ -5,3 +7,4 @@
|
||||
|
||||
|
||||
|
||||
{{Note|The associated library "time" (also "time_german" and "time_french") are part of the distribution located at $ISE_LIBRARY\library\time\time.ecf and is also available by linking with the IRON repository.}}
|
||||
Reference in New Issue
Block a user