[Nice-commit] Nice/web safety.xml,1.5,1.6
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-11 15:30:35
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv21817/web Modified Files: safety.xml Log Message: Dynamic type inference on instanceof is now implemented (since 0.9.2). Index: safety.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/safety.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** safety.xml 24 Aug 2003 12:59:20 -0000 1.5 --- safety.xml 11 Nov 2003 15:30:31 -0000 1.6 *************** *** 351,355 **** </listitem> <listitem> ! <para>safe version of <literal>instanceof</literal> (work in progress)</para> <para> --- 351,355 ---- </listitem> <listitem> ! <para>safe version of <literal>instanceof</literal></para> <para> *************** *** 378,385 **** </para> - <para> - This feature is being worked on. It is not present in the last - released version of the compiler. - </para> </listitem> </orderedlist> --- 378,381 ---- |