On 20 January 2011 21:36, Lukas Renggli <renggli@gmail.com> wrote:
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)
Following the coventions your name is 'Igor' and the package is on the branch 'Stasenko'. Gofer proritizes the main branch.
how about retrieving the latest version regardless of branch? Can you provide an example how to tell Gofer to load it?
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.
'VMMaker-oscar.46' is clearly not a package name, use #version: to refer to a specific version.
okay, i doing: Gofer new url: 'http://squeaksource.com/VMMaker'; package: 'VMMaker-oscog'; resolved an Array(a GoferResolvedReference name: 'VMMaker-oscog-Igor.Stasenko.47') hmm.. that doesn't looks right, isnt? Because as you said, following the coventions author's name is 'Igor' and the package is on the branch 'Stasenko' And since Gofer prioritizes main branch, the resolved version should be VMMaker-oscog.46 or i again misunderstood?
Actually i surprised that Gofer simply don't reusing the MC package enumeration logic.. or maybe it does.. but obviously doing it wrong :)
Please study the documentation in the class comment of Gofer.
Lukas
-- Lukas Renggli www.lukas-renggli.ch
-- Best regards, Igor Stasenko AKA sig.