Online Eiffel Documentation |
Documentation Home > Tools > EiffelStudio > EiffelStudio Reference > Compiler > Compiler History |
EiffelStudio |
Major changes between ISE Eiffel 5.0 and ISE Eiffel 5.1 |
And the following limitations:
Those limitations should disappear with 5.2 which will be the official release that fully supports .NET
In a system that has a generic class CLIENT with constraint `G -> SUPPLIER create make end', where the creation procedure of SUPPLIER is exported to {CLIENT}. If another class has an attribute `x: CLIENT [SUPPLIER]' the compiler reports a VTCG error, though it should accept the classes.
ec -flat -all ec -short -all ec -flatshort -all ec -flat -all_and_parents ec -short -all_and_parents ec -flatshort -all_and_parents
io.put_string ("foo%N") io.error.put_string ("bar%N")
you get the following output when simply launched from the command line:
foo bar
however if you do:
my_program >& RESULT
to redirect both standard and error outputs to RESULT you get in the RESULT file this incorrect content:
bar foo
Copyright 1993-2006 Eiffel Software. All rights reserved. |