Hello,

Gofer doesn't likes my package naming :(


When i use:

Gofer new
       url: 'http://squeaksource.com/VMMaker';
       package: 'CMakeVMMaker';
       load.

it loads the CMakeVMMaker-EstebanLorenzano.15
however,  if i open the MC repo browser, it clearly shows that most
recent version is
CMakeVMMaker-Igor.Stasenko.16  (at the moment of writing this message)

which means that Gofer package name/version parsing logic are not in
sync with MC.

Same applies to VMMaker-oscog..

Tried to do:

Gofer new
       url: 'http://squeaksource.com/VMMaker';
       package: 'VMMaker-oscog.46';
       load.

and it barks that given version is not found.. which of course not true.


Actually i surprised that Gofer simply don't reusing the MC package
enumeration logic.. or maybe it does.. but obviously doing it wrong :)


-- 
Best regards,
Igor Stasenko AKA sig.

Reply via email to