Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium Product-Core
New issue 151 by
[hidden email]: defaultSymbolicVersion method
should take an argument
http://code.google.com/p/metacello/issues/detail?id=151currently the defaultSymbolicVersion method does not take an argument so it
isn't possible to get access to the literal versions already defined in the
configuration ... The mechanism works for the common symbolic versions
because an instance Of MetacelloBaseConfiguration is created and it is
passed the incompletely specified project _and_ it is the queried for the
defaultSymbolicVersion ... should be simple to change the method to use an
arg and we'd be in business ...