[Nice-commit] Nice NEWS,1.4,1.5
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-08 20:54:26
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv28146 Modified Files: NEWS Log Message: Object super-type. Polytype simplification. Clarify changes for dynamic type inference. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** NEWS 1 Dec 2003 23:51:47 -0000 1.4 --- NEWS 8 Dec 2003 20:54:23 -0000 1.5 *************** *** 25,29 **** equals(Dummy other) = this.x == other.x; } ! * Stricter typechecking of anonymous and local functions. * Reduced memory usage when repeatedly compiling in the same JVM (eclipse plugin, ant, testsuite, ...). --- 25,33 ---- equals(Dummy other) = this.x == other.x; } ! * Object is now recognized as a super-type of every type. This allows ! easier use of Java libraries, creation of heterogeneous collections, ! and type-safe handling of values with unknown types. ! * Simplified some complex type in error messages. ! * Safe dynamic type inference in presence of anonymous and local functions. * Reduced memory usage when repeatedly compiling in the same JVM (eclipse plugin, ant, testsuite, ...). |