Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Product-Core
New issue 149 by
[hidden email]: MetacelloProjectSpecLoadError: No
version found for #stable of ConfigurationOfProfStef
http://code.google.com/p/metacello/issues/detail?id=149Pharo image: Pharo1.4a#14108
Virtual machine used: Squeak4.1 of 17 April 2010 [latest update: #9957]
Platform Name: unix
Class browser used (if applicable): Browser
Steps to reproduce:
#.
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfMetacello';
load.
#.
(ConfigurationOfMetacello project version: #stable) load
#.
(ConfigurationOfMetacello project version: #stable) load: #('Tutorial').
Actual Result:
#.
MetacelloProjectSpecLoadError: No version found for #stable of
ConfigurationOfProfStef
Expected Result:
#. to load metacello tutorial.
it would be nice to show the possible values, something like
MetacelloProjectSpecLoadError: No version found for #stable of
ConfigurationOfProfStef, possible values are xxx, yyy, zzz
or
MetacelloProjectSpecLoadError: No version found for #stable of
ConfigurationOfProfStef, there are no symbolic versions.
because you don't know if it is a typo or what.
Attachments:
PharoDebug.log 29.7 KB