ok its even worse I cannot load my project even with
Metacello new baseline:
'CPPBridge' ; repository: 'github://kilon/CPPBridger:master';load.
it does not download the zip file and of course complains that it cannot find it
what you people have done to my beloved Pharo ? .....
OrderedCollection(Object)>>errorSubscriptBounds:
OrderedCollection>>at:
StandardFileStream class>>readOnlyFileDoesNotExistUserHandling:
MorphicUIManager>>fileDoesNotExistsDefaultAction:
FileDoesNotExistException>>defaultAction
UndefinedObject>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
FileDoesNotExistException(Exception)>>pass
[ :ex |
self class retryPackageResolution
���� ��ifFalse: [ ex pass ].
retryCount >= 2
���� ��ifTrue: [ (ex isKindOf: GoferRepositoryError)
���� ������ ������ ��ifTrue:
���� ������ ������ ������ ��[ "ignore repository errors at this point, in case an alternate repository is in the list "
���� ������ ������ ������ ��Transcript
���� ������ ������ ������ ������ ��cr;
���� ������ ������ ������ ������ ��show:
���� ������ ������ ������ ������ ������ ��'gofer repository error: ' , ex description printString
���� ������ ������ ������ ������ ������ ������ ��, '...ignoring'.
���� ������ ������ ������ ��repositoryError := ex.
���� ������ ������ ������ ��ex resume: #() ]
���� ������ ������ ��ifFalse: [ ex pass ] ].
ex return: #() ] in MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer: in Block: [ :ex | ...
BlockClosure>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
FileDoesNotExistException(Exception)>>signal
StandardFileStream class>>readOnlyFileNamed:
ZipArchive>>readFrom:
MetacelloPharo30Platform>>downloadZipArchive:to:
MCGitHubRepository class(MCGitBasedNetworkRepository class)>>projectDirectoryFrom:version:
MCGitHubRepository(MCGitBasedNetworkRepository)>>directory
MCGitHubRepository(MCFileTreeRepository)>>allFileNames
MCGitHubRepository(MCFileBasedRepository)>>readableFileNames
MCGitHubRepository(MCFileBasedRepository)>>allVersionNames
[ self allVersionNames ] in MCGitHubRepository(MCFileBasedRepository)>>goferReferences in Block: [ self allVersionNames ]
BlockClosure>>on:do:
MCGitHubRepository(MCFileBasedRepository)>>goferReferences