Under .NET, it is possible to have static infix functions with two arguments. In that case the left and right operands of the infix call are passed as arguments of this function.
Under .NET, properties and attributes can be given assigners (setters), but the value is passed as the last argument of the assigner (instead of as the first argument in Eiffel classic).
Under .NET, it is possible to have static infix functions with two arguments. In that case the left and right operands of the infix call are passed as arguments of this function.
Under .NET, properties and attributes can be given assigners (setters), but the value is passed as the last argument of the assigner (instead of as the first argument in Eiffel classic).
Pathnames in cluster dependence constraint files 'providers.txt' and 'dependants.txt' ending with ".dll", typically representing .NET assemblies, are ignored and not shown in error messages when processing Eiffel classic systems.
Pathnames in cluster dependence constraint files 'providers.txt' and 'dependants.txt' ending with ".dll", typically representing .NET assemblies, are ignored and not shown in error messages when processing Eiffel classic systems.
It appears to be too restrictive to forbid cycles between ECF library dependences. As a consequence, removed feature ET_ADAPTED_LIBRARIES.do_ordered which assumed that there was no cycle.
It appears to be too restrictive to forbid cycles between ECF library dependences. As a consequence, removed feature ET_ADAPTED_LIBRARIES.do_ordered which assumed that there was no cycle.