Changeset 2315 for cobra/trunk/Developer/IntermediateReleaseNotes.text
- Timestamp:
- 03/12/10 09:25:11 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/IntermediateReleaseNotes.text
r2301 r2315 54 54 55 55 * Added support for chain comparisons such as `0 <= i < 9`. 56 57 * Cobra's use of `decimal` has advantages around accuracy, but can also cause confusion when using libraries that are centered around `float`. The compiler now detects this situation and suggests, via warning: 58 59 An above error about numeric types indicates that you may want to set the default numeric type with "@number [expectedType]" in a source file or "cobra -number:[expectedType]" at the command line. 56 60 57 61



