Re: Order of cluster searching with ace file (recent snapshot)

Damian DobroczyƄski <[email protected]> Tue, 12 Dec 2006 11:49:07 +0100
Newsgroups gmane.comp.lang.eiffel.smalleiffel
Message-ID <[email protected]>
Cyril ADRIAN napisaƂ(a):
> Hi Oliver,
> 
> On 12/8/06, Oliver Elphick <[email protected]> wrote:
>> a class that was in both local and system (in different versions) was
>> chosen from system by compile and from local by finder.  Changing the
>> order of clusters changes the result from finder but compile always
>> chooses the system cluster.
>>
>> Do finder and compile use different search algorithms?
> 
> (...) 
> - either the author wrote the class. In that case he really wants
> *that* class to be used, even if another class with the same name
> exists within the system
> (...)

How could I tell SE compiler that I want use *the* class X from a/b/c/d2
cluster in text of class Y instead of class X from a/b/c/d cluster?

D.