Gabriel,
Are you using the latest version of Metacello from github (these
instructions work for versions 3.0 and newer[1])?
The pattern matching feature is relatively new so unless you've loaded
from github, you are likely not getting the needed support ...
I think that Pharo5.0 should be built with the latest Metacello drop
from github ... but it must not be happening yet ....
Dale
[1] https://github.com/dalehenrich/metacello-work#pharo30
On 10/26/2015 04:37 PM, Gabriel Cotelli wrote:
When trying to load a baseline using the Metacello API and version
pattern matching, using the gituhb:// scheme produces an error because
it's trying to create a directory with a question mark (?).
To reproduce try in a Pharo4/5 image:
Metacello new
baseline: 'RenoirSt';
repository: 'github://gcotelli/RenoirSt:v1.?/source';
load.
Dale, Is this supposed to work? Tomorrow I will give it a try on Linux.
Thanks,
Gabriel