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

Reply via email to