SmallEiffel bug / not yet implemented list
 
[o]  There are some knows bugs in class BIT (do not report these please, except when you cannot work around the problem). 
[o]  Using renaming on an inherited external "SmallEiffel" feature may crash the compiler. 
[o]  Exceptions, rescue clause and class EXCEPTION are not yet implemented. 
[o]  The strip instruction is parsed but not yet implemented. 
[o]  Incomplete ELKS compatibility... but we are improving it. 
[o]  Command line arguments cannot be given as argument of the root procedure (not yet implemented). 
For the time being, you can use features of GENERAL. 
[o]  The deep_* family is not yet implemented (deep_copy, deep_clone, ...). I am also teaching my students that a good class does not need deep_* features ;-). In a good class is_equal and copy should be redefined so that clone and equal works fine. 
[o]  Bug: the infix operator "^" has left associativity (should be right). 
[Line]
Copyright © Dominique COLNET and Suzanne COLLIN - <colnet@loria.fr>
Last update: Thursday April 9th, 1998