[squeak-dev] Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)

Stephan Eggermont-3
Quoting [hidden email]:
>   20.  Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)
>
> Thanks. Anyone who is interested can try running this first:

So, how do you want to receive results?
First experiment (no Universe):

ConflictFinder findConflictsIn:{
                        'Seaside' -> [MczInstaller installFileNamed:  
'D:\conflicttest\Pharo0.1-10074-oneclick.app\Seaside2.8a1-pmm.581.mcz'].
                        'Scriptaculous' -> [MczInstaller installFileNamed:  
'D:\conflicttest\Pharo0.1-10074-oneclick.app\Scriptaculous-lr.243.mcz'].
                        'ShoreComponents' -> [MczInstaller installFileNamed:  
'D:\conflicttest\Pharo0.1-10074-oneclick.app\ShoreComponents-3-pk.39.mcz'].
                }.

Results in:
Analysing base system ...  done.
Loading Seaside ...  (response is Undeclared)  (response is  
Undeclared)  (response is Undeclared)  (response is Undeclared)  
(response is Undeclared)  (response is Undeclared)  (HttpService is  
Undeclared)  (HttpResponse is Undeclared)  (HttpResponse is  
Undeclared)  (HttpResponse is Undeclared)  (HttpResponse is  
Undeclared)  (HttpRequest is Undeclared)  (HttpRequest is Undeclared)  
done.
Loading Scriptaculous ...  (uids is Undeclared)  (uids is Undeclared) done.
Loading ShoreComponents ... done.
Analysis complete.

Stephan

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)

Philippe Marschall
2008/12/18  <[hidden email]>:

> Quoting [hidden email]:
>>
>>  20.  Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)
>>
>> Thanks. Anyone who is interested can try running this first:
>
> So, how do you want to receive results?
> First experiment (no Universe):
>
> ConflictFinder findConflictsIn:{
>                        'Seaside' -> [MczInstaller installFileNamed:
> 'D:\conflicttest\Pharo0.1-10074-oneclick.app\Seaside2.8a1-pmm.581.mcz'].
>                        'Scriptaculous' -> [MczInstaller installFileNamed:
> 'D:\conflicttest\Pharo0.1-10074-oneclick.app\Scriptaculous-lr.243.mcz'].
>                        'ShoreComponents' -> [MczInstaller installFileNamed:
> 'D:\conflicttest\Pharo0.1-10074-oneclick.app\ShoreComponents-3-pk.39.mcz'].
>                }.
>
> Results in:
> Analysing base system ...  done.
> Loading Seaside ...  (response is Undeclared)  (response is Undeclared)
>  (response is Undeclared)  (response is Undeclared)  (response is
> Undeclared)  (response is Undeclared)  (HttpService is Undeclared)
>  (HttpResponse is Undeclared)  (HttpResponse is Undeclared)  (HttpResponse
> is Undeclared)  (HttpResponse is Undeclared)  (HttpRequest is Undeclared)
>  (HttpRequest is Undeclared) done.
> Loading Scriptaculous ...  (uids is Undeclared)  (uids is Undeclared) done.
> Loading ShoreComponents ... done.
> Analysis complete.


You miss KomHttpServer, KomServices and DynamicBindings.

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] [ANN] ConflictFinder (help needed!) (Andreas Raab)

Tim Johnson
In reply to this post by Stephan Eggermont-3

On Dec 18, 2008, at 6:58 AM, [hidden email] wrote:

> So, how do you want to receive results?
> First experiment (no Universe):
>
> ConflictFinder findConflictsIn:{
> 'Seaside' -> [MczInstaller installFileNamed: 'D:\conflicttest
> \Pharo0.1-10074-oneclick.app\Seaside2.8a1-pmm.581.mcz'].
> 'Scriptaculous' -> [MczInstaller installFileNamed: 'D:
> \conflicttest\Pharo0.1-10074-oneclick.app\Scriptaculous-lr.243.mcz'].
> 'ShoreComponents' -> [MczInstaller installFileNamed: 'D:
> \conflicttest\Pharo0.1-10074-oneclick.app\ShoreComponents-3-pk.
> 39.mcz'].
> }.


Can the ConflictFinder also be told to (verbosely) follow dependencies?

Thanks,
TimJ