Login  Register

Re: Hubcap questions

Posted by Stephan Eggermont-3 on Jan 19, 2015; 6:04pm
URL: https://forum.world.st/Hubcap-questions-tp4800428p4800435.html

Hernán wrote:
>My goal is to search the contents of the Description form field in SmalltalkHub.
>I don't know if matches the design and idea of Hubcap (really nice package BTW).
>I wonder if anyone (Torsten?) tried to download all package metadata first and perform off-line search?

What I did was take a look at mcx history and try to derive the latest one, and then use the
Moose mczimporter to derive a list of signatures of (possibly) sent messages.
The idea was to find out when packages change in a non-compatible way.
 
>Someone posted time ago a list of all repositories, can you share how to do it?

The code for that is in
  http://smalltalkhub.com/mc/StephanEggermont/DeprecationFinder/main

The code is deliberately slowed down to not bring down smalltalkhub.

Stephan